#header {
	position:relative;
	clear: both;
	/* float: left; */
	width: 100%;
	max-width: 1400px;
	height: 170px;
	/*height:100%;*/
	background-color: #e2e2e2;
	/* padding-bottom: 80%; */
	margin: auto;
	/* border-bottom: solid 1px red; */
	background-image: url(../images/FondoHeader1.png);
	background-position: top center;
	/* border-top-left-radius: 25px; */
}

#header2 {
	position:relative;
	clear: both;
	/* float: left; */
	width: 100%;
	max-width: 1400px;
	height: 49px;
	/*height:100%;*/
	/* background-color: #f2c811; */
	/* padding-bottom: 80%; */
	margin: auto;
	border-bottom: solid 1px #E91E63;
}


#header3 {
	position:relative;
	clear: both;
	width: 100%;
	max-width: 1400px;
	height: 630px;
	background-color: #ffffff;
	margin: auto;
}

#header4 {
	position:relative;
	clear: both;
	width: 100%;
	max-width: 1400px;
	height: 630px;
	background-color: #ffffff;
	margin: auto;
}

.paddingContenidos{
	padding: 2em 4em; 	
}

.paddingCursos, .paddingCursos2{
	/* padding: 2em 4em; */
}

.paddingCursos4{
	padding: 0em 0em;
}



/* LOGOS */

.logoIniDer {
	position:absolute;
	top: 54px;
	left: 25px;
	width: 250px;
	height: 90px;
	/*background-image: url(../images/Logo.png);*/
	background-repeat: no-repeat;
	background-position: left top;
	background-size: auto 100%;
	z-index:2100;
	display:block;
	/* background-color:#0CF; */
}

.logoIniIzq {
	position: absolute;
	top: 23px;
	right: 25px;
	width: 310px;
	height: 60px;
	/*background-image: url(../images/Logo.png);*/
	background-repeat: no-repeat;
	background-position: left top;
	background-size: contain;
	z-index:2100;
	display:block;
	/* background-color:#0CF; */
}

.baseLogoIzq{
	position:absolute;
	top: 60px;
	right: 0px;
	width: 100%;
	height: 110px;
	background-image: url(../images/FondoHeader2B.png);
	background-repeat: no-repeat;
	background-position: right top;
	z-index:2300;
	display:block;
	/* background-color:#0CF; */
}

/*CONTENEDORES */


.basemarquue{
	position: absolute;
	top: 8px;
	width: 100%;
	height: 40px;
	background-color: #5050505e;
	z-index: 5;
}



.basemarquue ul li {
  /* display: block; */
  /* position: relative; */
  float: left;
  /* color: #fff; */
  /* background: #1bc2a2; */
}

.basemarquue ul li img {
  width: 40%;
}

.basemarquue li a, .basemarquue li span a {
	/* text-transform: uppercase; */
	letter-spacing: 0px;
	font-size: 0.7em;
	/*font-family: 'Louis Condensed Demi';*/
	color: #ffffff;
	padding: 0.9em 0.8em;
	line-height: 1.4em;
	/* background-color: red; */
	border-radius: 0px;
	margin-right: 8px;
	text-decoration-line: none;
	text-transform: uppercase;
	letter-spacing: 2px;
	/* margin-top: 48px; */
	display: block;
	transition: background .25s ease-in-out;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
}


.basemarquue li span a {
	color: #ffffff;
	padding: 0.4em 0.9em;
	text-decoration-line: none;
	font-size: 0.9em;
	line-height: 0;
	letter-spacing: 0;
	margin-right: 0;
	font-weight: 200;
}

.basemenutop li span a:hover {
	color: #fff;
	text-decoration-line: none;
	
}


.basemarquue li a:hover {
	color: #fff;
	text-decoration-line: none;
	background-color: #000;
}



.basebanner{
	position: absolute;
	top: 165px;
	width: 100%;
	height: 471px;
	/* background-color: rgb(41 167 112); */
}

.basebanner2{
	position: absolute;
	top: 165px;
	width: 100%;
	height: 550px;
	background-color: rgb(103 103 103);
	z-index: 5;
}

.basebanner3{
	position: absolute;
	top: 0px;
	width: 100%;
	height: 550px;
	background-color: rgb(103 103 103);
	z-index: 5;
}

.basebanner4{
	position: absolute;
	top: 0px;
	width: 100%;
	height: 550px;
	background-color: rgb(255 255 255);
	z-index: 5;
}


.fondoBanner{
	/* position: relative; */
	top: 23%;
	/* right: 100px; */
	/* width: auto; */
	/* left: 0px; */
	/* margin-top: -75px; */
	height: auto;
	/* background-color: rgba(255,255,255,.53); */
	/* background-color: rgb(212 24 24 / 53%); */
	border-radius: 0px;
	padding: 1.3em 2.3em 1.3em 2.3em;
	bottom: 0;
}

.textoBanner1{
	/* position: relative; */
	/* top: 26px; */
	/* left: 90px; */
	width: 100%;
	height: auto;
	font-size: 3.9em;
	line-height: 1.2em;
	font-weight: 700;
	/* text-transform: uppercase; */
	letter-spacing: -3px;
	/* text-align: right; */
	/* background-color: #F44336; */
	/* z-index: 2; */
	color: #000000;
	/* padding-bottom: 0.8em; */
	/* border-radius: 6px; */
	float: right;
}

.textoBanner2{
	/* position: relative; */
	top: 0;
	left: 0;
	width: auto;
	height: auto;
	font-size: 1.8em;
	line-height: 1.2em;
	font-weight: 600;
	letter-spacing: 0;
	/* text-transform: uppercase; */
	/* text-align: right; */
	/* background-color: aqua; */
	z-index: 1;
	color: #ffffff;
	/* border-bottom: solid 4px #1d7bb3; */
	margin-bottom: 1em;
}

.btnBanner a{
	/* float: right; */
	position: relative;
	display: table;
	width: auto;
	font-size: 1.4em;
	line-height: 1.2em;
	font-weight: 600;
	letter-spacing: 0;
	text-align: center;
	/* background-color: #F3C306; */
	color: rgba(255,255,255,1.0);
	transition: background .25s ease-in-out;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
	/* text-align: left; */
	padding: 0.4em 0.9em 0.4em 0.9em;
	border-radius: 9px;
	margin-top: 10px;
}

.btnBanner a:hover{
	background-color: #2b2b2bbf !important;
}





.alineaBanner1{
	position:absolute; left:100px;width:auto;
}

.alineaBanner2{
	position:absolute;right:100px;width:auto;
}

.alineaBanner3{
	position:relative;margin:auto;width:max-content;
}



.elemento2Bannerini{
	position:absolute;
	right: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
	background-size: 100%;
	padding: 0px;
	/*background-color: rgba(255,0,0,0.3);*/
	z-index: 0;
}





