body { vertical-align: baseline;
		color: black;	
		max-width: 900px;
		min-width: 550px;
	}

a:link {
	color: #ffffff;
}
a:visited {
	color: #747474;
}
a:hover {
	color: #ccc;
}
a:active {
	color: black;
}
a.w:link{
	text-decoration: none;
	color:white;	
}
a.b:link{
/*	text-decoration: underline;*/
	color:black;	
}

a.w:visited{
	text-decoration: none;
	color:white;	
}
a.b:visited{
	text-decoration: underline;
	color:black;	
}

a.w:hover{
	text-decoration: underline;
	color:white;	
}

a.b:hover{
	text-decoration: underline;
	color:black;
}

a.w:active{
	text-decoration: none;
	color: white;
}

a.b:active{
	text-decoration: none;
	color: black;
}

.button {
	display: inline-block;
	outline: none;
	width: 7.9em;
	height: 2.2em;
	cursor: pointer;
	text-align: center;
	
	color: white;
	font: 0.8em Georgia, serif;
	color: white;
	text-decoration: none;
	font-style: italic;
	font-weight: bolder;
	
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	/*		padding: .6em 0.9em; */
	margin: 0.3em 0.7em; 

	-webkit-border-radius: .3em;
	-moz-border-radius: .3em;
	border-radius: .3em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);

	border: solid 1px #000000;
	
	background: #83A54C;
	background: -webkit-gradient(linear, left top, left bottom, from(#83A54C), to(#384C22));
	background: -moz-linear-gradient(top,  #83A54C,  #384C22);
	
}
.button:hover {
	text-decoration: none;
	
	color: white;
	background: -webkit-gradient(linear, left top, left bottom, from(#577233), to(#273318));
	background: -moz-linear-gradient(top,  #577233,  #273318);
	
}
.button:active {
	
	text-decoration: none;
	color: white;
	background: -webkit-gradient(linear, left top, left bottom, from(#435727), to(#19210f));
	background: -moz-linear-gradient(top,  #435727,  #19210f);
	
}

.medium {
	font-size: 0.8em;
	color: white;
	padding: .4em 1.5em .42em;
}
.small {
	color: white;
	font-size: 0.5em;
	padding: .2em 1em .275em;
}

.destaque  {
	font-size: 80%;
	font-family: Helvetica, sans-serif;
	font-weight: bold;
}

#DIV {
	text-align: left;
	float: none;
	vertical-align: text-bottom;
	font-family: Helvetica, sans-serif;
	position: absolute;
	color: white;
}

DIV.h1 {
	font-family: Helvetica, sans-serif;
	font-weight: 700;
	font-size: 160%;
	padding: 1.0em .30em;
	top:20px;
	position:absolute;
	vertical-align: baseline;
}

DIV.h1b {
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	font-size: 2em;
	padding: .40em .30em;
	vertical-align: baseline;
	color: white;
	text-shadow: 2px 2px 5px #000000;
}

DIV.h2 {
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	font-size: 100%;
	padding: 1.0em .3em; 
	vertical-align: baseline;
}
DIV.h2b {
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1em;
	padding: 0.4em .7em;
	vertical-align: baseline;
		color: #ffffff;
	text-shadow: 2px 2px 5px #000000;
}

DIV.twitterfeed {
	position: absolute;
	top: 0px;
	color: #FFFFFF;
	font-size: 6px;
	font-style: italic;
	margin: 0px;
	left: 0px;
}
.twitterfeed:link {
	color: #5D8038;
	font-size: 0.2em;
}
.twitterfeed:active {
	color: #5D8038;
	font-size: 0.2em;
}

DIV.captions {
	top: 320px;
	width: 520px;
	font: 110% Helvetica, sans-serif;
}

DIV.capitulos {
	margin-top: 5px;
	margin-right: 0px;
	margin-left: 525px;
	width: 175px;
	top: 0px;
	right: 0px;
	
	font-size: 0.9em;
	font-family: Helvetica, sans-serif;
}
DIV.footer {
	font-family: Helvetica, sans-serif;
	margin-top: 5px;
	margin-right: 0px;
	width: 175px;
	top: 0px;
	right: 0px;
	
	font-size: 50%;
	padding: 1.5em;
}

DIV.questoes {
	font-family: Georgia;
	font-style: italic;
	text-align: center;
	
	color: white;
	font-size: 1.3em;
	z-index: 99;
	margin-top: 15%;
	font-weight: bolder;
	position: absolute;
	/*margin:5%;*/
	top:5%;
	text-shadow: 2px 2px 2px #000;
	min-width: 550px;
	max-width: 900px;
	height: auto;
}


.video-container{
	
	width: 100%;
	z-index: 1;
	
	position: relative;
}
.footerR {
	font-family: Helvetica, sans-serif;
	font-size: 0.3em;
	margin-top: 5px;
	
	width: 95%;
	vertical-align: left;
	font-size: 50%;
	margin-left: 1%;
	margin-right: 2%;
	position: absolute;

}