.cbp-af-header {
	position: absolute;
	/*position:relative;*/
	top: 58px;
	left: 0%;
	width: 96%;
	/* background-color: #d41acdbf; */
	z-index: 2005;
	height: 65px;
	/*overflow: hidden;*/
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
	/*border-bottom: 2px solid rgba(0,0,0,0.10);*/
}
 


 .baseMenu {
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	background-color: #6bbd00;
	z-index: 2004;
	height: 150px;
	/* border-bottom: 02px solid #002c8e; */
}



/* for demo purpose only */
/*.desktop-mega-menu{width:auto;margin:0 auto;}*/

 .navega ul {
	position: absolute;
	bottom: 15px;
	right: 0px;
	width: auto;
	z-index: 2008;
	font-weight: 400;
	line-height: 1.2em;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 0px;
	margin-right:0px;
	font-size:1.0em;
	letter-spacing: 0px;
	/* text-transform: uppercase; */
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
	/*letter-spacing:-1px;*/
	/* background: #E91E63; */
}

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

/* This hides the dropdowns */


 .navega li ul { display: none; }

 .navega ul li a {
  display: block;
  padding: 1em;
  text-decoration: none;
  /* white-space: nowrap;*/
  color: #ffffff;
  border-bottom: 0px solid #0b2e6f;
  padding-top: 0.7em;
  padding-bottom: 0.7em;
  transition: background .25s ease-in-out;
  -moz-transition: background .25s ease-in-out;
  -webkit-transition: background .25s ease-in-out;
  border-radius: 0px;
  font-weight: 600;
  font-size: 1.1em;
  margin-left: 14px;
}

 .navega ul li a:hover { 
	background: #0b2e6f;
	color:#fff;
	border-radius: 0px
	 /*border-top-left-radius: 7px;
	 border-top-right-radius: 7px;*/
}