.imagenBannerini, .imagenBannerinix{
	display:block;
	position:relative;
	width:100%;
	height: 1119px;
	background-position: center center;
	background-size:cover;
	/* background-color:#0C6; */
	border-bottom: 0px solid #5a5a5a; /*#3DA4DB*/
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.imagenBannerinix{
	display: none;
}


.basemenutop, .basemenutopx{
	position: absolute;
	top: 57px;
	right: 0px;
	/* width: 533px; */
	height: 40px;
	margin-left: 0px;
	/* background-color: rgb(232 232 232); */
	/* padding-left: 1.2em; */
	z-index: 3200;
}


.basemenutop ul li, .basemenutopx ul li {
  /* display: block; */
  /* position: relative; */
  float: left;
  /* color: #fff; */
  /* background: #1bc2a2; */
}

.basemenutop ul li img {
  width: 40%;
}

.basemenutop li a, .basemenutop li span a, .basemenutopx li a {
	/* text-transform: uppercase; */
	letter-spacing: 0px;
	font-size: 0.7em;
	/*font-family: 'Louis Condensed Demi';*/
	color: #095aa5;
	padding: 0.9em 0.5em;
	/* line-height: 2.0em; */
	/* background-color: red; */
	border-radius: 0px;
	margin-right: 8px;
	text-decoration-line: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	/* margin-top: 48px; */
	display: block;
}


.basemenutop li span a {
	color: #c0121f;
	padding: 0.4em 0.9em;
	text-decoration-line: none;
	font-size: 1.2em;
	line-height: 0;
	letter-spacing: 0;
	margin-right: 0;
	font-weight: 600;
}

.basemenutop li span a:hover {
	color: #252525;
	text-decoration-line: none;
}


.basemenutop li a:hover {
	color: #252525;
	text-decoration-line: none;
}


.basemenutopx li a:hover {
	color: #ffffff;
	text-decoration-line: none;
}


.baseutilidades3 {
	position: relative;
	width: 100%;
	height: 30px;
	z-index:1020;
	text-align:left;
	/*background-color:#603;
	/*background-image: url(../images/findNewRoads.png);*/
	/*background-position: right top;
	background-repeat: no-repeat;*/
	color: rgba(255,255,255,0.8);
	margin-top: 25px;
}



.paddingDestacados{
	padding: 1em 6em;
	border-top: solid 1px #e0e0e0;
	/* background-color: #f3f3f3; */
}

.basecontDestacados{
	width: 80%;
	height: 331px;
	padding: 0;
	margin: 8%;
	/* border: solid 1px red; */
	/* background-image: url(../images/FondoDesctacado.png); */
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	border-radius: 15px;
	transition: box-shadow 0.3s ease-in-out;
	cursor:pointer;
	position: relative;

}

.basecontDestacados:hover .imagenDestacadosB{
	opacity: 1;
}



.basecontConvenios{
	width: 25%;
	height: 331px;
	padding: 0;
	margin: 4%;
	/* border: solid 1px red; */
	background-image: url(../images/FondoDesctacado.png);
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	border-radius: 15px;
	transition: box-shadow 0.3s ease-in-out;
	-webkit-box-shadow: 0px 0px 8px -5px rgba(61,61,61,1);
	-moz-box-shadow: 0px 0px 8px -5px rgba(61,61,61,1);
	box-shadow: 0px 0px 0px 0px rgba(61,61,61,1);
	cursor:pointer;
	float: left;
}

.basecontConvenios:hover{
	-webkit-box-shadow: 0px 0px 25px -10px rgba(61,61,61,1);
	-moz-box-shadow: 0px 0px 25px -10px rgba(61,61,61,1);
	box-shadow: 0px 0px 25px -10px rgba(61,61,61,1);
	border: solid 1px #2b6ea06b;
}



.paddingPromocion{
	background-size: cover; padding: 4em 5em; background-position: top center; display: flex; 
}


.top1{
	top: 14px;
}

.top2{
	top: 52px;
}




.enlace1 a{
    font-size: 1.5em;
    font-weight: 600;
    color: #7b7a7a;
    letter-spacing: 1px;
    padding-left: 1em;
}

.enlace1 a:hover{
    
    color: #3a3939;
}





.imgaling{
	vertical-align: middle;
}

.mimenu2 {
	/* display: inline-block; */
	/* margin: auto; */
	padding: 0px;
	/* background:#0F0; */
	/* float: right; */
	margin-bottom: 1em;
}

.mimenu2 li{
	display: inline-block;
	margin: 0px;
	padding: 0px 10px;
	/* margin-right: 0.8em; */
	/* margin-left: 0.8em; */
	font-size: 1.9em;
	margin-top: 9px;
	letter-spacing: 0px;
}

.mimenu2 li h2{
	font-size: 2em;
	letter-spacing: -4px;
	line-height: 0em;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

.mimenu2 li a{
   	/*filter: alpha(opacity=90);
	/*opacity: .90;*/
   	transition: background .25s ease-in-out;
   	-moz-transition: background .25s ease-in-out;
   	-webkit-transition: background .25s ease-in-out;
   	text-decoration:none;
   	color: #757575;
}

.mimenu2 li a:hover{
	color: #898787cc;
}



/* DESTACADOS */

.tituloDestacados1 {
	width: 96%;
	/* left: 2%; */
	font-size: 5.2em;
	font-weight: 500;
	
	letter-spacing:-1px;
	text-align: left;
	padding: 0.5em 0em 0.8em 0em;
	/* background-color: aqua; */
	color: rgb(255 255 255);
	letter-spacing: 2px;
	text-shadow: 3px 3px 0px rgba(253,66,33,0.56);
}



.basecontDestacadosR, .basecontDestacadosR2{
	display: block;
	background-size: cover;
	padding: 0;
	height: 300px;
}


.tituloDestacados1b {
	width: 96%;
	/* left: 2%; */
	font-size: 4.2em;
	font-weight: 500;
	
	letter-spacing:-1px;
	text-align: left;
	padding: 0.5em 0em 0.8em 0em;
	/* background-color: aqua; */
	color: #9B6ED7;
	letter-spacing: 2px;
	line-height: 1em;
}



.tituloDestacados3 {
	font-weight: 700;
	font-size: 3.2em;
	margin: 0px;
	width:100%;
	height: auto;
	text-align: left;
	line-height: 1.3em;
	color: #fff;
}




	


.contTextDestadados {
	/* margin-top: 13px; */
}


.contenidoDestacados {
	font-size: 1em;
	color: #a2a2a2;
	margin: 0px;
	width: 100%;
	line-height: 1.2em;
	padding: 0.4em;
	text-align: center;
	margin-bottom: 5px;
}





.tituloDestacados {
	font-weight: 200;
	font-size: 1.4em;
	margin: 0.1em 0em 0.1em 0em;
	width:100%;
	height: auto;
	text-align: center;
	text-decoration: none;
	line-height: 1.3em;
	/* z-index: 5; */
	color: #949494;
	/* margin-bottom: 6px; */
	letter-spacing: 0px;
	/* background-color: red; */
	padding: 1em;
}





.enlaceDestacados {
	position: absolute;
	width: 100%;
	z-index: 20;
	bottom: 0px;
	border-radius: 0;
	font-size: 1.1em;
	font-weight: 800;
	letter-spacing: -1px;
	padding: 1em;
	display:block;
	color: rgb(176 21 21);
	text-decoration: none;
	text-align: center;
}





.enlaceDestacados:hover {
	color: #313131;
}



.enlaceConvenios {
	position: relative;
	width: 100%;
	z-index: 20;
	padding: 0px;
	border-radius: 0;
	background-color: red;
	/* margin-top: 0; */
	bottom: 0px;
	/* float: left; */
	/* position: relative; */
	border-radius: 0;
	font-size: 0.9em;
	font-weight: 500;
	letter-spacing: 2px;
	padding: 1em;
	/* height: 50px; */
	/* line-height: 1em; */
	display:block;
	color: rgba(255,255,255,1.0);
	text-decoration: none;
	transition: background .25s ease-in-out;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
	background-color: #737373;
	text-align: center;
}





.enlaceConvenios:hover {
	color: #fff;
	background-color:rgba(66,66,66,1.00);
}


.imagenDestacados, .imagenDestacadosB {
	position:absolute;
	width: 100%;
	height: 80px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	/* background-image: url(../images/fondo_destacados.png); */
	display:block;
	/* border: solid 1px rgb(154 63 63); */
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-radius: 0px;
}



.imagenDestacadosB {
	opacity: 0;
	transition: .3s ease;
}



.imagenConvenios {
	position:relative;
	width: 100%;
	height: 281px;
	background-position: center;
	background-size: auto 100%;
	background-repeat: no-repeat;
	/* background-image: url(../images/fondo_destacados.png); */
	display:block;
	/* border: solid 1px rgb(154 63 63); */
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-radius: 0px;
}












.mCategorias{
	padding: 1em;
	background-color: white;
	border-radius: 12px;
	width: 90%;
	margin-top: 0em;
}



.mCategorias select {
    width: 96%;
    padding: 0.7em 1em;
    font-size: 1.2em;
    border-radius: 11px;
    font-weight: 600;
    margin-bottom: 1em;
}

#menuCat2 { display: none; }





.mCategorias ul {/* padding: 1em; *//* background-color: red; */text-align: left;}


.mCategorias li a{
	padding: 0.6em 1em;
	/*background-color: red;*/
	display: block;
	border-bottom: solid 1px #f1f1f1;
	color: #949494;
	text-decoration: none;
}



.mCategorias li a:hover{
	color: #525252;
}

.CatAvtive{
	color: #191919 !important;
	background-color: #f8f8f8;
	font-weight: 700;
}






.texto9 {
	letter-spacing: 0px;
	/*font-size: 0.7em;*/
	/*font-weight:400;*/
	color: rgb(83 83 83 / 70%);
	margin: 0em;
	height: auto;
	line-height: 1.5em;
	/*background-color:#C60;*/
	overflow: hidden;
}

.texto9 a{
	color: #151414;
	font-size: 1em;
	font-weight: 700;
	/*background-color:#C60;*/
}

.texto9 a:hover{
	color: rgb(21 21 21 / 95%);
	/*background-color:#C60;*/
}

.texto9linea {
	height: 1px;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.2);
	margin-top: 1.0em;
	margin-right: 0em;
	margin-bottom: 0.8em;
	margin-left: 0em;
}

.texto9linea2 {
	height: 1px;
	width: 100%;
	background-color:rgba(0,0,0,0.20);
	margin-top: 1.0em;;
	margin-right: 0em;
	margin-bottom: 0.5em;
	margin-left: 0em;
}



.texto10 {
	font-size: 0.85em;
	letter-spacing:0px;
	color: rgba(255,255,255,0.70);
	margin: 0em;
	height: auto;
	line-height: 1.4em;
	padding-top: 0.8em;;
	padding-right: 0.8em;
	padding-bottom: 0.8em;
	padding-left: 0.8em;
	/*background-color:#C60;*/
}


.texto11 {
	font-size: 1em;
	letter-spacing:0px;
	/*color: rgba(255,255,255,0.90);*/
	margin: 2em;
	height: auto;
	line-height: 1.4em;
	padding-top: 0.1em;
	padding-right: 0.1em;
	padding-bottom: 0.1em;
	padding-left: 0.1em;
	font-weight: 400;
	/*background-color:#C60;*/
}

.texto11 img{
	/*background-color:#C60;*/
	/*width: 10px;*/
}



.texto11 ul {
	text-align:left;
	line-height:1.6em;
	list-style-image:url(../images/bullet.png);
	
}


.texto12 { 
	margin: 0px;
	padding: 0em;
	color:rgba(255,255,255,0.8);
	width:auto;
}



.texto12 ul{
	list-style-type: none;
	display: inline-block;

}



.texto12  li { 
	display: inline-block;
	margin: 1px;
	padding: 0em;
	color:#F4BC00;
	width:auto;
}


.texto12  li a{
	font-weight: 400;
	line-height: 1.2em;
	list-style: none;
	padding: 1.0em;
	padding-left: 1.0em;
	padding-right: 1.0em;
	margin: 0;
	font-size: 0.9em;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	/*background-color: rgba(0,0,0,1);*/
	width:100%;
	display: block;
	text-decoration:none;
	/*background-color:#C60;*/
	transition: background .25s ease-in-out;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 2px;
}

.texto12 li a:hover{
	color: #03AFDC;
	/*background-color:rgba(165,205,56,1.0);*/
}


.texto12B a {
	color: #C1131F;
	text-decoration: none;
	padding: 0.9em;
	/* line-height: 0.8em; */
	/* text-transform: uppercase; */
	font-size: 1.0em;
	font-weight: 400;
	text-align: center;
	letter-spacing: 0px;
	width:auto;
	display:block;
}

.texto12B a:hover{
	text-decoration: none;
	color:#4a4a4a;
}


.texto13 {
	font-size: 0.8em;
	letter-spacing:2px;
	color: rgba(255,255,255,0.90);
	margin: 2em;
	height: auto;
	line-height: 1.6em;
	padding:0em;
	font-weight: 300;
	/*background-color:#C60;*/
}



.texto14 ul{
	list-style-type: none;
	/*display: inline-block;*/
	
}



.texto14  li { 
	margin: 0px;
	padding: 0px;
	color:#fff;
	width:100%;
	line-height: 1.5em;
}


.texto14  li a{
	border-bottom: 1px solid rgba(255,255,255,0.5);
	text-transform: uppercase;
	font-size: 0.8em;
	font-weight: 400;
	text-align: left;
	line-height: 0.9em;
	letter-spacing:3px;
	margin: 0px;
	margin-left: 0px;
	padding: 1.2em;
	color:#fff;
	
	background-color: rgba(0,0,0,0.5);
	width:100%;
	display: block;
	text-decoration:none;
	
	/*background-color:#C60;*/
	transition: background .25s ease-in-out;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;

	
}

.texto14 li a:hover{
	color:rgba(33,57,80,1.00);
	background-color:#fff;
}


.texto15 {
	font-size: 1.2em;
	letter-spacing: 2px;
	font-weight: 700;
	color: #fff;
}



.texto16 {
	font-size: 0.7em;
	letter-spacing: 0px;
	font-weight: 300;
	color: #fff;
}


/* imagenn principal */


.franjaImagenSecciones{
	position:absolute;
	right: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
	background-size: 100%;
	padding: 0px;
	background-color: #00000029;
	z-index: 0;
}

.imagenSecciones{
	display: block;
	position:relative;
	width:100%;
	height: 800px;
	/*height:100vh;*/
	background-position: center;
	background-size:cover;
	background-color: #FDB062;
	/* border-top: solid 3px  rgba(0,0,0,0.3); */
	/* border-bottom: solid 3px  rgba(255,255,255,0.8); */
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.imagenSecciones2{
	display: block;
	position:relative;
	width:100%;
	height: 400px;
	/*height:100vh;*/
	background-position: center;
	background-size:cover;
	background-color: #fc5e52;
	/* border-top: solid 3px  rgba(0,0,0,0.3); */
	/* border-bottom: solid 3px  rgba(255,255,255,0.8); */
	padding: 0px;
	margin: 0px;
	/* margin-right: 0px; */
	/* margin-bottom: 0px; */
	/* margin-left: 0px; */
	opacity: 0.1;
	filter: grayscale(1) brightness(150%);
}




.imagenSecciones3{
	display: block;
	position:relative;
	width:100%;
	height: 400px;
	background-position: center;
	background-size:cover;
	background-color: #808080;
	padding: 0px;
	margin: 0px;
	opacity: 1;
	filter: grayscale(1);
}


.imagenSecciones4{
	display: block;
	position:relative;
	width:100%;
	height: 400px;
	/*height:100vh;*/
	background-position: center;
	background-size:cover;
	background-color: #fc5e52;
	/* border-top: solid 3px  rgba(0,0,0,0.3); */
	/* border-bottom: solid 3px  rgba(255,255,255,0.8); */
	padding: 0px;
	margin: 0px;
	/* margin-right: 0px; */
	/* margin-bottom: 0px; */
	/* margin-left: 0px; */
	opacity: 0.1;
	filter: grayscale(1) brightness(150%);
}
	
	.baseTitulo {
		position: absolute;
		bottom: 0px;
		right: 0;
		width: auto;
		min-width: 500px;
		margin-top: 0px;
		height: auto;
		padding: 2em;
		background-color: #050505b5;
		/*
		background-image: url(../images/base_titulos.png);
		background-repeat: no-repeat;
		background-position: left top;*/
		z-index: 50;
		transition: top 0.3s;
		border-top-left-radius: 9px;
		text-align: right;
	}	

	.baseTitulo2 {
		position: absolute;
		bottom: 40px;
		left: 5%;
		width: 90%;
		margin-top: 0px;
		height: auto;
		padding: 2em 4em 3em 2em;
		/* background-color: #fc5e52c7; */
		z-index: 50;
		transition: top 0.3s;
		border-radius: 19px;
	}	

	.baseTitulo3 {
		position: absolute;
		bottom: 0;
		right: 0;
		width: auto;
		margin-top: 0px;
		height: auto;
		padding: 1em 1em 1em 1em;
		background-color: #272727c7;
		z-index: 50;
		transition: top 0.3s;
		border-radius: 0;
		border-top-left-radius: 9px;
	}
	
	.tituloGeneral {
		width: auto;
		color: rgba(255,255,255,1.0);
		font-size: 0.9em;
		letter-spacing: 5px;
		padding: 0.4em;
		text-transform: uppercase;
		text-align: right;
	}



	.tituloSeccion2 {
		width: auto;
		font-size: 2.2em;
		font-weight: 600;
		color:rgba(255,255,255,1.0);
		letter-spacing: -1px;
		line-height: 41px;
		text-align: right;
		padding: 0;
		/* text-transform: uppercase; */
	}



	.tituloSeccion {
		width: auto;
		font-size: 3.2em;
		font-weight: 600;
		color:rgba(255,255,255,1.0);
		letter-spacing: -1px;
		line-height: 1em;
		text-align: right;
		padding: 0;
		/* text-transform: uppercase; */
		letter-spacing: -2px;
		/* border-radius: 9px; */
	}

	.tituloSeccion span {
		width: auto;
		font-size: 0.2em;
		font-weight: 600;
		color:rgba(255,255,255,1.0);
		letter-spacing: -1px;
		/* line-height: 41px; */
		text-align: right;
		padding: 0;
		/* text-transform: uppercase; */
		letter-spacing: -11px;
	}


	.baseDestacados2 {
		position:relative;
		width: 100%;
		height: auto;
		/*background-color: #999933;*/
		margin: 0px;
		/*margin-top: 0em;
		margin-right: 0em;
		margin-bottom: 0em;
		margin-left: 0em;*/
		padding:0em;
	}

	.baseDestacados3 {
		position:relative;
		width: 96%;
		height: auto;
		/*background-color: #999933;*/
		margin: 0px;
		margin-left: 2%;
		/*margin-top: 0em;
		margin-right: 0em;
		margin-bottom: 0em;
		margin-left: 0em;*/
		padding:0em;
	}		


	.baseFormulario {
		position: relative;
		left: 2%;
		/* top: 40px; */
		width: 96%;
		/* height: 280px; */
		/* height:90vh; */
		/* background-color: #999933; */
		margin: 0px;
		margin-top: 0px;
		/*margin-top: 0em;
		margin-right: 0em;
		margin-bottom: 0em;
		margin-left: 0em;*/
		padding: 2.3em;
		/* z-index: 20; */
		padding-bottom: 0em;
		float: left;
		/* margin-bottom: 2em; */
	}	


	.textosFormulario {
		/* position: absolute; */
		bottom: 25px;
		font-size: 0.8em;
		padding: 1.0em;
		line-height: 1.0em;
		/* color: #fff; */
		text-align: left;
		line-height: 1.2em;
		text-transform: uppercase;
		letter-spacing: 1px;
	}
	
	.enlaceMenus a{
		/*color: #F4BC00;*/
		font-size: 0.7em;
		text-transform: uppercase;
		font-weight: 700;
		letter-spacing: 1px;
		padding: 1.4em 0.8em;
		margin-right: 5px;
		/*border-bottom: 2px solid rgba(147,22,52,0.0);*/
		text-align: center;
		height: 55px;
	}

	.enlaceMenus a:hover{
		color: rgba(0,0,0,0.8);
	}

	.borderBottom2 {
		border-bottom: 2px solid rgba(147,22,52,0.5);
		/*background-color: rgba(0,0,0,0.08);*/
	}

	.borderBottom3 {
		/*border-bottom: 2px solid rgba(147,22,52,0.5);*/
		background-color: rgba(0,0,0,0.08);
		/*padding: 1.4em 0.8em;*/
	}









	
/* NOTICIAS */

.titSeccionNot{
	    /* background-color: red; */
    padding: 0em 0em 0em 0em;
    font-size: 2em;
    font-weight: 300;
    color: #909090;
    text-align: left;
    border-bottom: solid 1px #e8e8e8;
    margin-bottom: 1em;
    line-height: 1.4em;
}

.boxNoticias {
	/* float: left; */
	width: 90%;
	left: 5%;
	padding: 2em;
	margin-top: 2em;
	margin-bottom: 2em;
}
	
.marcoNoticias {
	padding: 0;
	width: 100%;
	/* border: 1px solid #886CFE; */
	/* margin-top: 0px; */
	/* margin-right: 0px; */
	/* margin-bottom: 41px; */
	/* margin-left: 0px; */
	/* background-color: #886cfe29; */
	/* padding-bottom: 1em; */
	margin: 0;
}

.marcoNoticias2 {
	/* padding: 2em 2em; */
}

.contenidoNoticias {
	font-size: 1.0em;
	color: #7F7F7F;
	/* background-color: #0000FF; */
	margin: 0px;
	width: 100%;
	line-height: 1.3em;
	padding: 1em 0em 2em 0em;
	/* padding-right: 40px; */
	/* padding-bottom: 30px; */
	/* padding-left: 30px; */
	text-align: justify;
	font-weight: 200;
}	
	
.tituloNoticias a {
	color: #ffffff;
	margin: 0px;
	width: 100%;
	height: auto;
	min-height: 90px;
	text-align: left;
	letter-spacing: 0px;
	text-decoration: none;
	line-height: 1.1em;
	padding: 1em 1em;
	float: left;
	position: absolute;
	background-color: #c1121f47;
	font-size: 1.1em;
	font-weight: 500;
	bottom: 0;
	left:0;
	cursor:pointer;
}



.tituloNoticias a:hover {
	
	background-color: #c1121fd9;
}


.imagenNoticias {
	position:relative;
	width: 100%;
	height: 300px;
	background-position:center center;
	background-size:cover;
	padding: 0px;
	border-radius: 5px;
	overflow: hidden;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

.fechaNoticias {
	left: 0px;
	top: 0px;
	position: absolute;
	width: 90px;
	height: auto;
	background-color: #c1121fcf;
	color: #FFF;
	text-align: center;
	font-size: 1.0em;
	line-height: 1.4em;
	float: left;
	margin-bottom: 1.6em;
	/* border-top-left-radius: 11px; */
}


.fechaNoticiasMes {
    font-weight: 200;
    font-size: 0.9em;
}

.fechaNoticiasDia {
	text-align: center;
	font-size: 3em;
	font-weight: 700;
	padding: 0.2em 0em;
	letter-spacing: -2px;
}


.fechaNoticiasAnio {font-size: 0.8em;letter-spacing: 3px;}




.vermasNoticias a{
	width: 100%;
	display: block;
	background-color: #6b6b6b;
	padding: 0.7em 1.8em;
	margin: 0px 0px;
	-moz-border-radius: 8px;
	border-radius: 5px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	font-size: 0.8em;
	transition: background .25s ease-in-out;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
	text-align: center;
	float: right;
	letter-spacing: 2px;
	font-weight: 600;
}


.vermasNoticias a:hover{
	background-color:#000;
	color: #fff;
}


.boxNoticias1 {
	/* float: left; */
	width: 100%;
	padding: 2em;
	/* margin-top: 2em; */
	/* margin-bottom: 2em; */
}


.boxNoticias2 {
	/* float: left; */
	width: 70%;
	padding: 2em;
	margin-top: 2em;
	margin-bottom: 2em;
}

.boxNoticias3 {
	/* float: left; */
	width: 70%;
	padding: 2em;
	margin-top: 2em;
	margin-bottom: 2em;
}

.marcoNoticias2{
	padding: 2em;
	background-color: white;
	border-radius: 12px;
	width: 33.33333%;
	margin-top: 0em;
	float: left;
}

.marcoNoticias3{
	padding: 1em;
	background-color: white;
	border-radius: 12px;
	width: 90%;
	margin-top: 0em;
}



/*Detalle Noticias*/


.contenidoEncimay {
	float: left;
	/* background-color: #bd1f1f; */
	position: relative;
	top: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-bottom: 30px;
	width: 86%;
	left: 8%;
	border-radius: 0px;
	border-bottom: solid 1px #e0e0e0;
}

.contenidoEncimay2 {
	padding: 3em; 
	border-right: 
	solid 1px #e0e0e0;
	width: 70%;
}






/**Fin NOticias/



/* CONTENIDOS SECCIONES */


.galeriaSeccion img{
	width: 33.333%;
	float: left;
	padding: 1em;
}


.titulo3 {
	position:relative;
	font-size: 3.0em;
	font-weight: 400;
	color: rgba(33,57,80,0.90);
	margin-top: 30px;
	width: 100%;
	height: auto;
	line-height: 1em;
	letter-spacing: 2px;
	padding: 0em;
	padding-left: 0.2em;
	margin-bottom: 15px;
	border-bottom: solid 1px rgba(70,131,219,0.40);
}


.baseGeneral {
	display: table;
	width: 100%;
	height: 100%;
	background-color: #0F9;
	border-collapse:separate;
	border-spacing: 1.5em 1.5em;
}




.baseGeneral3 {
	display: table;
	width: 100%;
	height: 100%;	/*background-color: #0F9;*/

}


.imagenContenedor2{
	position:relative;
	width:50%;
	height:100%;
	background-position: center center;
	background-size:cover;
	border: 0px solid #fff;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	
}


.imagenContenedorHor{
	position:relative;
	width:100%;
	height:100%;
	background-position: center center;
	background-size:cover;
	border: 0px solid #fff;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	
}


.baseDestacadosHor {
     /*display: table-cell;
     text-align: center;
     vertical-align:middle;*/
     position: relative;
     width: 100%;
     height: 470px;
     /*margin:2em;*/
     /* background-color: #10457b91; */
     /*background-image: url(../images/fondoTransparente1.png);*/
     background-position: center left;
     background-repeat: no-repeat;
}


.textoContenedor {
	padding-top:1.0em;
	padding-bottom:1.0em;
	background-color: rgba(13, 65, 105, 0.59);
	position: absolute;
	width: 100%;
	right: 0px;
	height: auto;
}


.textoHor {
	position: absolute;
	top: 150px;
	width: auto;
	left: 40px;
	font-size: 2.4em;
	font-weight: 500;
	letter-spacing:-1px;
	color: rgba(255,255,255,0.90);
	margin: 0em;
	height: auto;
	line-height: 1.0em;
	padding: 0.4em;
	padding-left: 0px;
	/* background-color:#C60; */
}


.textoHor2 {
	position: absolute;
	width: auto;
	top: 216px;
	left: 40px;
	font-size: 1.4em;
	letter-spacing: 0px;
	color: rgba(255,255,255,0.90);
	margin: 0em;
	height: auto;
	line-height: 1.0em;
	padding: 0.3em;
	padding-left: 0px;
	/* background-color: #bf00cc; */
}



	.btnDestacado a{
		position: absolute;
		top: 280px;
		left: 40px;
		background-color: rgba(0, 87, 154, 0.87);
		/* display: block; */
		border-radius: 5px;
		padding: 0.8em 1.2em;
		font-size: 0.9em;
		font-weight: 500;
		color: #fff;
		line-height: 1.8em;
		width: 250px;
		transition: background .25s ease-in-out;
		-moz-transition: background .25s ease-in-out;
		-webkit-transition: background .25s ease-in-out;
		letter-spacing: 2px;
		text-align: center;
	}


	.btnDestacado a:hover{
		background-color: #03AFDC;
	}









.baseDestacadosCG {
	 display:table-row;
     text-align: center;
     vertical-align:middle;
	 width: 100%;
	 height: 100%;
	 margin:0em;
	/*background-color: #0F9;*/
}


.baseDestacados3CG {
     /*display: table-cell;*/
	 display:table-row;
     text-align: center;
     vertical-align:middle;
	 width: 100%;
	 height: 100%;
	/*margin:2em;*/
	/*background-color: #0F9;*/
}

	


.imagenDestacadosCircle{
	display: inline-block;
  	min-width: 15%;
	white-space: nowrap;
	
	border-radius: 50%;
    width: 100%;
    padding-bottom: 100%;
	margin: 15px .5px;
    content: '';
    display: inline-block;
	vertical-align: middle;
	position:relative;

	
	background-position:center center;
	background-size:cover;
	/*background-image: url(../images/15Destacados3.jpg);*/
	
	border: solid 4px rgba(70,131,219,0.60) ;
	padding: 0px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	
	padding-bottom: 0vw;
  	width: 18vw;
  	height: 18vw;
}

.baseDestacadosSJ {
	/*float:left;*/
	width: 100%;
	/*display: table-row;*/
	margin-top: 0.2em;
	margin-right: 0em;
	margin-bottom: 0.8em;
	margin-left: 0em;
	padding:0.3em;
	min-height: 250px;

	/*margin:2em;*/
	/*background-color: #0F9;*/
}	
	
.imagenContenedor2CG{
	height:400px;
	/*width:100%;*/
}

.imagenContenedor2B{
	position:relative;
	width:250px;
	height:100%;
	background-position: center center;
	background-size:auto 100%;
	background-repeat: no-repeat;
	border: 4px solid #ddd;
	padding: 0px;
	left:50%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -125px;
	border-radius: 500px;
}	
	


	.baseDestacados2CG {
		position:relative;
		width: 100%;
		height: auto;
		/*background-color: #999933;*/
		margin: 0px;
		/*margin-top: 0em;
		margin-right: 0em;
		margin-bottom: 0em;
		margin-left: 0em;*/
		padding:0.3em;
	}	
	
	.baseDestacados2CG img{
		width: 100%;
		max-width: 350px;
	}



	.imgContenidoIni{
		position: relative;
		width: 100%;
		height: 300px;
		background-size: cover;
		/* background-color: red; */
	}

	.ContenidoIni{
		position: absolute;
		width: 80%;
		height: 88px;
		margin-top: -44px;
		left: 10%;
		/*float: left;*/
		top: 50%;
		/* background-color: red; */
	}

	.texto1ContenidoIni{
		font-size: 0.8em;
		font-weight: 500;
		color: #fff;
		/* line-height: 1.0em; */
	}

	.texto2ContenidoIni{
		font-size: 1.8em;
		font-weight: 600;
		color: #fff;
		line-height: 1.2em;
		letter-spacing: 0px;
	}

	.texto3ContenidoIni{
		font-size: 0.8em;
		/*font-weight: 400;*/
		color: #fff;
		line-height: 1.2em;
	}


	.texto1ContenidoIni a{
		background-color: #F9DD3B;
		display: block;
		border-radius: 63px;
		padding: 1em 1.2em;
		font-size: 2.9em;
		font-weight: 700;
		color: #ffffff;
		line-height: 0;
		width: 330px;
		transition: background .35s ease-in-out, border .35s ease-in-out;
		-moz-transition: background .35s ease-in-out, border .35s ease-in-out;
		-webkit-transition: background .35s ease-in-out, border .35s ease-in-out;
		letter-spacing: 0;
		text-align: center;
		border: solid 2px #FDB062;
		margin: auto;
	}


	.texto1ContenidoIni a:hover{
		background-color: #0EB0E1;
		border: solid 2px #0c788e;
	}



.banner-navx {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100px;
  top: 50%;
  margin-top: -50px;
  padding: 0px 0px;
  left: 0%;
  z-index: 10039;
  opacity: 0.0;
  -webkit-transition: all .5s;
  transition: all .5s;
  background-color: red;
  display: none;
}


.banner-prevx, .banner-nextx {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    margin-top: -35px;
    cursor: pointer;
    background-size: 100%;
    background-position: center;
    /*border-radius: 50%;*/
    padding: 10px;
    z-index: 1005;
    /* opacity: 0.4; */
    -webkit-transition: all .5s;
    transition: all .5s;
    color: #03AFDC;
    font-size: 2.7em;
}

.banner-prevx {
    /* background-image: url(../images/arrow-left.svg); */
    left: 0px;
}


.banner-nextx {
    /* background-image: url(../images/arrow-right.svg); */
    /*opacity: 1.0;*/
    right: 19px;
}

.banner-prevx:hover, .banner-nextx:hover {
    /*background-color: rgba(255,255,255,0.10);*/
    opacity: 1.0;
}





.imgs_galeria_box {
   position: relative;
   width: 33.33%;
   padding-top: 20.5%; /* 8:5 Aspect Ratio */
   float: left;
   background-position: center center;
   background-size:cover;
   /* border: solid 2px red; */
   box-shadow: inset 0px 0px 0px 10px white;
   border-radius: 15px;
}

.imgs_galeria_box2 {
   position: relative;
   width: 33.33%;
   padding-top: 25.5%; /* 8:5 Aspect Ratio */
   float: left;
   background-position: center center;
   background-size:cover;
   /* border: solid 2px red; */
   box-shadow: inset 0px 0px 0px 10px white;
}



.iconPhoto{
   background-color: rgba(0,0,0,0.8);
   position: absolute;
   top: 0px;
   width: 100%;
   height: 100%;
   padding-top: 16.5%; /* 8:5 Aspect Ratio */
   background-image: url(../images/icn_fotos.png);
   background-position: center center;
   background-repeat: no-repeat;
   background-size: auto 60%;
   opacity: .7;
   box-shadow: inset 0px 0px 0px 10px white;
}





.enlaceContenido a{
	float: left;
	position: relative;
	display: table;
	width: auto;
	font-size: 1.4em;
	line-height: 1.2em;
	font-weight: 700;
	letter-spacing: 0;
	text-align: center;
	background-color: #5eb2e1;
	color: rgba(255,255,255,1.0);
	transition: background .25s ease-in-out;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
	/* text-align: left; */
	padding: 0.7em 1.2em 0.7em 1.2em;
	border-radius: 62px;
	margin-left: 22px;
	margin-bottom: 1em;
}




.enlaceContenido a:hover {
	background-color: #FD4221;
	color: #fff;
}



.textoContenido{font-size: 1.2em;line-height: 1.4;padding-left: 1em;margin-bottom: 1em;}

.tituloContenido, .tituloContenido2 {
    color: #777777;
    padding: 0.5em 0.4em 0.5em 0.8em;
    /* padding-left: 0; */
    margin-bottom: 0.5em;
    /* border-bottom: solid 2px #f7921f; */
    font-weight: 600;
    font-size: 2.2em;
    line-height: 1.2em;
    text-align: left;
    /* text-transform: uppercase; */
    border-radius: 7px;
    letter-spacing: 0px;
    background-color: #f1f0f0;
}

.tituloContenido2{
	    font-size: 3.0em;
	    color: #9b6ed7;
	    border-bottom: dashed 1px #9b6ed7;
	    /* border-radius: 0; */
	    padding: 0em 0.4em 0.3em 0em;
}

.subtituloContenido1 {
	    /* background-color: red; */
	    color: rgb(78 78 78 / 80%);
	    padding: 0.3em 0.5em;
	    /* padding-left: 0; */
	    margin-bottom: 0.3em;
	    /* border-bottom: solid 0px #f7921f; */
	    font-weight: 700;
	    font-size: 2.8em;
	    text-align: left;
}

.subtituloContenido2 {
	    /* background-color: red; */
    color: rgba(0,0,0,0.6);
    /* padding: 0.2em; */
    /* padding-left: 0; */
    margin-bottom: 1em;
    border-bottom: solid 0px #f7921f;
    font-weight: 300;
    font-size: 1.4em;
}


.baseTemas4{
	width: 80%;
}


.enlaceDocs{
	/* background-color: rgba(1, 87, 155, 0.2); */
	/* padding: 0.8em; */
	/* border-bottom: 1px dotted #0288d1; */
	/* text-align: left; */
	width: 50%;
	/* color: #01579b; */
	float: left;
}


.enlaceDocs a {
		transition: background .25s ease-in-out;
		-moz-transition: background .25s ease-in-out;
		-webkit-transition: background .25s ease-in-out;
		background-color: #35353587;
		padding: 1.2em 0.8em;
		/* width: 100%; */
		position: relative;
		display: block;
		text-align: right;
		color: #ffffff;
		border-bottom: 1px dotted #c1121f;
		height: 81px;
}


.enlaceDocs a:hover {
	background-color: #c1121f;
	color: #fff;
}

.titFecha{
	    text-align: left;
    font-size: 0.8em;
}

.titulo4{
	background-color: #b7b7b71a;
	padding: 1.2em 0.8em;
	border-bottom: 1px dotted #c1121f;
	text-align: left;
	width: 50%;
	color: #c1121f;
	float: left;
	font-weight: 600;
	height: 81px;
}

.titFechaPeq{
	font-size: 0.8em;
	text-align: left;
	padding: 0.8em;
	background-color: whitesmoke;
	margin-bottom: 2em;
}

.contenidoDocumentos{
	font-size: 1.2em;
	text-align: left;
	padding: 0.8em 0em;
	font-weight: 200;
	/* background-color: #f7f7f7; */
	line-height: 1.3em;
	border-bottom: solid 1px #e4e4e4;
	margin-bottom: 2em;
}


.contenidoDocumentos ul {
	list-style-type: disc;
	margin-left: 2.2em;
}

.contenidoDocumentos li {
    line-height: 1.4em;
}

.contenidoDocumentos a{
	padding: 0em;
	text-decoration: none;
	transition: background .25s ease-in-out;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
	background-color: #2727276e;
	color: #fff;
	padding: 0.5em 1em;
	/* display: block; */
	border-radius: 9px;
	/* margin-top: 0.8em; */
}

.contenidoDocumentos a:hover{
	text-decoration: none;
	background-color: #151515e0;
}



.baseContenedorNews3 {
	padding: 3em; 
	border-right: 
	solid 1px #e0e0e0;
	width: 70%;
}


.imgs_galeria_News, .imgs_galeria_News2 {
   position: relative;
   width: 100%;
   padding-top: 90%; /* 8:5 Aspect Ratio */
   float: left;
   background-position: center center;
   background-size:cover;
   cursor: pointer;
   overflow: hidden;
}

.imgs_galeria_News2{
	padding-top: 50%;
}

.baseContenedorNews{
	padding: 2em;
	float: left;
	width: 50%;
}

.baseContenedorNews2{
	padding: 1em;
	float: left;
	width: 100%;
	padding-bottom: 0;
}


.tapaDiaNews {
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  left: 0%;
  transition: .5s ease;
  z-index: 4;
  background-color: rgba(0, 0, 0, 0.0);
}


.numeroDia{
  position:absolute;
  font-size: 4em;
  color: rgb(255, 255, 255);
  font-weight: 700;
  /* line-height: 100px; */
  text-align: center;
  letter-spacing: -8px;
  padding: 14px;
  line-height: 72px;
  top: 0px;
  left: 0px;
  background-color: #c1121f7d;
  height: 100px;
  width: 100px;
}


.fechaNews {
	text-align: left;
	font-size: 0.7em;
	padding: 0px 23px;
	font-weight: 700;
	text-transform: uppercase;
}

.tituloNews{
	text-align: left;
	font-size: 0.9em;
	float: left;
	padding: 0.4em;
    background-color: whitesmoke;
    border-radius: 6px;
}


.tituloNews2 {
	text-align: left;
	font-size: 1.7em;
	padding: 0px 23px;
	padding-top: 17px;
	padding-bottom: 17px;
	font-weight: 600;
	letter-spacing: -1px;
	line-height: 37px;
	text-decoration: none;
	color: #5d5d5d;
	position: relative;
	/* background-color: rgba(29, 69, 120, 0); */
	/* display: block; */
	border-bottom: solid 1px #d4d4d4;
	/* text-decoration: underline; */
	/* text-transform: uppercase; */
}

.tituloNews a {
	text-align: left;
	font-size: 1.3em;
	padding: 0px 23px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-weight: 500;
	letter-spacing: -1px;
	line-height: 26px;
	text-decoration: none;
	color: #c1121f;
	position: relative;
	/* background-color: #8a1515; */
	display: block;
	border-bottom: solid 1px #eaeaea;
	transition: background .4s ease-in-out;
	-moz-transition: background .4s ease-in-out;
	-webkit-transition: background .4s ease-in-out;
}

.tituloNews a:hover {
	color: #444;
	border-bottom: solid 1px #eaeaea;
	
	text-decoration: underline;
}

.resumenNews {
	text-align: left;
	font-size: 0.8em;
	padding: 13px 23px;
	color: #5f5f5f;
}



.tituloSimul {
	font-weight: 700;
	padding: 1em;
	font-size: 2em;
	letter-spacing: 6px;
	background-color: #00d0ff;
	border-radius: 5px;
	color: #fff;
	line-height: 40px;
}


.simdato1 {
    width: 49.8%;
    background-color: rgb(142, 191, 241);
    border-radius: 3px;
    padding: 13px;
    margin: 1px;
    margin-left: 0px;
    /* margin-top: 2px; */
    text-align: right;
    font-weight: 700;
    color: #022856;
}

.simdato2 {
    width: 49.5%;
    background-color: rgba(142, 191, 241, 0.47);
    border-radius: 3px;
    padding: 13px;
    margin: 1px;
    margin-right: 0px;
    text-align: left;
    color: #022856;
}



.simdato3 {
    width: 49.8%;
    background-color: rgb(142, 241, 200);
    border-radius: 3px;
    padding: 13px;
    margin: 1px;
    margin-left: 0px;
    /* margin-top: 2px; */
    text-align: right;
    font-weight: 700;
    color: #022856;
    height: 60px;
}

.simdato4 {
    width: 49.5%;
    background-color: rgba(142, 241, 200, 0.46);
    border-radius: 3px;
    padding: 13px;
    margin: 1px;
    margin-right: 0px;
    text-align: left;
    color: #022856;
    height: 60px;
}


.simdato5 {
    width: 49.8%;
    background-color: rgb(255, 194, 132);
    border-radius: 3px;
    padding: 13px;
    margin: 1px;
    margin-left: 0px;
    /* margin-top: 2px; */
    text-align: right;
    font-weight: 700;
    color: #022856;
}

.simdato6 {
    width: 49.5%;
    background-color: rgba(255, 194, 132, 0.58);
    border-radius: 3px;
    padding: 13px;
    margin: 1px;
    margin-right: 0px;
    text-align: left;
    color: #022856;
}


.nota{
	text-transform: uppercase;
    font-size: 0.7em;
    letter-spacing: 1px;
    padding: 7px;
    text-align: center;
    border: dotted 1px #00a1ff;
    margin: 10px;
}

.nota span{
	font-weight: 700;
	color: #022856;
}

.flechavmas{
    text-align: center;
    position: relative;
    padding: 1em;
    font-size: 2em;
    padding-top: 0em;
}

.flechavmas a{
	color: #00d0ff;
}




/* c styles */
#footer {
	position: relative;
	clear: both;
	/*float: left;*/
	width: 100%;
	/* background-color: #FF0000; */
	max-width: 1400px;
	bottom:0px;
	margin: auto;
}

#menufooter{ display:block;}


.contenidoFinal  {
	position:absolute;
	bottom:0px;
	right:25px;
	width:70%;
	z-index:0;
	/*height:132px;
	/*background-color:#D01D20;*/
}



/* FOOTER */

.footerLogo{
	position:relative;
	left: 0;
	margin-left: 0;
	width: 270px;
	height: 100px;
	background-size: auto 100%;
	background-repeat: no-repeat;
	/* background-color: #a58484; */
	margin-top: 7px;
	margin-bottom: 1em;
	filter: grayscale(100%);
	margin: auto;
}



.footer  {
	/*background-color: #E3F9C7;*/
	color: rgba(255,255,255,0.95);
	font-size: 0.9em;
	height:auto;
}


.footer h1 {
	color:#000;
	font-size:0.9em;
}





.footer .col1{
	top: 0px;
	width: 100%;
	/*left:10%;	*/
	/*background-color: #BFC320;
	/*height:300px;	*/
	background-color: rgb(236 236 236);
	border-top: solid 1px #eaeaea;
}


.footerImg{
	position:relative;
	width: 100%;
	left: 0%;
	padding: 1em 4em 1em 4em;
}


.baseDestacados7,.enlace1{
	/* background-color: red; */
	width: 100%;
	/* float: left; */
	text-align: center;
	/* padding: 0.5em 0em; */
	margin: auto;
}



.flip-card {
  background-color: transparent;
  width: 100%;
  height: 210px;
  perspective: 1000px;
  border: solid 0px red;
  /* border-radius: 18px; */
  padding: 0.4em 0.4em;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 190px;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  
  cursor: pointer;
  border-radius: 18px;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);

}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  padding: 1em 0em 1em 0em;
}

