.img-wrapper {
  position: relative;
 }

.img-responsive {
  width: 100%;
  height: auto;
}

.img-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}

.img-overlay:before {
  content: ' ';
  display: block;
  /* adjust 'height' to position overlay content vertically */
  height: 50%;
}

.foto_consultas {
	background-image: url(../imagenes/foto_consultas.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.fondo {
	background-image: url(../imagenes/fondoencabezado.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	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;
}

@import url('https://fonts.googleapis.com/css2?family=Dancing+Script&display=swap');

.TextoNormal {
	font-family: serif;
	font-weight: normal;
	
}
.TextoNormalDetalle {
    font-family:  serif;
	font-size: large;
}
.TextoNormalch {
    font-family:serif;
	font-size: small;
	
}
.TextoNormalchbl {
    font-family: serif;
	font-size: small;
	color: #ffffff;
}
.TextoNormalchBL {
    font-family:serif;
	font-size: small;
	color: #ffffff;
	text-align: justify;
	font-weight: bold;
}
.TextoNormalCentrado {
    font-family: serif;
	text-align: center;
	
}
.TextoNormalCentradoBL {
    font-family:serif;
	color: #ffffff;
	text-align: center;
	
}
.TextoNormalBL {
    font-family:serif;
	color: #ffffff;
	font-size: medium;
	font-weight: bold;
}

.TituloDorado {
	 font-family: 'Dancing Script', cursive;
	color: #AAA16E}
.TituloDoradoNormal {
    font-family:serif;
	color: #AAA16E}
.FuenteDorada {
    font-family:serif;
	color: #AAA16E}
.FuenteBlanca {
    font-family:serif;
	color: #ffffff}

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

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