/* Display the dropdown */


 .navega li:hover > ul {
  width: auto;
  display: block;
  position: absolute;
  left: 0%;
  top:45px;
  margin-top: 0px;
  margin-left:0px;
  font-size:0.9em;
  font-weight: 400;
  line-height: 1.8em;
  text-align: left;
}

 .navega li:hover li { 
	 width:190px;
	 border-bottom: 0px  solid rgba(255,255,255,0.5);
	 border-top-left-radius: 0px; border-top-right-radius: 0px;
	 border-bottom:solid 0px #fff;
}

 .navega li:hover a { background: #003876; color:#ffffff; border-top-left-radius: 0px; border-top-right-radius: 0px;}
 .navega li:hover li a:hover { background: #2d2d2d; color:#fff;  border-top-left-radius: 0px; border-top-right-radius: 0px;}

 /*.navega .main-navigation li ul li { border-top: 0px  dotted rgba(231,91,88,1.0);  text-align: left}

/* Displays second level dropdowns to the right of the first level dropdown */


 .navega ul ul ul {
  left: 100%;
  top: 0;
}

/* Simple clearfix */



 .navega ul:before,
 .navega ul:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

 .navega ul:after { clear: both; }




.sidenav {
  height: 100%;
  width: 100%;
  margin-left: -100%;
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  background-color: #97ba39;
  overflow-x: hidden;
  transition: 0.5s;
  padding: 0;
  /* padding-top: 0.5em; */
  /* padding-bottom: 2em; */
}


.sidenav .closebtn2 {
  position: absolute;
  font-size: 2em;
  -moz-transition: background .25s ease-in-out;
  width: 30px;
  line-height: 1em;
  font-weight: 300;
  right: 1%;
  top: 2%;
  margin: 3px;
  padding: 0;
  border: none;
  background-color: rgba(255, 255, 255, 0);
}



.sidenav a {
  padding: 0.5em 1.2em;
  text-decoration: none;
  font-size: 0.9em;
  color: #fff;
  display: block;
  transition: 0.3s;
  transition: background .25s ease-in-out;
  -moz-transition: background .25s ease-in-out;
  -webkit-transition: background .25s ease-in-out;
  background-color: #97ba39;
  border-bottom: solid 1px rgb(255 255 255 / 32%);
  margin: 0px 0% 0px 0%;
  width: 100%;
  line-height: 1.7em;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.sidenav a:hover {
  color: #f1f1f1;
  background-color: rgba(255,255,255,0.2);
}

.sidenav .activoM  {
    background-color: rgba(255,255,255,0.8);
    color: rgb(72, 72, 72);
}


.sidenav .closebtn {
  font-size: 1.5em;
  font-weight: 600;
}


#main {
  transition: margin-left .5s;
  padding: 0px;
  width: 100%;
  position: relative;
}



.menubox{width: 100%;/* background-color: #1986ad; */height: 100%;float: left;/* position: fixed; */}


.dropdown-container {
  height: 0;
  /* padding-left: 8px; */
  transition: 0.5s;
  background-color: #00000040;
  overflow: hidden;
  width: 100%;
  margin-left: 0;
}





/* Style the sidenav links and the dropdown button */
.dropdown-btn {
  text-align: left;
  cursor: pointer;
  padding: 0.5em 1.2em;
  font-size: 0.9em;
  color: #fff;
  display: block;
  transition: 0.3s;
  transition: background .25s ease-in-out;
  -moz-transition: background .25s ease-in-out;
  -webkit-transition: background .25s ease-in-out;
  /* background-color: rgba(255,255,255,0.1); */
  border-bottom: solid 1px rgba(255,255,255,0.6);
  margin: 0px 0% 0px 0%;
  width: 100%;
  line-height: 1.7em;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/* Add an active class to the active dropdown button */
.activemenu {
  background-color: #00000075;
  color: white;
}




/* LOGOS */

.logoIniIzq {
	position:absolute;
	top: 45px;
	right: 30px;
	width: 193px;
	height: 80px;
	background-image: url(../images/LogoKeralty.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% auto;
	z-index:2100;
	display:block;
	/*background-color:#0CF;*/
	display: none;
}

.logoIniDer {
	position:absolute;
	top: 0px;
	left: 1em;
	width: 540px;
	height: 13em;
	background-image: url(../images/LogoBig.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	z-index:2100;
	display:block;
	background-color: #ffffff;
	/* border-radius: 2em; */
	filter: drop-shadow(9px 10px 15px #00000042);
	border-bottom-right-radius: 2em;
	border-bottom-left-radius: 2em;
}


.logoBar{
	position:absolute;
	top: 0px;
	left: 1em;
	width: 288px;
	height: 7em;
	background-image: url(../images/LogoBig.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	z-index:2100;
	display:block;
	background-color: #ffffff;
	/* border-radius: 2em; */
	filter: drop-shadow(9px 10px 15px #00000042);
	border-bottom-right-radius: 2em;
	border-bottom-left-radius: 2em;
}

.boxMenuBar{
	right: 21px; position: relative;width: 100%;
}

/*CONTENEDORES */

.borderBtn{display: none;position: absolute;height: 3px;width: 77%;bottom: 0px;/* left: 15px; */background-color: #B51515;}

.bannBig { display: block; }
.bannMob { display: none; }



.basebanner{
	position: absolute;
	top: 150px;
	width: 100%;
	height: 408px;
	background-color: #0b2e6f;
}


.fondoBanner{
	position: absolute;
	top: 50%;
	right: 30px;
	width: 100%;
	left: 0px;
	margin-top: -75px;
	height: 150px;
	background: rgba(0, 87, 154, 0.5);
	background: linear-gradient(90deg, rgba(0,87,154,0.5) 100%, rgba(0,87,154,0.5) 0%);
}





.infoBannerVideo a{
	text-align: center;
	font-size: 1.8em;
	/* font-weight: 400; */
	color: #ffffff;
	background-color: rgba(255, 255, 255, 0);
	padding: 0px;
	/* border-radius: 50px; */
	/* border: 1px solid #fff; */
	opacity: 0.7;
	line-height: 0;
	margin: 0;
	position: relative;
	/* margin-top: 20px; */
	/* height: 110px; */
}

.infoBannerVideo a:hover{
	opacity: 1.0;
}

.infoBanner{
	/*position: absolute;
	top: 110px;
	right: 80px;
	width: 350px;
	height: 30px;
	/*background-color: green;
	z-index: 15000; */
	text-align: center;
	font-size: 0.8em;
	/* line-height: 1.2em; */
	font-weight: 400;
}


.infoBanner a{
  	z-index: 15000;
  	text-align: left;
  	font-size: 0.5em;
  	/* font-family: 'Raleway', sans-serif; */
  	/* line-height: 1.2em; */
  	font-weight: 400;
  	color: #ffffff;
  	background-color: #0b2e6f;
  	padding: 13.5px 29.5px;
  	border-radius: 3px;
  	opacity: 0.95;
}

.infoBanner a:hover{
	color: white;
	opacity: 1.0;
}



.textoBanner1{font-family:Ferry,Arial,Helvetica Neue,sans-serif;font-weight:900;position: absolute;top: 30%;left: 15%;width: 70%;height: auto;font-size: 3.0em;/* font-weight: 700; */letter-spacing: 1px;text-align: center;/* background-color: rgba(241, 8, 0, 0.83); */z-index: 12000;color: rgba(255,255,255,1.0);padding: 0.8em;border-radius: 3px;/* font-family: Roboto,Helvetica,Arial,sans-serif; */line-height: 0.8em;font-weight: 700;line-height: 60px;border-radius: 5px;z-index: 10000000;}


.textoBanner1A{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	font-size: 1.2em;
	font-weight: 700;
	letter-spacing: 0px;
	text-align: left;
	/*background-color: rgba(255,0,0,0.5);*/
	z-index: 12000;
	color: rgba(255,255,255,1.0);
	padding: 0.8em;
	border-radius: 0px
}




.textoBanner1B{
	display: none;
}

.textoBanner2{
	position:relative;
	/*top: 75px;
	right: 80px;
	width: 350px;
	height: 50px;*/
	font-size: 20px;
	/* font-family: 'Raleway', sans-serif; */
	/* line-height: 1.6em; */
	letter-spacing: 0px;
	text-align: center;
	/*text-transform: lowercase;*/
	/* background-color: aqua; */
	color: rgba(255,255,255,1.0);
	font-weight: 300;
	line-height: 26px;
	padding-bottom: 10px;
	padding-top: 10px;
}






.imagenBannerini{
	display:block;
	position:relative;
	width: 100%;
	height: 800px;
	background-position: center center;
	background-size:cover;
	background-color: #383838;
	border-bottom: 0px solid rgba(0,0,0,0.75); /*#3DA4DB*/
	padding: 0px;
	/* margin-top: 19px; */
	/* margin-right: 0px; */
	/* margin-bottom: 0px; */
	/* margin-left: 0px; */
	border: solid 0px #fff;
	margin: auto;
	margin-top: 0em;
}


.basemenutop{
	position: absolute;
	top: 16px;
	right: 60px;
	width: auto;
	height: 26px;
	margin-left: 0px;
	/*background-image: url(../images/base_top_menu.png);*/
	background-position: left top;
	background-size: 100% 100%;
	/* background-color: rgba(15,15,15,1.0); */
	padding-left: 1.2em;
	/*font-family: 'Louis Condensed Demi, Helvetica';*/
	z-index: 3200;
}


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

.basemenutop li a {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 0.8em;
	/*font-family: 'Louis Condensed Demi';*/
	color: #ffffff;
	padding: 0.6em;
	line-height: 2.0em;
}

.basemenutop li a:hover {
	color: #545454;
}


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



.top1{
	top: 14px;
}

.top2{
	top: 52px;
}


.enlace1 ul{
	/* display: inline-block; */
	/* margin: auto; */
	/* padding: 0px; */
	/* background:#0F0; */
	/* text-align: center; */
	/* position: relative; */
	/* right: 0px; */
	margin-bottom: 10px;
}

.imgaling{
	vertical-align: middle;
}

.enlace1 li{
	display: inline-block;
	margin: 0px;
	padding: 0px;
	margin-right: 10px;
	margin-left: 1px;
	font-size: 1em;
	margin-top: 0px;
	letter-spacing: 0px;
	/* float: right; */
}

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

.enlace1 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: rgba(255,255,255,0.8);
}

.enlace1 li a:hover{
	color:rgba(255,255,255,0.8);
}




.buscador {
	position: absolute;
	right: 20px;
	top: 0px;
	width: 220px;
	height: 30px;
	/*background-color: #CC0000;*/
	z-index:10050;
	border: 0px solid rgba(0,0,0,0.5);
	border-radius: 4px;
}

.buscador2 {
	display:none;
	position: relative;
	left: 50%;
	margin-top:10px;
	margin-left:-75px;
	width: 150px;
	height: 30px;
	/*background-color: #CC0000;*/
	z-index:50;
	border-radius: 4px;
	border: 0px solid  rgba(0,0,0,0.5);
}






.buscar::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #fff;
}
.buscar:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fff;
    opacity: 1;
}
.buscar::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff;
    opacity: 1;
}
.buscar:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
}




.buscar {
	border: 0px solid #FFF;
	width: 180px;
	padding: 6px;
	height: 28px;
	
	font-weight: 400;
	color: #FFF;
	font-size: 0.7em;
	background: transparent;;
	/*background-color: #FFF;
	/*text-transform: uppercase;*/
	-webkit-border-top-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;	
	border-bottom: 1px solid rgba(255,255,255,0.20);
}

.sbuscar {
	background-image: url(../images/imgbtnbuscar.png);
	background-size:100% auto;
	background-position:center center;
	/*background-color: rgba(16,16,16,1.0);*/
	background-color: rgba(0,46,88,0.9);
	margin: 0px;
	padding: 2px;
	height: 28px;
	width: 28px;
	border: 0px solid #fff;
	/*-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;*/
	
}



/* DESTACADOS */


.basecontDestacados {
	float: left;
	padding: 1em;
	left: 5%;
	width: 90%;
	position: relative;
	border: solid 0px red;
}

.contDestadados {
		position: relative;
		width: 100%;
		height: 270px;
		margin: 0px;
		padding: 0px;
		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-image: url(../images/fondo_destacados.png);*/
		background-color: #f00;
}

.contDestadados2 {
		position: relative;
		width: 99%;
		height: 400px;
		margin: 0px;
		padding: 0px;
		border: 1px solid rgba(255,255,255,0.05);	
		background-position:center center;
		/*background-size:100% auto;*/
		background-size:cover;
		background-repeat: no-repeat;
		/*background-image: url(../images/fondo_destacados.png);*/
	
}

	
.contTextDestadados {
		position: absolute;
		top: 86px;
		margin: 0px;
		padding: 0px;
		width: 100%;
		border: 0px solid rgba(0,0,0,0.19);
}

.contTextDestadados2 {
		position: absolute;
		top:0px;
		margin: 0px;
		padding: 0px;
		width: 100%;
		border: 0px solid rgba(0,0,0,0.19);	
}


.contenidoDestacados {
	font-size: 0.9em;
	color: #5d5d5d;
	/* background-color: #0000FF; */
	margin: 0px;
	width: 100%;
	/*height:4em;*/
	/* line-height: 1.7em; */
	padding: 0;
	text-align: center;
	margin-bottom: 5px;
	text-transform: uppercase;
	letter-spacing: 23px;
}	
	
.tituloDestacados {
	position: absolute;
	font-weight: 900;
	font-size: 2.2em;
	width: 100%;
	text-align: center;
	letter-spacing: 3px;
	/* background-color: #FDDD02; */
	line-height: 1.6em;
	color: rgb(128, 128, 128);
	/* float: none; */
	margin-left: 0;
	font-family: 'Ferry';
}

.tituloDestacados2 {
	/* font-weight: 300; */
	font-size: 2.2em;
	/*font-family: 'Quattrocento';
	/*font-style: italic;*/
	margin: 0px;
	width:100%;
	height: auto;
	text-align: center;
	letter-spacing: 9px;
	text-decoration: none;
	/* background-color: #FDDD02; */
	line-height: 1.3em;
	z-index: 5;
	color: #818181;
	text-transform: uppercase;
	font-family: 'Ferry',arial;
}


.enlaceDestacados {
	position: absolute;
	width: 100%;
	left: auto;
	bottom: 0px;
	z-index: 20;
	padding: 0px;
	border-radius: 0px;
	/* background-color: red; */
}

.enlaceDestacados a {
	/* FONT-WEIGHT: 600; */
	border-radius: 0px;
	font-size: 0.9em;
	font-weight: 600;
	letter-spacing: 3px;
	padding: 0px;
	height: auto;
	line-height: 4.2em;
	display:block;
	color: #ffffff;
	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: rgba(0, 0, 0, 0.49);
	text-align: center;
	background: #00aff2;
	background: linear-gradient(180deg, #20468c 0%, #185190 100%);
}


.enlaceDestacados a:hover {
	border-radius: 0px;
	color: #ffffff;
	background: #0071ce;
    background: linear-gradient(180deg, #0b2e6fcc 0%, #0b2e6fb8 100%);
}


.enlaceDestacados2 {
	position: absolute;
	width: 50%;
	left: 25%;
	bottom: 0px;
	z-index: 20;
	padding: 0px;
}

.enlaceDestacados2 a {
	font-size: 0.7em;
	font-weight: 400;
	letter-spacing: 2px;
	padding: 0px;
	height: 46px;
	line-height: 3.2em;
	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;
}


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






.enlaceDestacados3 {
	position: absolute;
	width: 50%;
	left: 25%;
	bottom: 0px;
	z-index: 20;
	padding: 0px;
}

.enlaceDestacados3 a {
	font-size: 0.7em;
	font-weight: 400;
	letter-spacing: 2px;
	padding: 0px;
	height: auto;
	line-height: 3.2em;
	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;
}


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




.imagenDestacados {
	position:relative;
	width: 100%;
	height: 270px;
	background-position:center center;
	background-size: cover;
	background-repeat: no-repeat;
	/*background-image: url(../images/fondo_destacados.png);	*/
	display:block;
	border: solid 4px #21468c;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-radius: 0px;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,1);
	-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,1);
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,1);
}

.imagenDestacados2 {
	position:relative;
	width:100%;
	height: 220px;
	background-position:center center;
	background-size:200px auto;
	background-repeat: no-repeat;
	/*background-image: url(../images/fondo_destacados.png);	*/
	display:block;
	border: solid 0px rgba(26,135,175,0.60) ;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-radius: 0px;
}


/* DE INTERES */

.deInteres {
	float: left;
	cursor: pointer;
	border-radius: 5px;
	padding-bottom: 0em;
	/*padding-left: : 2.8em;*/
	margin-bottom: 10px;
	display: block;
	width: 100%;
	height: 100px;
}

.texto1Interes {
	font-size: 0.8em;
	/*color: #fff;*/
	font-weight: 700;
	line-height: 1.6em;
	text-align: center;
	letter-spacing: -1px;
	padding: 0.0em;
	/*padding-top: 1.8em;
	/*padding-right: 0.8em;*/

}

.texto2Interes {
	font-size: 1.6em;
	/*font-style: italic;*/
	/*color: #fff;*/
	font-weight: 700;
	line-height: 0.5em;
	text-align: center;
	letter-spacing: -1px;
	padding: 0em;
	/*padding-right: 0.8em;*/
}

.deInteres:hover {
	background-color: rgba(0,0,0,0.6);
}




/* FOOTER */

.footerLogo{
	position:relative;
	left: 50%;
	margin-left: -180px;
	width: 360px;
	height: 11em;
	background-image:url(../images/Logo2B.png); /* LogoFooter  */
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	/* height:300px; */
	/*filter: grayscale(100%);*/
	/*filter: brightness(200%);*/
	/*-webkit-filter: grayscale(100%) brightness(200%);*/
	margin-bottom: 2em;
	/* background-color: red; */
}

.enlace1 {
	/* background-color: green; */
	margin:auto;
	width: 232px;
}

.baseDestacados5 {
	position: relative;
	/* background-color: red; */
	width: 80%;
	left: 10%;
	top: 0px;
}

.texto9 {
	letter-spacing:1px;
	/*font-size: 0.7em;*/
	/*font-weight:400;*/
	color: rgba(255,255,255,0.70);
	margin: 0em;
	height: auto;
	line-height: 1.5em;
	/*background-color:#C60;*/
	text-align: center;
	margin-right: 23px;
}

.texto9 a{
	color: #83bd41;
	font-size: 1.1em;
	font-weight: 700;
	/*background-color:#C60;*/
}

.texto9 a:hover{
	color: rgba(255,255,255,0.95);
	/*background-color:#C60;*/
}

.texto9linea {
	height: 1px;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.3);
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0.5em;
	margin-left: 0em;
	position: relative;
}

.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: 1.2em;
	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: auto;
	padding: 0em;
	color:rgba(255,255,255,0.8);
	width:auto;
}



.texto12 ul{
	list-style-type: none;
	display: inline-block;
	/* background-color: red; */
	left: 0px;
	position: relative;
	float: none;
}



.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: #43b0e0;
	/*background-color:rgba(165,205,56,1.0);*/
}

.texto12B{
    text-align: center;
    color: #fff;
}
.texto12B a {
	color: #43b0e0;
	text-decoration: none;
	padding: 0.5em;
	line-height: 0.8em;
	text-transform: uppercase;
	font-size: 1.0em;
	font-weight: 700;
	text-align: right;
	letter-spacing:0px;
	width:auto;
	/* display:block; */
	margin-right: 9px;
}

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


.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 */
.basebanner2 {
	position: absolute;
	top: 150px;
	width: 100%;
	left: 0px;
	height: 500px;
}

.basebanner3 {
	position: relative;
	top: 0px;
	width: 100%;
	/*height: 500px;*/
	height:100vh;
}



.franjaSecciones{
	position: absolute;
	top: 0px;
	width: 100%;
	height: 750px;
	background-color: #002c8e21;
	z-index: 1;
	border: solid 0px #00aff2;
}	

.franjaSecciones2{
	position: absolute;
	top: 0px;
	width: 100%;
	margin: auto;
	height: 800px;
	background-color: #2c2c2c1f;
	/* border: solid 30px red; */
}




.imagenSecciones{
	display:block;
	position:relative;
	width:100%;
	height:750px;
	/*height:100vh;*/
	background-position: center center;
	background-size:cover;
	background-color: #585858;
	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:500px;*/
	height:100vh;
	background-position: center center;
	background-size:cover; 
	background-color:#0C6;
	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;
}


	
	.baseTitulo {
		position: absolute;
		bottom: 1em;
		right: 0px;
		width: 70%;
		margin-top: 0px;
		height: auto;
		padding: 0px;
		/* background-color: rgba(255, 255, 255, 0.55); */
		/*
		background-image: url(../images/base_titulos.png);
		background-repeat: no-repeat;
		background-position: left top;*/
		z-index: 50;
		transition: top 0.3s;
	}	

	.baseTitulo2 {
		position: absolute;
		bottom: 0px;
		width: 100%;
		height: 50px;
		background-color: rgba(224,224,224,1.0);
	}	
	
	.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;
	}


	.tituloDestacados1 {
		width: 96%;
		left: 2%;
		font-size: 1.8em;
		font-weight: 300;
		letter-spacing:-1px;
		text-align: left;
		padding: 1.4em 0em;
		/* background-color: aqua; */
		color: rgb(128, 128, 128);
		letter-spacing: 17px;
		text-transform: uppercase;
		text-align: center;
	}


	.tituloSeccion {
		width: auto;
		font-size: 2.0em;
		font-weight: 700;
		color:rgba(255,255,255,1.0);
		letter-spacing: 2px;
		line-height: 1.1em;
		text-align: right;
		padding: 0.6em;
		padding-right: 1em;
		text-transform: uppercase;
		font-family: 'Ferry';
	}


	.titulo1 {
		width: auto;
		font-size: 1.2em;
		font-weight: 600;
		color: #0b2e6f;
		letter-spacing:-2px;
		line-height: 1.2em;
		text-align: center;
		padding-right: 0em;
		text-transform: uppercase;
		letter-spacing: 5px;
		margin-bottom: 1em;
	}


	.tituloSeccionM {
		width: auto;
		font-size: 1.2em;
		font-weight: 700;
		/*font-style: italic;*/
		letter-spacing:-1px;
		line-height: 1.2em;
		text-transform: uppercase;
		text-align: left;
		padding: 0.5em 1.2em;
		padding-left: 4em;
		/*background-color: aqua;*/
		
	}



	.tituloSeccionM2 {
		width: auto;
		font-size: 1.2em;
		font-weight: 700;
		/*font-style: italic;*/
		letter-spacing:-1px;
		line-height: 1.2em;
		text-transform: uppercase;
		text-align: left;
		padding: 0.5em;
		padding-left: 1.0em;
		/*background-color: aqua;*/
		
	}




	.tituloSeccionVehiM {
		width: 100%;
		font-size: 1.2em;
		font-weight: 700;
		/*font-style: italic;*/
		letter-spacing:-1px;
		line-height: 1.2em;
		text-transform: uppercase;
		text-align: left;
		padding: 0.5em 1.2em;
		/*padding-left: 4em;*/
		border-bottom: 2px solid rgba(244,188,0,1.0);
		margin-bottom: 0.8em;
		/*background-color: aqua;*/
		
	}

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

	.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:absolute;
		left: 25px;
		top: 40px;
		width: 96%;
		/*height: 200px;*/
		height:90vh;
		/*background-color: #999933;*/
		margin: 0px;
		margin-top: 0px;
		/*margin-top: 0em;
		margin-right: 0em;
		margin-bottom: 0em;
		margin-left: 0em;*/
		padding:0.3em;
		z-index: 20;
	}	


	.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;*/
	}

	/*.enlaceMenus a .colorNegro100 {
		color: rgba(0,0,0,1.0);
	}*/


	.precio {
		position: absolute;
		bottom:50px;
		right: 80px;
		width: auto;
		margin-top: 0px;
		height: auto;
		padding: 0px;
		/*background-color: rgba(255,255,255,0.25);*/
		z-index: 50;
		letter-spacing: -1px;
	}	




	.videoVehi{
		position: relative;
		width: 100%;
		float: left;
		height: auto;
		padding: 0.2em;
	}

	.botonVideo{
		position: absolute;
		width: 50px;
		height: 50px;
		left: 50%;
		margin-left: -25px;
		top: 50%;
		color: rgba(255,255,255,0.8);
		font-size: 3em;
		cursor: pointer;
	}

	.botonVideo:hover{
		color: rgba(255,255,255,1.0);
	}


	.colores {
		position: relative;
		width: 90%;
		left:5%;
		float: left;
		display: block;
		height: 600px;
		border: 1px dotted rgba(0,0,0,0.2);
	}

	.elcolor{
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 500px;
		
		border: 0px dotted #000;
	}

	.elcolorNombre{
		position: absolute;
		bottom: 50px;
		right: 50px;
		width: auto;
		height: auto;
		font-size: 1.6em;
		/*font-style: italic;*/
		font-weight: 700;
		text-transform: uppercase;
		letter-spacing: 2px;
		color: rgba(115,115,115,1.0);
		z-index: 12;
		/*background-color: red;*/
	}	



	.imgelcolor{
		position: absolute;
		top: 0px;
		left: : 0px;
		margin: 0px;
		padding: 0px;
		background-repeat: no-repeat;
		background-size: 100% auto ;
		background-position: center center;
		width: 98%;
		height: 500px;
		z-index: 10;
	}

	.barraColor, .barraColor2 {
		position: absolute;
		bottom: 0px;
		left: 0px;
		width: 100%;
		height: 100px;
		z-index: 12;
	}

	.barraColor ul, .barraColor2 ul {
		width: 100%;
		display: inline-block;
		padding: 0.8em;
	}

	.barraColor li {
		background-color: rgba(0,0,0,0.5);
		display: inline-block;
		padding: 0em;
		border: 2px solid rgba(0,0,0,0.0);
		width: 54px;
		height: 54px;
		margin-top: 0px;
		margin-left: 2px;
		border-radius: 100%;



		/*float: left;*/
	}

	.barraColor2 li {
		background-color: rgba(0,0,0,0.5);
		display: inline-block;
		padding: 0em;
		border: 2px solid rgba(0,0,0,0.0);
		width: 64px;
		height: 44px;
		margin-top: 0px;
		margin-left: 2px;
		/*border-radius: 100%;*/

	    -ms-transform: skewX(-20deg); /* IE 9 */
	    -webkit-transform: skewX(-20deg); /* Safari */
	    transform: skewX(-20deg); /* Standard syntax */


		/*float: left;*/
	}

	.barraColor .color {
		cursor: pointer;
		margin-left: auto;
   	 	margin-right: auto;
		border-radius: 100%;
		width: 50px;
		height: 50px;
		border: 4px solid rgba(0,0,0,0.2);
	}


	.barraColor2 .color2 {
		cursor: pointer;
		margin-left: auto;
   	 	margin-right: auto;
		/*border-radius: 100%;*/

	    /*-ms-transform: skewX(-20deg); /* IE 9 */
	   /* -webkit-transform: skewX(-20deg); /* Safari */
	   /* transform: skewX(-20deg); /* Standard syntax */

		width: 60px;
		height: 40px;
		border: 4px solid rgba(0,0,0,0.2);
	}








	