.flip-card-front {
  /* background-color: #bbb; */
  /* color: black; */
  /* cursor: pointer; */
}

.flip-card-back {
  background-color: #FD4221;
  color: white;
  transform: rotateY(180deg);
  /* height: 250px; */
  border-radius: 18px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}



.enlaceHora a, .enlaceHora2 a{
	font-size: 0.7em;
	letter-spacing: 1px;
	text-decoration: none;
	color: #fff;
	width: 52px;
	display:block;
	padding: 0.6em;
	text-align: center;
	transition: background .25s ease-in-out;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin: 2px;
	margin-top:0px;
	line-height: 1.3em;
}

.enlaceHora a {
	background-color: #FDB062;
}

	
.enlaceHora2 a {
	background-color: rgba(0,0,0,0.2);
	
}

.enlaceHora3 a {
	background-color: rgba(0,0,0,0.5);
	
}



.enlaceHora a:hover{
	color: #fff;
	background-color: #333333;
}


.enlaceHorax{
	background-color: #fc5e52!important;
}


.altoFormRegistro {
	overflow: hidden;
	height: auto;
	padding: 1em;
}

.altoFormRegistro2 {
	padding: 1em;
	height: 430px; 
	overflow: auto;
}

.textoTerminos {
    letter-spacing: 0px;
    font-size: .9em;
    font-weight: 300;
    line-height: 1.3em;
    /* background-color: #C60; */
    padding-left: 26px;
}

	.textoTerminos a {
		font-weight:400;
		color: #03AFDC;
		text-decoration:underline;
	}

	.textoTerminos a:hover{
		color: #646464;
	}


	.medioPago{
		background-color: whitesmoke;
		padding: 1em;
		width: 100%;
		height: 91px;
		border-radius: 6px;
		margin-bottom: 9px;
		cursor: pointer;
			transition: background .25s ease-in-out;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
	}

	.medioPago:hover{
		background-color: #0EAFE1;
		color:#fff;
	}

    .medioPagoActived{
		background-color: #0EAFE1;
		color:#fff;
	}


	.tc1{
		text-align: right;
		font-size: 3em;
	}

