.TextoNormal {
	color: #333333;
	text-align: justify;
	
}
.TextoNormalch {
	font-size: small;
	color: #333333;
	text-align: justify;
	
}
.TextoNormalCentrado {
	color: #333333;
	text-align: center;
	
}
.TextoNormalCentradoBL {
	color: #ffffff;
	text-align: center;
	
}

.TituloMediano {
	font-size: large;
	font-weight: bold;
	color: #003040;}
.TituloNormal {
	font-weight: bold;
	color: #003040;}
.TituloGrande {
	font-size: x-large;
	font-weight: bold;
	color: #003040;
}
.TituloGrandexx {
	font-size: xx-large;
	font-weight: bold;
	color: #003040;
}
.TituloGrandeBL {
	font-size: x-large;
	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%;
}