/* NOTICIAS */
	
.marcoNoticias {
	padding: 0px;
	/* width: 70%; */
	border: 1px solid #B7B7B7;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	background-color: #F00;
	float: left;
}

.marcoNoticias1 {
	padding: 0px;
	width: 68%;
	border: 10px solid #22458b;
	margin-top: 0px;
	margin-right: 2%;
	margin-bottom: 15px;
	margin-left: 0px;
	background-color: #202020;
	float: left;
	height: 500px;
	background-position: center center;
	background-size: cover;
	position: relative;
	/* border: solid 13px #fff; */
}

.marcoNoticias2 {
	padding: 0px;
	width: 30%;
	border: 10px solid #00aff2;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2%;
	margin-left: 0px;
	background-color: #F00;
	float: left;
	background-position: center center;
	background-size: cover;
	position: relative;
	height: 236px;
}
	
.boxNoticiasIni {
	position: absolute;
	bottom: 5%;
	width: 100%;
}

.contenidoNoticias {
	/*height:7em;*/
}

.contenidoNoticias {
	font-size: 1.1em;
	color: #ffffff;
	/* background-color: #0000FF; */
	margin: 0px;
	width: 100%;
	line-height: 1.3em;
	padding-top: 0;
	padding-right: 4%;
	padding-bottom: 12px;
	padding-left: 7%;
	text-align: left;
	position: relative;
	z-index: 2;
	top: 0%;
}	
	

