a            { font-family: Geneva, Arial, Helvetica, sans-serif; text-decoration: none; font-size: medium; font-weight: 
               bold }
a:link       { color: #999999; }
a:visited    { color: #999999; }
a:active     { color: #999999; }
a:hover      { color: #ff3300; text-decoration: none }

.TextoNormal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #333333;
	text-align: justify;}
	
.TextoNormalR {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #ff0000;
	text-align: justify;}

.TextoNormalCentrado {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #333333;
	text-align: center;}

.TituloMediano {	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #333333}
	
.TituloGrande {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #333333}
	
.TituloGrandeb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #FFFFFF
}

.BarraSuperior {position: fixed; width: 100%;} 
.BarraInferior {position:fixed;right:0;bottom:0;width:51px;;}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;}
	
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;}