.logoPSE{    
    background-image: url(../images/BotonPSE.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: right;
    height: 51px;
    width: 100%;
}


.imagenAvatar {
	position:relative;
	width: 100%;
	height: 350px;
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	/*background-image: url(../images/fondo_destacados.png);	*/
	display:block;
	border: solid 0px rgb(154 63 63);
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-radius: 13px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}



.contAvatar {
		position: relative;
		float: left;
		width: 300px;
		height: 300px;
		margin: 16px;
		padding: 32px 15px 18px 19px;
		padding: 0;
		border: 0px solid rgba(0,0,0,0.05);
		background-position:center center;
		/*background-size:100% auto;*/
		background-size:cover;
		background-repeat: no-repeat;
		background-color: #2287b7;
		border-radius: 54px;
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
		-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
		-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
		box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
		transition: all 0.3s ease-in-out;
		cursor: pointer;
}

.contAvatar:hover {
		-webkit-box-shadow: 6px 6px 12px 0px rgba(0,0,0,0.3);
		-moz-box-shadow: 6px 6px 12px 0px rgba(0,0,0,0.3);
		box-shadow: 6px 6px 12px 0px rgba(0,0,0,0.3);	
}


.tituloAvatar {
	position: absolute;
	bottom: -1px;
	font-weight: 700;
	font-size: 1.2em;
	margin: 0px;
	width:100%;
	height: auto;
	text-align: center;
	text-decoration: none;
	line-height: 2em;
	z-index: 5;
	color: #fff;
	/* margin-bottom: 6px; */
	background-color: #42c1b0;
}

.tituloAvatar a {
	font-weight: 700;
	font-size: 0.9em;
	margin: 0px;
	width:100%;
	/* height: 40px; */
	text-align: left;
	text-decoration: none;
	line-height: 1em;
	z-index: 5;
	color: #9B6ED7;
	/* margin-bottom: 6px; */
	/* background-color: red; */
	display: block;
}

.tituloAvatar a:hover {
	color: #545454;
}


.paddingIframe{
	padding: 0.8em;
}


.contenedorBox{
	position: relative;
	width: 100%;
	display: flex;
}

.contenedorBox2{
	position: relative;
	width: 100%;
	display: block;
}

.Box{
	padding: 4em;
}

.BoxPadding{
	padding: 3em 6em;
}

.contenidoBox1 a, .contenidoBox2 a{
	padding: 0em;
	text-decoration: none;
	transition: background .25s ease-in-out;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
	background-color: #2727276e;
	color: #fff;
	padding: 0.5em 1em;
	/* display: block; */
	border-radius: 9px;
	/* margin-top: 0.8em; */
}

.contenidoBox1 a:hover, .contenidoBox2 a:hover{
	text-decoration: none;
	background-color: #151515e0;
}

.contenidoBox1 strong a, .contenidoBox2 strong a{
	font-size:0.7em;
	overflow:hidden;
}

.contenidoBox1{
	font-size: 1.5em;
	color: #fff;
	line-height: 1.9em;
	font-weight: 200;
	letter-spacing: 0px;
}

.contenidoBox2{
	font-size: 1.1em;
	color: #fff;
	line-height: 1.4em;
	font-weight: 200;
	letter-spacing: 0px;
}

.contenidoBox2 ul, .contenidoBox1 ul {
	list-style-type: disc;
	margin-left: 2.2em;
}

.contenidoBox2 li, .contenidoBox1 li {
    line-height: 1.4em;
}


.contenedorBox2 table{
    border: solid 1px #e7e7e7;
    padding:1em;
    font-size:0.8em;
    width: 100%;
}

.contenedorBox2 table tr:first-child td{
    border: solid 1px #515151;
    padding:1em;
    font-size:0.8em;
    background-color: #e9e9e9;
    text-align:center;
}


.contenedorBox2 table td{
    border: solid 1px #e1e1e1;
    padding:1em;
    font-size:0.8em;
	
}

.titulo1Box{
	font-size: 2.3em;
	color: #fff;
	line-height: 0.9em;
	font-weight: 600;
	letter-spacing: -2px;
	/* background-color: red; */
	text-align:left;
	font-weight: 300;
}

.titulo2Box{
	font-size: 1.5em;
	color: #fff;
	line-height: 0.9em;
	font-weight: 600;
	letter-spacing: -1px;
	/* background-color: green; */
	text-align: left;
	margin-bottom: 0.5em;
	margin-top: 0.2em;
	font-weight: 400;
}


.boxtextjustificacion2{padding: 4em;}

.boxcontentvideo{
	position:relative;width:50%;height:0;padding-bottom:33%;
}

.boximgjustificacion2{
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	padding-bottom: 33%;
}

.boxtextjustificacion0{
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 4em;
}

.boximgjustificacion0{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 50%;
	padding-bottom: 30%;
}

.boximgjustificacion3{
	width: 50%;
	padding-bottom: 0;
	padding: 0;
}

.boxVideo{
	position: relative;
    width: 100%;
    height: 420px;
}


.collapsible {
  background-color: #dadadab8;
  color: #7b7b7b;
  cursor: pointer;
  padding: 12px 27px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 1.4em;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 3px;
  border-radius: 5px;
  font-weight: 200;
  text-transform: uppercase;
}

.activex, .collapsible:hover {
  background-color: #c1121f;
  color: #fff;
}

.collapsible:after {
  content: '\002B';
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.activex:after {
  content: "\2212";
}


.content {
  padding: 0px;
  max-height: 0;
  transition: max-height 0.2s ease-out;
  background-color: #f1f1f1;
  margin-bottom: 4px;
  border-radius: 5px;
  width: 100%;
  /* display: none; */
}

.contentx {
  padding: 0px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  /* background-color: #f1f1f1; */
  margin-bottom: 4px;
  border-radius: 5px;
}



.titpregunta {
	font-weight: 700;
	font-size: 1.4em;
	color: #999;
	margin: 0px;
	padding: 0.5em 0.8em 0.5em 0.8em;
	line-height: 1.1em;
	text-align:left;
	background-color: #dad9d95c;
	width: 100%;
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
}

.respregunta {
	font-weight: 200;
	font-size: 1.2em;
	color: #999;
	margin: 0px;
	padding: 1.0em 1.8em 1.0em 1.8em;
	line-height: 1.4em;
	text-align:left;
	background-color: #f9f9f9;
	border-bottom: solid 1px #d2d2d2;
	margin-bottom: 1em;
	border-bottom-left-radius: 9px;
	border-bottom-right-radius: 9px;
}

.respregunta ul {
	list-style-type: disc;
	margin-left: 2.2em;
}

.respregunta li {
    line-height: 1.4em;
}


.boxini2{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 347px;
    padding: 3em;
}

.boxtextini2{
    display: flex;
    color: #fff;
    font-size: 1.4em;
    font-weight: 200;
    line-height: 1.1em;
}


#frameMaps{
	height: 450px;
}

#elIframe{
	width: 100%;
	height: 775px;
	border: solid 0px red;
}