.tituloNoticias1 {
	position: relative;
	top: 0%;
	color: #ffffff;
	margin: 0px;
	width: 100%;
	height: auto;
	text-align: left;
	letter-spacing: -2px;
	text-decoration: none;
	line-height: 0.3em;
	/* padding-top: 5px; */
	padding-right: 4%;
	/* padding-bottom: 5px; */
	padding-left: 6%;
	z-index: 1;
	/* background-color: red; */
}

.tituloNoticias2 {
	position: relative;
	bottom: 26%;
	color: #ffffff;
	margin: 0px;
	width: 100%;
	height: auto;
	text-align: left;
	letter-spacing: -2px;
	text-decoration: none;
	line-height: 0.3em;
	/* padding-top: 5px; */
	padding-right: 4%;
	/* padding-bottom: 5px; */
	padding-left: 6%;
	z-index: 1;
	/* background-color: red; */
	display: block;
}


.tituloNoticias1 a, .tituloNoticias2 a {
	font-size: 1.6em;
	line-height: 1em;
	letter-spacing: 3px;
	color: #ffffff;
	padding: 1%;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 900;
	display:block;
	transition: background .25s ease-in-out;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
	font-family: 'Ferry',arial;
	/* margin-bottom: 1em; */
}

.tituloNoticias2 a {
	font-size: 0.9em;
}

