body {
	background-image: url(../imagenes/fondo.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0px;
	background-size: cover;
}

.encabezadowsp {
	background-image: url(../imagenes/fondo_wsp.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 0px;
	background-size: cover;
}
.encabezado {
	background-image: url(../imagenes/fondo_encabezado.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 0px;
	background-size: cover;
}
.fondotablabl {
	background-image: url(../imagenes/transparencia_bl.png);
	background-repeat: repeat;
	margin-top: 0px;
}
.fondotablang {
	background-image: url(../imagenes/transparencia_ng.png);
	background-repeat: repeat;
	margin-top: 0px;
}
.TextoNormal {
	
}
.TextoNormalDetalle {
	font-size: large;
}
.TextoNormalch {
	font-size: small;
	
}
.TextoNormalchbl {
	font-size: small;
	color: #ffffff;
}
.TextoNormalchBL {
	font-size: small;
	color: #ffffff;
	text-align: justify;
	font-weight: bold;
}
.TextoNormalCentrado {
	text-align: center;
	
}
.TextoNormalCentradoBL {
	color: #ffffff;
	text-align: center;
	
}
.TextoNormalBL {
	color: #ffffff;
	font-size: medium;
	font-weight: bold;
}

.TituloChico {
	font-size: small;
	font-weight: bold;
	color: #1A5493}
.TituloNormal {
	font-size: medium;
	font-weight: bold;
	color: #1A5493}
.TituloMediano {
	font-size: large;
	font-weight: bold;
	color: #1A5493}
.TituloMediano {
	font-size: large;
	font-weight: bold;
	color: #1A5493}
.TituloMedianoVinculo {
	font-size: large;
	color: #1A5493}
.TituloGrande {
	font-size: x-large;
	font-weight: bold;
	color: #1A5493
}
.TituloGrandeBL {
	font-size: x-large;
	font-weight: bold;
	color: #ffffff
}
.TituloGrandeBLSombra {
	text-shadow: 2px 2px 2px #113E53;
	font-size: x-large;
	font-weight: bold;
	color: #ffffff
}
.TituloMedianoBLSombra {
	text-shadow: 2px 2px 2px #113E53;
	font-size: large;
	font-weight: bold;
	color: #ffffff
}

.martintituloxxlarge {
  	 font-size: xx-large;
 	 color: #1A5493
}
.martintituloxlarge {
  	 font-size: x-large;
 	 color: #1A5493
}
.martintitulolarge {
  	 font-size: large;
 	 color: #1A5493
}
.BarraInferior {position:fixed;right:0;bottom:0;width:50px;}

.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%;
}