.boxOficinas1{
	float: left;
	width: 30%;
	padding: 1em;
	border: solid 1px #d8026b4d;
	margin-top: 2em;
	border-radius: 6px;
}

.boxOficinas2{
	float: left;
	width: 70%;
	padding: 2em;
	border-bottom: solid 1px #b5b4b4;
}

.boxOficinas3{
	background-color: #f3f3f3;
	margin-bottom: 1em;
	padding: 2em;
	color: #666666;
}

.titulOficinas{font-size: 2em;/* line-height: 1.3em; */padding: 0em 0em 0.5em 0em;font-weight: 600;text-align: left;letter-spacing: -2px;}
.titulOficinas2{font-size: 1.1em;/* line-height: 1.3em; */padding: 0em 0em 0.5em 0em;font-weight: 300;text-align: left;letter-spacing: 0px;}

.texOficinas{line-height: 1.8em;}

.texOficinas a{text-decoration: underline;color: #666666;}

.texOficinas a:hover{text-decoration: none;color: #666666;}


.foto1{
	background-color: #ffffff59;
	/* width: 50%; */
	border: solid 2px #03A9F4;
	position: relative;
	width: 150px;
	height: 150px;
	right: 0px;
	top: -9px;
	border-radius: 50%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}



.foto2 {
	background-color: #ffffff59;
	/* width: 50%; */
	border: solid 2px #03A9F4;
	position: relative;
	width: 36px;
	height: 36px;
	right: 0px;
	top: -9px;
	border-radius: 50%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}


/* Directorio */



.basedirectorio{
	background-color: #ececec;
	margin-bottom: 0em;
	padding: 1em;
	border-bottom: solid 1px #9e9e9e;
	position: relative;
	width: 100%;
	display: inline-block;
}

.basedirectoriox{
	background-color: #adadad1a;
	margin-bottom: 0em;
	padding: 0.5em;
	border-bottom: solid 1px #9e9e9e;
	position: relative;
	width: 100%;
	display: inline-block;
}

.fotodir{
	background-color: #ffffff59;
	width: 90px;
	border: solid 2px #c1121f;
	/* position: relative; */
	max-width: 90px;
	height: 90px;
	/* right: 0px; */
	/* top: 0px; */
	border-radius: 50%;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	float: left;
	/* margin: 1em; */
}




.emaildir a {
    /* font-weight: 200; */
    font-size: 0.9em;
    color: #025286;
    font-weight: 700;
}

.emaildirx a {
    background-color: #c1121f;
    color: #fff;
    font-size: 0.9em;
    display: block;
    margin-top: 0.5em;
    padding: 0.5em;
    font-weight: 400;
}

.emaildir a:hover {
    color: #404040;
    text-decoration:underline;
}

.emaildirx a:hover {
    background-color: #404040;
}



.datosdir{
	float: left;
	width: 38%;
	background-color: #ffffff75;
	padding: 1em;
	margin-left: 1em;
	text-align: left;
	font-weight: 200;
	font-size: 0.9em;
	height: 90px;
	overflow: hidden;
}

.datosdir span{
	font-weight: 700;
	font-size: 1.2em;
}

.datosdir2{
	float: left;
	width: 29%;
	background-color: #ffffff75;
	padding: 1em;
	margin-left: 1em;
	text-align: left;
	font-weight: 200;
	font-size: 0.9em;
	height: 90px;
	overflow: hidden;
}

.datosdir2 span{
	font-weight: 700;
	font-size: 1.2em;
}


.datosdir3{
	float: left;
	width: 20%;
	background-color: #ffffff75;
	padding: 1em;
	margin-left: 1em;
	text-align: left;
	font-weight: 200;
	font-size: 0.9em;
	height: 90px;
	overflow: hidden;
}

.datosdir3 span{
	font-weight: 400;
	font-size: 1.1em;
}



.datosdirx{
	float: left;
	width: 100%;
	/* background-color: #ffffff75; */
	/* padding: 1em; */
	margin-left: 0;
	text-align: left;
	font-weight: 200;
	font-size: 0.9em;
	height: auto;
	overflow: hidden;
}

.datosdirx span{
	font-weight: 400;
	font-size: 1em;
}

.datosdirx2{
	float: left;
	width: 100%;
	/* background-color: #ffffff75; */
	/* padding: 1em; */
	margin-left: 0;
	text-align: left;
	font-weight: 200;
	font-size: 0.8em;
	height: auto;
	overflow: hidden;
}

.datosdirx2 span{
	font-weight: 400;
	font-size: 1.0em;
}


.datosdirx3{
	float: left;
	width: 100%;
	/* background-color: #ffffff75; */
	/* padding: 1em; */
	margin-left: 0;
	text-align: left;
	font-weight: 200;
	font-size: 0.8em;
	height: auto;
	overflow: hidden;
}

.datosdirx3 span{
	font-weight: 400;
	font-size: 0.9em;
}

.directorio_container{
	
}

.directorio_content2{
	overflow: auto;
	height: 140px;
}

.titdirini{
	background-color: #666;
	padding: 0.6em;
	font-size: 1em;
	font-weight: 400;


    color: #ffffff;
    border-top: 1px solid #d3d3d3;
    margin: 0;
    padding: 5px 20px;
    display: block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: left;
    padding: 0.8em;
    font-weight: 400;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;


	
}




.cerrarModal  {
	position: absolute;
	border-radius: 50%;
	font-size: 1.1em;
	font-weight: 700;
	padding: 11px;
	height: 40px;
	/* line-height: 2.2em; */
	color: rgb(255 255 255);
	text-decoration: none;
	background-color: #c1121f;
	width: 40px;
	transition: all 0.3s ease-in-out;
	top: -20px;
	right: -20px;
	text-align: center;
	cursor: pointer;
} 


.cerrarModal:hover {
	background-color: black;
}


.boxIngreso{
	width: 90%;
	max-width: 500px;
	height: 440px;
	background-color: #000000a8;
	border-radius: 12px;
	top: 50%;
	/* left: 50%; */
	position: relative;
	margin: auto;
	margin-top: -220px;
}

.logoIngreso {
	position: absolute;
	top: -13px;
	left: 50%;
	width: 280px;
	height: 100px;
	margin-left: -140px;
	margin-top: -50px;
	/*background-image: url(../images/Logo.png);*/
	background-repeat: no-repeat;
	background-position: center;
	background-size: 60%;
	/* z-index:2100; */
	/* display:block; */
	background-color: #fff;
	border-radius: 9px;
	/* margin: auto; */
}