.tituloNoticias a:hover {
	color: #ffffff;
	background-color:rgba(152, 187, 57, 0.9);
	
	
}


.imagenNoticias {
	position:relative;
	width:100%;
	/* height:199px; */
	background-position:center center;
	background-size:cover;
	border: 1px solid #FFF;
	padding: 0px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.fechaNoticias {
	left: 0px;
	/* top: 25px; */
	position: relative;
	width: 100%;
	/* height: 37px; */
	/* background-color:rgba(0,0,0,0.50); */
	color: #FFF;
	text-align: left;
	font-size: 0.8em;
	line-height: 1.4em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	/* top: 21%; */
	display: block;
	text-transform: uppercase;
	letter-spacing: 3px;
	/* font-family: oswald; */
	font-weight: 300;
	margin-bottom: 4px;
	margin-left: 1%;
}

.vermasNoticias{
	display: block;
	margin-top: 1em;
}

.vermasNoticias a{
	width: auto;
	display: block;
	/* background-color: #E9BC00; */
	padding: 0;
	margin: 0;
	margin-right: 0px;
	/* margin-bottom: 10px; */
	margin-left: 7%;
	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: left;
	position: relative;
	top: 0%;
	letter-spacing: 3px;
	border-bottom: 2px solid #fff;
	font-weight: 700;
	font-family: 'Ferry',arial;
}


.vermasNoticias a:hover{
	border-bottom: 2px solid rgba(255, 255, 255, 0);
	color: #fff;
}







	/* CONTENIDOS SECCIONES */



.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: 50%;
	left: 5%;
	height: 470px;
}


.textoHor {
	position: absolute;
	top: 150px;
	width: auto;
	left: 40px;
	font-size: 2.4em;
	font-weight: 700;
	letter-spacing: 4px;
	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.2em;
	letter-spacing: 9px;
	color: rgba(255,255,255,0.90);
	margin: 0em;
	height: auto;
	line-height: 1.0em;
	padding: 0.3em;
	padding-left: 0px;
	/* background-color: #bf00cc; */
	text-transform: uppercase;
}

	.textoHor3a{
		position: absolute;
		top: 244px;
		left: 40px;
		/* background-color: rgba(0, 87, 154, 0.87); */
		/* display: block; */
		/* border-radius: 5px; */
		padding: 0.8em 0em;
		font-size: 0.9em;
		font-weight: 500;
		color: #fff;
		line-height: 1.6em;
		width: 69%;
		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: left;
	}


	.textoHor3 a{
		position: absolute;
		top: 366px;
		left: 40px;
		background-color: rgba(104, 101, 98, 0.93);
		/* display: block; */
		border-radius: 5px;
		padding: 0.8em 1.2em;
		font-size: 0.9em;
		font-weight: 500;
		color: #fff;
		line-height: 1.8em;
		width: 178px;
		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;
	}


	.textoHor3 a:hover{
		background-color: rgba(0, 0, 0, 0.79);
	}









.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: 500px;
		background-size: cover;
	}

	.ContenidoIni{
		position: absolute;
		width: 80%;
		height: auto;
		left: 10%;
		/*float: left;*/
		bottom: 25px;


	}

	.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: rgba(247, 147, 30, 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;
	}


	.texto1ContenidoIni a:hover{
		background-color: #00579A;
	}


.banner-navx {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 457px;
  top: 0px;
  padding: 0px 0px;
  left: 0%;
  z-index: 9999;
  /* opacity: 0.0; */
  -webkit-transition: all .5s;
  transition: all .5s;
  /* background-color: red; */
}

.banner-nav:hover { 
    opacity: 1; 
}

.banner-arrow{
	position: absolute;
	width: 18px;
	height: 18px;
    background-image: url(../images/arrow-right.svg);
}

.banner-navx {
	position: absolute;
	/* background-color: red; */
	width: 80%;
	float: left;
	z-index: 4555555;
	height: 50px;
	top: 50%;
	left: 10%;
	margin-top: -40px;
}


.banner-navx2 {
	position: absolute;
	/* background-color: red; */
	width: 100%;
	float: left;
	z-index: 4555555;
	height: 50px;
	top: 50%;
	left: 0%;
	margin-top: -25px;
}



.banner-prev, .banner-next {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    cursor: pointer;
    background-size: 100%;
    background-position: center;
    /*border-radius: 50%;*/
    padding: 10px;
    z-index: 999;
    opacity: 0.8;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.banner-prev {
    background-image: url(../images/arrow-left.svg);
    left: 15px;
}


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

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


.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: 999;
    opacity: 0.6;
    -webkit-transition: all .5s;
    transition: all .5s;
    color: #fff;
    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;
}







.banner-prevx2, .banner-nextx2 {
    position: absolute;
    top: 50%;
    width: 38px;
    height: 38px;
    margin-top: -19px;
    cursor: pointer;
    /* background-size: 100%; */
    /* background-position: center; */
    border-radius: 50%;
    /* padding: 10px; */
    z-index: 999;
    opacity: 0.8;
    -webkit-transition: all .5s;
    transition: all .5s;
    color: #fff;
    font-size: 2.1em;
    /* text-shadow: 3px 2px 2px red; */
    background-color: #a5a5a5;
    -webkit-box-shadow: 0px 0px 35px -10px rgba(40,40,40,1);
    -moz-box-shadow: 0px 0px 35px -10px rgba(40,40,40,1);
    box-shadow: 0px 0px 4px 1px rgba(40,40,40,1);
}

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


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

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





.imgs_galeria_box {
   position: relative;
   width: 33.33%;
   padding-top: 19.5%; /* 8:5 Aspect Ratio */
   float: left;
   background-position: center center;
   background-size:cover;
   border: solid 10px #ffffff;
   box-shadow: inset 0px 0px 0px 0px #00aff2;
}

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



.tituloContenido {
	    /* background-color: #f6f6f6; */
	    color: #00aff2;
	    padding: 0.2em;
	    padding-left: 0.4em;
	    margin-bottom: 1em;
	    border-bottom: solid 1px #d2d2d2;
	    font-weight: 700;
	    font-size: 2.8em;
	    line-height: 1.8em;
	    text-align: left;
	    text-transform: uppercase;
	    letter-spacing: 5px;
	    font-family: 'Ferry';
	    border-radius: 5px;
}


.subtituloContenido1 {
	    /* background-color: red; */
	    color: rgba(0,0,0,0.8);
	    /* padding: 0.2em; */
	    /* padding-left: 0; */
	    /* margin-bottom: 1em; */
	    border-bottom: solid 0px #f7921f;
	    font-weight: 300;
	    font-size: 1.2em;
	    text-align: left;
	    text-transform: uppercase;
	    letter-spacing: 4px;
}

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



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


.enlaceDocs a {
		transition: background .25s ease-in-out;
		-moz-transition: background .25s ease-in-out;
		-webkit-transition: background .25s ease-in-out;
		background-color: #00aff233;
		padding: 0.8em;
		width: 100%;
		position: relative;
		display: block;
		text-align: right;
		color: #0b2e6f;
		border-bottom: 1px dotted #00aff2;
		height: 80px;
		font-weight: 700;
}


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

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

.titulo4{
	background-color: rgba(1, 87, 155, 0.2);
	padding: 0.8em;
	border-bottom: 1px dotted #0288d1;
	text-align: left;
	width: 60%;
	color: #01579b;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	height: 80px;
}

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

.contenidoDocumentos{
	font-size: 1.2em;
	text-align: left;
	padding: 0.8em;
	padding-left: 0;
	/* text-transform: uppercase; */
	/* font-weight: 700; */
	/* letter-spacing: 2px; */
	line-height: 1.2em;
}
.contenidoDocumentos p {
	/* text-align: center; */
}

.contenidoDocumentos img{
	width:100%;
	max-width: 800px;
	margin: auto;
	/* left: 35%; */
	/* position: relative; */
	text-align: center;
}

.contenidoDocumentos ol{
	list-style: auto;
	margin-left: 1em;
}

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


.imgs_galeria_News, .imgs_galeria_News2 {
   position: relative;
   width: 100%;
   height: 300px;
   /* padding-top: 50%; */ /* 8:5 Aspect Ratio */
   float: left;
   background-position: center center;
   background-size:cover;
   cursor: pointer;
   overflow: hidden;
   /* border: solid 1px red; */
}

.imgs_galeria_News2{
	padding-top: 50%;
}

.baseContenedorNews{
	padding: 2em;
	float: left;
	width: 50%;
	height: 380px;
	/* border: solid 2px red; */
}

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


.baseContenedorVideo{
	padding: 2em;
	float: left;
	width: 50%;
	height: auto;
	/* border: solid 2px red; */
}



.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: 2em;
  color: rgb(255, 255, 255);
  font-weight: 400;
  /* line-height: 100px; */
  text-align: center;
  letter-spacing: 0px;
  padding: 14px;
  line-height: 72px;
  top: 0px;
  left: 0px;
  background-color: #00aff2b3;
  height: 100px;
  width: 100px;
  font-family: 'ferry';
}


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

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

.tituloNews a, .tituloNewsBack a {
	text-align: left;
	font-size: 0.8em;
	padding: 0px 23px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 23px;
	text-decoration: none;
	text-transform: uppercase;
	color: #6d9ae3;
	position: relative;
	background-color: #fff;
	display: block;
	border-bottom: solid 1px #82bc41;
	transition: background .4s ease-in-out;
	-moz-transition: background .4s ease-in-out;
	-webkit-transition: background .4s ease-in-out;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	font-family: 'Ferry',arial;
}

.tituloNewsBack a {
    width: auto;
    float: right;
    /* background-color: #0b2e6f; */
    padding: 0.8em;
    border-radius: 5px;
    text-align: center;
    border-bottom: solid 0px #98bb39;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-right: 1em;
}


.tituloNews a:hover, .tituloNewsBack a:hover {
	color: #fff;
	border-bottom: solid 0px red;
	background-color:#00aff2;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.resumenNews {
	font-weight: 400;
	text-align: justify;
	padding: 13px 23px;
	color: #5f5f5f;
	font-size: 1.3em;
	line-height: 1.5;
}

.resumenNews p {
	/* font-weight: 400; */
	/* text-align: justify; */
	padding: 0px 0px 37px 0px;
	/* color: #5f5f5f; */
	/* font-size: 1.2em; */
	/* line-height: 1.5; */
}


.resumenNews a {
	font-weight: 700;
	color: #43b0e0;
	font-size: 1.2em;
	text-decoration:underline;
}

.resumenNews a:hover {
	color: #0b2e6f;
	text-decoration:none;
}

.resumenNews li {
	font-weight: 700;
	color: #0b2e6f;
	/* font-size: 1.2em; */
	list-style:circle;
}







	
/* HABITACIONES */

.textoIniHabita {   
	padding: 3em;
    width: 90%;
    left: 5%;
    position: relative;
    /* background-color: red; */
    line-height: 29px;
    color: #7d7d7d;
    font-weight: 300;
    font-size: 1em;
    float: left;
 }
	
.marcoHabitaciones {
	position: relative;
	padding: 0px;
	width: 90%;
	left: 5%;
	border: 0px solid #B7B7B7;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4em;
	margin-left: 0px;
	/* background-color: #F00; */
	float: left;
}
	
	


.contenidoHabitaciones {
	font-size: 0.9em;
	color: #7F7F7F;
	/* background-color: #0000FF; */
	margin: 0px;
	width: 100%;
	line-height: 1.5em;
	padding-top: 14px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	text-align: left;
}	
	
.tituloHabitaciones {
	color: #777777;
	margin: 0px;
	width: 100%;
	height: auto;
	text-align: left;
	letter-spacing: 5px;
	text-decoration: none;
	line-height: 0.3em;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 17px;
	padding-left: 0;
	text-transform: uppercase;
	font-size: 1.3em;
}


.tituloHabitaciones a {
	font-size: 1.8em;
	line-height: 0.8em;
	letter-spacing: -2px;

	color: #00B2E6;
	padding-top: 6px;
	padding-right: 14px;
	padding-bottom: 6px;
	padding-left: 10px;
	display:block;
	text-decoration: none;
}


.tituloHabitaciones a:hover {
	color: #444444;
	/*background-color:#000;*/
}


.imagenHabitaciones {
	position:relative;
	width: 100%;
	left: 0%;
	height: 380px;
	background-position:center center;
	background-size:cover;
	/* border: 1px solid #FFF; */
	padding: 0px;
	/* margin-top: 1px; */
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}




.vermasHabitaciones a{
	position: absolute;
	bottom: 0px;
	width: 120px;
	display: block;
	background-color: #0b2e6f;
	padding: 6px;
	line-height: 40px;
	-moz-border-radius: 8px;
	border-radius: 3px;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	font-size: 0.9em;
	transition: background .25s ease-in-out;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
	text-align: center;
	float: left;
	height: 50px;
}


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



.vermasHabitaciones2 a{
	position: absolute;
	bottom: 0px;
	left: 180px;
	width: 120px;
	display: block;
	background-color: #6f6f6f;
	padding: 6px;
	line-height: 40px;
	-moz-border-radius: 8px;
	border-radius: 3px;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	font-size: 0.9em;
	transition: background .25s ease-in-out;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
	text-align: center;
	float: left;
	height: 50px;
}


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


.habCol1 {
	width: 50%;
	padding-right: 2em;
}

.habCol2 {
	width: 50%;
	position: relative;
	height: 380px;
	padding-left: 2em;
	padding-top: 2em;
}

.habCol3 {
	width: 50%;
	padding-top: 2em;
	padding-right: 2em;
}

.habCol4 {
	width: 50%;
	padding-left: 2em;
}

#modal  {
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color: rgba(0, 0, 0, 0.58);
    z-index:1000003;
    display: none;
    /* overflow: auto; */
}

.alertMod10 {
    position: absolute;
    width: 800px;
    left: 50%;
    top: 5%;
    height: 90%;
    right:0;
    bottom:0;
    margin-left: -400px;
    margin-bottom: 3%;
    border-radius: 7px;
    border: 0px solid rgba(255,255,255,1.0);
    z-index:10002;
    background-color: #fff;
}


.cerrarAlert  {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 1.6em;
	font-weight: 300;
	color: #6d6d6d;
	cursor: pointer;
}


.cerrarAlert:hover {
	color: #0b2e6f;;
}


#elIframe{
	width: 95%;
	height: 86%;
	margin-top: 59px;
	border: solid 0px #fff;
}



.vermasHabitaciones3 a{
	position: relative;
	bottom: 0px;
	width: 120px;
	display: block;
	background-color: #0b2e6f;
	padding: 6px;
	line-height: 40px;
	-moz-border-radius: 8px;
	border-radius: 3px;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	font-size: 0.9em;
	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;
	height: 50px;
}


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


.habCol5 {
	width: 100%;
	padding-top: 1em;
	padding-bottom: 2em;
	/* background-color: red; */
	float: left;
}

.serHab{
	float: left;
	width: 12%;
	margin: 3px;
	padding: 3px;
	background-color: rgba(154, 154, 154, 0.13);
	/* height: 74px; */
}

.serHab img{
	width: 100%;
}




/* SLIDER GALERIA HABITACIONES */

.mySlides {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
  width: 100%;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}



/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 14px;
  width: 14px;
  margin: 0 2px;
  background-color: #fff;
  border-radius: 50%;
  border: solid 1px #b5b2b2;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #d4d0d000;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}





.flip-card {
  background-color: transparent;
  width: 30%;
  height: 300px;
  perspective: 1000px;
  float: left;
  cursor: pointer;
  margin-left: 2%;
  margin-bottom: 2%;
  /* border-radius: 3px; */
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  /* border-radius: 3px; */
}

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

.flip-card-front {
  background-color: #fff;
  color: black;
  background-size: cover;
  border-radius: 3px;
}

.flip-card-back {
  background-color: #484848;
  color: white;
  transform: rotateY(180deg);
  width: 100%;
  background-size: cover;
  border-radius: 3px;
}


.titServicio1{
	color: #fff;
	text-transform: uppercase;
	font-size: 1.8em;
	font-weight: 600;
	letter-spacing: 3px;
	padding: 1em;
	position: relative;
	top: 50%;
	background-color: rgba(255, 255, 255, 0.23);
	height: 80px;
	margin-top: -40px;
	border: 1px solid rgba(255, 255, 255, 0.37);
	width: 90%;
	left: 5%;
}


.titServicio2{
	color: #fff;
	text-transform: uppercase;
	font-size: 1.8em;
	font-weight: 600;
	letter-spacing: 3px;
	padding: 1em;
	position: relative;
	top: 20%;
	height: 80px;
	margin-top: -40px;
	width: 90%;
	left: 5%;
}

.titServicio3{
	color: #fff;
	text-transform: uppercase;
	font-size: 0.7em;
	font-weight: 300;
	letter-spacing: 2px;
	padding: 1em;
	position: relative;
	top: 26%;
	height: 80px;
	margin-top: -40px;
	width: 88%;
	left: 6%;
}


.btnRefresh{
	color: rgba(43, 43, 43, 0.9);
	padding: 0.5em;
	transition: background .25s ease-in-out;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
	border: solid 0px red;
	border-bottom: 1px solid #0b2e6f;
	font-weight: 600;
	line-height: 14px;
	border-radius: 3px;
	background-color: rgba(154, 154, 154, 0);
	font-family: 'Raleway', sans-serif;
	font-size: 1.2em;
	text-transform: uppercase;
	cursor: pointer;
	margin-left: 14px;
}

.btnRefresh:hover{
    background-color: rgba(154, 154, 154, 0.13);
}


.info{
	
color: red;
}


.mailS1{
	padding: 1em;
    border: dotted;
    margin: 1em;
    color: red;
}

.mailS2{
	padding: 0em;
    border: dotted 0px rgba(255, 0, 0, 0);
    margin: 0em;
    color: red;
}


.cajaRespuesta {
	border: solid 1px #0b2e6f;
    margin-top: 2em;
    width: 100%;
    background-color: #efefef;
    border-radius: 3px;
    text-transform: uppercase;
}


.baseCajaInptus{
	font-size: 0.9em;
	padding: 1em;
	border-bottom: solid 1px #e0e0e0;
	text-align: right;
	text-transform: uppercase; 
	color: rgba(100,100,100,0.9);
	float: left;
	width: 50%;	
}

.baseCajaInptus2{
	font-size: 0.9em;
	padding: 0.7em;
	border-bottom: solid 1px #e0e0e0;
	text-align: right;
	text-transform: uppercase;
	color: rgba(100,100,100,0.9);
	float: left;
	width: 50%;
}

.baseCajaInptus3{
	text-transform: uppercase;
    text-align: center;
    padding: 1em;
    background-color: #797979;
    color: #fff;
    font-weight: 600;
    border-radius: 3px;
    margin-top: 2em;
    margin-bottom: 1em;
}


.baseCajaInptus4{
	font-size: 0.9em;
	padding: 1em;
	border-bottom: solid 1px #e0e0e0;
	text-align: left;
	text-transform: uppercase;
	color: rgba(100,100,100,0.9);
	float: left;
	width: 100%;
}


.cajaCondicionesReservas {
	/* height: 250px; */
	overflow: auto;
	border: solid 1px #cacaca;
	padding: 2em;
	font-size: 0.8em;
	text-transform: none;
	line-height: 19px;
	text-align: justify;
	border-radius: 3px;
}

.baseJugadoras{
	float: left;
	padding: 3em;
	width: 100%;
	position: relative;
	background-position: center;
	background-size: cover;
}

.baseJugadoras .active {
    background-color: transparent !important;
}

.contenedorJugadoras{
	position: relative;
	height: 450px;
	/* background-color: red; */
	text-align: center;
}

.contenedorJugadoras2{
	position: relative;
	height: 450px;
	/* background-color: red; */
	text-align: center;
	float: left;
	width: 25%;
}

.nombreJugadoras{
	position: absolute;
	z-index: 4;
	bottom: 92px;
	color: #818181;
	text-transform: uppercase;
	text-align: center;
	/* background-color: green; */
	width: 100%;
	font-size: 1.4em;
	font-weight: 400;
	letter-spacing: 4px;
}

.apellidoJugadoras{
    position: absolute;
    z-index: 4;
    bottom: 61px;
    color: #0b2e6f;
    text-transform: uppercase;
    text-align: center;
    /* background-color: green; */
    width: 100%;
    font-size: 2.1em;
    font-weight: 900;
    letter-spacing: 2px;
}

.fotoJugadoras{
	top: 23px;
	position: absolute;
	background-position: center;
	background-size: 100%;
	height: 300px;
	width: 300px;
	left: 50%;
	margin-left: -150px;
	border-radius: 50%;
	border: 10px solid #e3e3e3;
}

.rankJugadoras{
	position: absolute;
	top: -3px;
	left: -23px;
	height: 90px;
	width: 90px;
	background-color: #0b2e6f;
	border-radius: 50%;
	border: 6px solid #fff;
	/* font-family: 'Oswald', sans-serif; */
	font-size: 2.0em;
	font-weight: 600;
	letter-spacing: -2px;
	line-height: 2em;
	text-align: center;
	color: #fff;
	z-index: 4;
	-webkit-box-shadow: 2px 2px 2px 0px rgba(168,168,168,1);
	-moz-box-shadow: 2px 2px 2px 0px rgba(168,168,168,1);
	box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.37);
}


.trankJugadoras{
	position: absolute;
	top: -28px;
	left: -10px;
	height: 60px;
	width: 60px;
	/* font-family: 'Oswald', sans-serif; */
	font-weight: 700;
	font-style: italic;
	color: #818181;
}


.paisJugadoras{
    position: absolute;
    z-index: 4;
    bottom: 32px;
    color: #818181;
    text-transform: uppercase;
    text-align: center;
    /* background-color: green; */
    width: 100%;
    font-size: 1.0em;
    font-weight: 700;
    letter-spacing: 0px;
    font-style:italic;
}


.boxPatrocinadores1{
	position: relative;
	width: 80%;
	/* left: 0%; */
	/* background-color: red; */
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.boxPatrocinadores11{
	position: relative;
	width: 80%;
	/* left: 0%; */
	/* background-color: red; */
	display: flex;
}

.boxPatrocinadores2{
	position: relative;
	width: 80%;
	left: 0;
	border: solid 0px blue;
	display: flex;
	justify-content: center;
}

.boxPatrocinadores22{
	position: relative;
	width: 80%;
	left: 0%;
	display: flex;
	justify-content: center;
}

.boxPatrocinadores22 span, .boxPatrocinadores2 span{
    color: grey;
    font-size: 0.9em;
    font-weight: 400;
    padding: 1em 0em 0em 0em;
    /* background-color: red; */
    display: block;
    position: absolute;
    width: 100%;
}

.boxPatrocinadores3{
	position: relative;
	width: 70%;
	left: 0%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}


.boxPatrocinadores3 span{
    color: #828282;
    text-align: center;
    /* background-color: green; */
    display: block;
    font-size: 0.9em;
    font-weight: 600;
    width: 100%;
}

.boxPatrocinadores4{
	position: relative;
	width: 60%;
	left: 0%;
	margin-top: 2em;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.boxPatrocinadores4 span{
    color: #828282;
    text-align: center;
    /* background-color: green; */
    display: block;
    font-size: 0.9em;
    font-weight: 600;
    width: 100%;
}


.boxPatrocinadores5{
	position: relative;
	width: 15%;
	left: 0%;
}

.boxPatrocinadores6{
	position: relative;
	width: 45%;
	/* left: 0%; */
	display: flex;
	gap: 3%;
}

.boxPatrocinadores7{
	position: relative;
	width: 45%;
	/* left: 0%; */
	display: flex;
	gap: 3%;
}


.imgs_Patrocinadores_box1, 
.imgs_Patrocinadores_box11, 
.imgs_Patrocinadores_box2, 
.imgs_Patrocinadores_box22, 
.imgs_Patrocinadores_box3, 
.imgs_Patrocinadores_box4, 
.imgs_Patrocinadores_box5, 
.imgs_Patrocinadores_box6,
.imgs_Patrocinadores_box7 {
   position: relative;
   padding: 0% 0% 20% 0%; /* 8:5 Aspect Ratio */
   float: left;
   background-position: center center;
   background-size: contain;
   background-repeat: no-repeat;
   border: solid 0px red;
   /* box-shadow: inset 0px 0px 0px 10px white; */
   cursor: pointer;
}

.imgs_Patrocinadores_box1 {
	width: 25%;
	margin: auto;
	/* float: left; */
	padding-bottom: 15%;
	cursor: pointer;
}
.imgs_Patrocinadores_box11 {
	width: 25%;
	/* margin: auto; */
	/* float: left; */
	padding-bottom: 13%;
	cursor: pointer;
	margin-bottom: 1em;
}
.imgs_Patrocinadores_box2 {width: 16.66%;padding-bottom: 17%;}
.imgs_Patrocinadores_box22 {width: 12.5%;padding-bottom: 13%;}
.imgs_Patrocinadores_box4 {width: 25%;padding-bottom: 24%;/* background-size: 80%; */background-size: 80%;}
.imgs_Patrocinadores_box3 {width: 25%;padding-bottom: 15%;}
.imgs_Patrocinadores_box5 {width: 100%;padding-top: 50%;}
.imgs_Patrocinadores_box6 {width: 100%;padding-top: 12%;}
.imgs_Patrocinadores_box7 {width: 100%;padding: 0;height: 12vh;}


.marcoVideo {
	padding: 0px;
	width: 76%;
	/* border: 1px solid #B7B7B7; */
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	/* background-color: #F00; */
	/* float: left; */
}


.tituloVideo, .tituloVideo2 {
	position: relative;
	/* bottom: 37%; */
	color: #43b0e0;
	margin: 0px;
	width: 100%;
	height: auto;
	text-align: left;
	letter-spacing: 2px;
	/* text-decoration: none; */
	line-height: 1.1em;
	/* padding-top: 5px; */
	/* padding-right: 4%; */
	padding-bottom: 5px;
	/* padding-left: 6%; */
	z-index: 1;
	/* background-color: #3F51B5; */
	font-size: 0.8em;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Ferry';
}


.tituloVideo2 {
	height: 60px;
}

.fechaVideo {
	position: relative;
	bottom: 37%;
	color: #9b9b9b;
	margin: 0px;
	width: 100%;
	height: auto;
	text-align: left;
	letter-spacing: 2px;
	text-decoration: none;
	line-height: 1.8em;
	/* padding-top: 5px; */
	/* padding-right: 4%; */
	/* padding-bottom: 5px; */
	/* padding-left: 6%; */
	/* z-index: 1; */
	/* background-color: red; */
	font-size: 0.7em;
	text-transform: uppercase;
}

#captcha_code{
	width: 16%; max-width: 220px; border-radius: 3px;
}

.proporcionVideo1{
	width: 56%;
}

.proporcionVideo0{
	width: 98%;
}

