@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,400,900');

/*@import url('https://fonts.googleapis.com/css?family=BenchNine:300|Dancing+Script:400,700|Oxygen:400,700');*/

html, body {margin:0px; padding:0px; height:100%}
body {
	/*background-image: url(bg2013.jpg);*/
	background-color: #111;
	background-repeat: repeat;
	background-position: center center;
	width:100%;
	height:100%;
	font-family:'Montserrat',sans-serif;
	font-weight:400;
}
a { 
	text-decoration:none; 
	color:#000;
	}
a:focus:active, a:active, a:focus { 
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-tap-highlight-color: transparent;
	}
  
* { box-sizing:border-box; }

h1, h2, h3, h4, h5 { line-height: 1.0em; }
h2, h3, h4 { font-weight:900; color:#ee1a24;}
h3 { font-weight:900; font-size: 30px; line-height:30px; }
h4 { font-size: 1.2em; }

.findepagina { display:block; width:90%; height:45px; float:left; }

.amarillokitz { color:#D8FA00;}
#all {
	display:block;
	position:absolute;
	top:0px;
	width:100%;
	font-size:12px;
	line-height:20px;
	min-height: 100%;
	
	background-color: #FFF;
	right:0px;
	  -webkit-transition: right 0.4s ease-out;
	     -moz-transition: right 0.4s ease-out;
	          transition: right 0.4s ease-out;
	          
	background-position: top left;
}
#menumovil {
	display:block;
	position:absolute;
	right:-250px;
	width:0px;
	font-size:12px;
	line-height:20px;
	  -webkit-transition: right 0.4s ease-out;
	     -moz-transition: right 0.4s ease-out;
	          transition: right 0.4s ease-out;
	color:#FFF;
	overflow:hidden;
}
#closemenumovil {
		background-image: url(/img/flecha-d.svg);		
		background-position: center center;		
		background-repeat: no-repeat;		
		background-size: contain;		
		color: #222F3B;		
		display: none;		
		position: relative;		
		width: 40px;		
		height: 40px;		
		z-index: 2;		
		display: block;		
		position: absolute;		
		top: 41px;		
		left: 22px;
}


#menumovil a, #menumovil div.gpo { 
		width: 237px;
		margin: 0px 5px;
		padding: 10px 14px;
		font-family: 'Montserrat';
		font-weight: 200;
		font-size: 18px;
		cursor: pointer;
		display: block;
		color: #FFF;
		text-decoration: none;
		border-bottom: solid 1px rgba(255,255,255,0.2);
}
#menumovil div.gpo { color:rgba(255,255,255,0.3); }
#menumovil a.sub { padding: 10px 14px 10px 28px; }

.mainslider {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 50%;
	background-color: #333;
	background-image: url(img/1.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.mainslider div {
	width:100%;
	height:100%;
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	background-image: url(img/1.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-transition: all 1.5s ease-in-out;
	-moz-transition: all 1.5s ease-in-out;
	-o-transition: all 1.5s ease-in-out;
	-ms-transition: all 1.5s ease-in-out;
	transition: all 1.5s ease-in-out;

    	opacity: 0;
    	filter: alpha(opacity=0); /* For IE8 and earlier */
    	
    	background-color:rgba(0,0,0,0.5);
    	background-blend-mode: multiply;
}
.header {
	display: block;
	position: relative;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 160px;
	background-color: #4A4A4A;
	color: #FFF;
	z-index: 30;
	background-image: url(/img/fondo_header.svg?a);
	background-size: cover;
	background-position: left;
	background-repeat: no-repeat;
	box-shadow: 0px 0px 16px #000;
	border-bottom: solid 1px white;
}
.header #burger {
		background-image: url(/img/burger.svg);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: contain;
		color: #222F3B;
		display: none;
		position: absolute;
		right: 40px;
		top: 40px;
		width: 40px;
		height: 40px;
		z-index: 2;
}

.header .logo {
	display: block;
	margin: 9px 0px 0px 30px;
	min-width: 300px;
	height: 106px;
	float: left;
	background-image: url(/img/logo.svg);
	background-size: contain;
	background-position: center left;
	background-repeat: no-repeat;
	z-index: 48;
	position: absolute;
	top: 23px;
	left: 29px;
	z-index: 1;
}
.header .menudesktop { 
	/*background-color:rgba(0,250,0,0.5);*/
	width: 850px;
	display: block;
	margin: 9px 0px 0px 30px;
	min-width: 250px;
	height: 128px;
	z-index: 49;
	position: absolute;
	top: 100px;
	right: 30px;
	}
.header .menudesktop a, .header .menudesktop div {
		display: block;
		float: right;
		/*background-color: rgba(0,0,250,0.5);*/
		padding: 10px 14px;
		margin-top: 0px;
		font-family: 'Montserrat';
		font-size: 1.6em;
		font-weight: 900;
		font-size: 20px;
		cursor:pointer;
			color: #FFF;
    			text-decoration: none;
		
}
.header .menudesktop a:hover { color:rgba(255,255,255,0.8); }
.header .menudesktop div a { display:none;
		clear: both;
		border-top: solid 1px rgba(255, 255, 255,0.5);
		position: relative;
		text-align: left;
		float: left;
		margin-left: -15px;
		background-color: rgba(0,0,0,0.4);
		width: 260px;
}
.header .menudesktop div a:hover { 
		background-color: rgba(0,0,0,1);
		color:#FFF;
}
.header .menudesktop div:hover a { display:block; }

.header .socialmedia { 
			display: block;
			margin: 0px 12px;
			width: 300px;
			height: 128px;
			z-index: 49;
			position: absolute;
			top: 18px;
			right: 30px;
	}
.header .socialmedia a, .idioma {
			display: block;
			float: right;
			min-width: 0px;
			height: 23px;
			background-image: url(/img/instagram.svg);
			background-size: contain;
			background-position: center left;
			background-repeat: no-repeat;
			color: white;
			padding-left: 35px;
			margin-right: 3px;
			opacity:0.8;
}
.header .socialmedia a#tel { background-image: url(/img/phone-square.svg); }
.header .socialmedia a#facebook { background-image: url(/img/facebook-square.svg); }
.header .socialmedia a#tripadvisor { background-image: url(/img/TripAdvisor.svg); }
.header .socialmedia a#instagram { background-image: url(/img/instagram.svg); }
.header .socialmedia a#english, .idioma#english { background-image: url(/img/idioma_en.svg); margin-left:5px; }
.header .socialmedia a#spanish, .idioma#spanish { background-image: url(/img/idioma_es.svg); margin-left:5px; }
.header .socialmedia a#english, .idioma#english { background-image: unset; border:none; margin-left:5px; cursor:}
.header .socialmedia a#spanish, .idioma#spanish { background-image: unset; border:none; margin-left:5px; }

.idioma { 
		opacity: 1;
		width: 36px !important;
		height: 36px;
		background-position: right center;
		margin: 43px 17px 45px 200px !important;
		display: block;
		position: relative;
	}

.bottominfo  a {
    display: inline-block;
    height: 25px;
    margin-bottom: 10px;
    background-image: url(/img/instagram.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    color: white;
    opacity: 1;
    width: 60px;
}
.bottominfo  a#tel { background-image: url(/img/phone-square.svg); }
.bottominfo  a#facebook { background-image: url(/img/facebook-square.svg); }
.bottominfo  a#tripadvisor { background-image: url(/img/TripAdvisor.svg); }
.bottominfo  a#instagram { background-image: url(/img/instagram.svg); }



.header .menu a, .header .menu div {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	cursor:pointer;
}
.header .menu { display:block; padding:6px 15px 0px 0px; width:65%; min-width:550px; height: 70px; float:right; }
.header .menu a, .header .menu div { display:inline-block; color:#FFF; font-weight:600; font-size:15px; padding:10px 15px; float:right; position:relative; }
.header .menu a:hover, .header .menu div:hover { color:#D8FA00; }
.header .menumobile { display:none; }

#menumobile { height:40px; }

.header .menu div .subprod {
	display:block;
	position: absolute;
	left: -12px;
	top: 31px;
	width: 200px;
	height: 0px;
	overflow:hidden;
	padding: 0px 10px;
}
.header .menu div .subprod a { float:none; background-color:#000; width:200px; }
.header .menu div .subprod a:hover { background-color:#222; }
.header .menu div:hover .subprod { display:block; height:1000px; height:unset; padding: 10px 10px;}

.header .menu div .subprod .menuplus {
	margin: 0px;
	padding: 0px;
	left: 20px;
	box-sizing: border-box;
	width: 200px;
	font-size: 14px;
	position: relative;
	overflow:hidden;
}
.header .menu div .subprod .menuplus a {
	background-color: #444;
	text-align: left;
	font-size: 12px;
	color: #FFF;
	padding: 3px 0px 3px 18px;
	border-bottom: solid 1px #333;
	}
.header .menu div .subprod .menuplus a:hover {
	color:#D8FA00;
	background-color: #4F4F4F;
}

.zonaa {
    display: block;
    position: absolute;
    bottom: 10%;
    left: 0px;
    width: 100%;
    height: 40%;
    color: #FFF;
    font-family: sans-serif;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    z-index: 30;
    overflow:hidden;
}
.zonaa .limited { 
	    display: block;
	    width:98%;
	    max-width: 1200px;
	    /*border: solid 1px black;*/
	    margin: 10px auto;
	    clear: both;
}
.zonaa .limited .boxmain { 
		display: block;
		overflow: hidden;
		margin: 15px 0px 0px 0px;
		width: 47%;
		float: left;
		position: relative;
		height: 100%;
		background-image: url(/img/tour.jpg);
		background-size: cover;
		background-position: center center;
		border-radius: 10px;
		    box-shadow: 0 0 10px #000;
		    position:relative;
		      -webkit-transition: all 1s ease-out;
		         -moz-transition: all 1s ease-out;
		              transition: all 1s ease-out;
		    
}
.zonaa .limited .boxmain .clasif { 
		display: block;
		margin: 0px;
		/*width: 100%;*/
		/*height: 38%;*/
		position: absolute;
		top: 0;
		left: 0%;
		color: #000;
		padding: 5px 20px;
		background-color: rgba(255,255,255,0.5);
		font-size: 0.9em;
		font-weight: 900;
		border-radius: 0 0 15px 0;
}
.zonaa .limited .boxmain .infobox { 
		display: block;
		margin: 0px;
		width: 100%;
		position: absolute;
		bottom: 0;
		left: 0%;
		color: #FFF;
		padding: 10px;
		background-color: rgba(0,0,0,0.5);
		height: 38%;
		font-weight: 300;
}
.zonaa .limited .boxmain .infobox b { 
		    font-size: 2em;
		    font-family: 'Montserrat';
		    font-weight: 400;
		    line-height: 1.5em;
	}
.zonaa .limited .frases { 
		display: block;
		width: 98%;
		max-width: 980px;
		margin: 50px auto;
		clear: both;
		height: 60%;
		color: #c00;
		text-align: center;
		font-size: 2.3em;
		line-height: 1.3em;
		padding-top: 10px;
}
.zonaa .limited .frases .comment { 
	font-family: sans-serif;
	font-size: 0.6em;
	font-weight: 300;
	color: #FFF;
	font-variant:all-small-caps;
}
.zonaa .limited .iconos { 
			display: block;
			width: 98%;
			max-width: 980px;
			/*border: solid 1px black;*/
			margin: 5px auto;
			clear: both;
			height: 30%;
}
.zonaa .limited .iconos .reconocimientos { 
			display: block;
			width: 46%;
			margin: 0% 2%;
			/*border: solid 1px black;*/
			float: left;
			height: 100%;
			background-image: url(/img/esr2.svg);
			background-size: contain;
			background-repeat: no-repeat;
			background-position: center center;
}

.zonab {
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 10%;
    background-color: #00A1CA;
    color: #FFF;
    font-family: sans-serif;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    z-index: 30;
    /*background-image: url(/img/mosaico.png);*/
}

.zonainfo {
	display: block;
	position: relative;
	width: 100%;
	min-height: 500px;
	color: #000;
	font-size: 15px;
	line-height: 20px;
	/*z-index: 30;*/
	max-width: 1200px;
	margin: 190px auto 35px auto;
	/*border: solid 1px #FFF;*/
	text-align:justify;
}
.zonainfosegura {
		display: inline-block;
		position: relative;
		width: 98%;
		max-width: 1200px;
		color: #000;
		line-height: 1.3em;
		margin: 0% 1%;
		font-size: 1.2em;
		background-color: rgba(255,255,255,0.8);
		padding: 15px 20px;
		border-radius: 10px;
			
	}
.zonainfosegura h1 {
		font-family: 'Montserrat';
		font-size: 3em;
		text-shadow: 2px 2px 4px gray;
		color: darkred;
		text-transform: uppercase;
			
	}
.zonainfosegura .bloque {
	    margin-bottom: 8px;
	    display: block;
	    float: left;
	    width: 100%;
	}
.zonainfosegura .bloque .foto { 
	    background-color: rgba(0,0,0,0.2);
	    display: block;
	    float: left;
	    width: 47%;
	    padding-bottom: 25%;
	    margin: 0px 16px;
	    border-radius: 10px;
	    position:relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	
	}
.arrowl, .arrowr {
    display: block;
    position: absolute;

    top: 45%;
    width: 10%;
    height: 10%;
    background-color: rgba(255,255,255,0.8);
    left: 5%;
    border-radius: 50px;
    cursor: pointer;
    background-image: url(/img/menor.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
   
}
.arrowr {
    right: 5%; left: unset; background-image: url(/img/mayor.png);
}

.zonainfosegura .bloque .txt { 
	    display: block;
	    float: left;
	    width: 47%;
	    padding-bottom: 4%;
	    margin: 0px 16px;
	    
	}
.zonainfosegura .bloque .txt .nombrehabitacion { 
		font-weight: 700;
		color: darkred;
		border-bottom: dotted 1px;
		margin-top: 2px;
}
.zonainfosegura .bloque .txt .deschabitacion { font-size:0.8em; }
.zonainfosegura .bloque .txt .caracthabitacion { font-size:0.8em; font-weight:700; color:darkred; }
.zonainfosegura .bloque .txt .caracthabitacion div { 
	display: block;
	min-width: 35px;
	height: 24px;
	float: left;
	margin: 0px 25px 10px 0px;
	padding-left: 32px;
	background-image: url(/img/hab_pers.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	color: #c30;
	font-size: 0.8em;
}
.zonainfosegura .bloque .txt .caracthabitacion div#personas	{ background-image: url(/img/hab_pers.svg); background-position: center left; padding-left: 40px; }
.zonainfosegura .bloque .txt .caracthabitacion div#camas	{ background-image: url(/img/hab_camas.svg); background-position: center left; }
.zonainfosegura .bloque .txt .caracthabitacion div#tamano	{ background-image: url(/img/hab_tamano.svg); background-position: center left; }
.zonainfosegura .bloque .txt .caracthabitacion div#soloadultos	{ background-image: url(/img/hab_soloadultos.svg); }
.zonainfosegura .bloque .txt .caracthabitacion div#piscina	{ background-image: url(/img/hab_piscina.svg); }
.zonainfosegura .bloque .txt .caracthabitacion div#aa		{ background-image: url(/img/hab_aa.svg); }
.zonainfosegura .bloque .txt .caracthabitacion div#abanico	{ background-image: url(/img/hab_abanico.svg); }
.zonainfosegura .bloque .txt .caracthabitacion div#wifi	 	{ background-image: url(/img/hab_wifi.svg); }
.zonainfosegura .bloque .txt .caracthabitacion div#cafe	 	{ background-image: url(/img/hab_cafe.svg); }
.zonainfosegura .bloque .txt .caracthabitacion div#nofumar	{ background-image: url(/img/hab_nofumar.svg); }
.zonainfosegura .bloque .txt .caracthabitacion div#roomservice	{ background-image: url(/img/hab_roomservice.svg); }
.zonainfosegura .bloque .txt .caracthabitacion div#tina	 	{ background-image: url(/img/hab_tina.svg); }

.zonainfosegura .bloque .txt .caracthabitacion div#precio	 	{ background-image: url(/img/tour_precio.svg); background-position: center left;}
.zonainfosegura .bloque .txt .caracthabitacion div#horarios 	{ background-image: url(/img/tour_horario.svg); background-position: center left;}
.zonainfosegura .bloque .txt .caracthabitacion div#duracion	 	{ background-image: url(/img/tour_duracion.svg); background-position: center left;}
.zonainfosegura .bloque .txt .caracthabitacion div#idiomas	 	{ background-image: url(/img/tour_idioma.svg); background-position: center left;}


.reservar {
	display: inline-block;
	clear: both;
	background-color: black;
	float: right;
	padding: 10px 20px;
	color: #FFF;
	font-size: 0.8em;
	border-radius: 10px;
	font-weight: 700;
}

.zonainfob {
	display: inline-block;
    position: relative;
    width: 100%;
    height: 237px;
    color: #FFF;
    font-size: 15px;
    line-height: 20px;
    z-index: 30;
    background-color: #BBB;
    /*background-image: url(/img/mosaico.png);*/
}
.zonab .bottominfo, .zonainfob .bottominfo {
	width: 96%;
	max-width: 1600px;	
	margin: -22px auto;	
	background-color: #222;	
	text-align: center;	
	padding: 20px 25px;	
	font-size: 1.2em;	
	font-family: 'Montserrat';	
	font-weight: 200;	
	line-height: 1.5em;	
	box-shadow: 0px 4px 15px #000;
	    border-radius: 5px;

}
.zonab .bottominfo #salto { display:none; }


.instagramwidget {
	width: 100%;
	height: 20%;
	display: inline-block;
	background-color: rgb(36,37,39);
	z-index: 10000000;
	position: absolute;
	top: 50%;
	left: 0%;
	min-height: 280px;
	overflow: hidden;
	color: #FFF;
	text-align: center;
	font-size: 18px;
	font-weight: 800;
	line-height: 40px;
}
.bottom {
	display: inline-block;
	position: absolute;
	z-index: 999;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 30%;
	background-color: #000;
	color: #FFF;
	overflow: hidden;
	min-height: 350px;
}
.bottom .pie {
	display:block;
	width:100%;
	height:25px;
	background-color:rgb(13,13,12);
	position:absolute;
	bottom:0px;
	left:0px;
	text-align:center;
}
.formato { display:inline-block; width:40%; }
.datos { display: inline-block; width: 25%; float: right; font-size:18px; font-weight:300; line-height:32px; }
.datos a { color:#FFF; }
.datos b { font-weight:800; }
.mapa { display: inline-block; width: 30%; margin-right:4%; min-height:340px; background-color:rgb(5,5,5); float: right; font-size:18px; font-weight:300; line-height:32px; overflow:hidden; margin-top:20px;}
.campo { display:inline-block; position:relative; width:80%; min-height: 45px; margin: 5px 10%; padding: 7px; font-weight:600;}
.campo .camponame { display:block; position:absolute; color:rgb(162,156,156); background-color:#FFF;  font-family: sans-serif; width: 100%; font-size:18px; min-height: 45px; border: solid 0px green; padding: 12px; margin: 5px;}
.campo input, .campo textarea { display:block; position:absolute;  font-family: sans-serif; background-color: transparent; border: none; font-size:18px; border: solid 0px red; margin: 5px; width: 100%; padding: 6px 12px; font-weight:600; }

.areatext {
	display: block;
	position: relative;
	top: 34px;
	min-height: 400px;
	width: 100%;
	padding: 20px 60px;
	color: #FFF;
	font-size: 1.3em;
	line-height: 1.6em;
}

.solomobile { display:none; position: absolute; }

.fancybox-container { z-index: 999999999 !important; }


table.othertable { border-collapse: collapse; text-align: left; width: 100%; margin: 0px auto 20px auto;
	 overflow: hidden; 
	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; } 

table.othertable td,  table.othertable th { padding: 4px 7px; border: solid 1px #000; } 


 table.admintable 
 	{ 
 	border-collapse: collapse; 
 	text-align: left; 
 	width: 98%; 
 	margin: auto;
 	 background: #fff; 
 	 overflow: hidden; 
 	 -webkit-border-radius: 3px; 
 	 -moz-border-radius: 3px; 
 	 border-radius: 3px; 
 	 } 

table.admintable td,  table.admintable th { padding: 4px 7px; } 
table.admintable th { background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #000000), color-stop(1, #000000) ); background:-moz-linear-gradient( center top, #000000 5%, #000000 100% );filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000');background-color:#000000; color:#FFFFFF; font-size: 11px; font-weight: bold; border-left: 1px solid #033818; }
 table.admintable th:first-child { border: none; }
 table.admintable td,  table.admintable tfoot td { color: #000000; border-left: 1px solid #CCDBD0;font-size: 12px;font-weight: normal; vertical-align:top;}
 table.admintable .alt td { background: #EDEDED; color: #000000; }
 table.admintable td:first-child { border-left: none; }
 table.admintable tr:last-child td { border-bottom: none; }
 table.admintable tfoot td div { border-top: 1px solid #033818;background: #CCDBD0;}
 table.admintable tfoot td { padding: 0; font-size: 12px }
 table.admintable tfoot td div{ padding: 2px; } table.admintable tfoot td ul { margin: 0; padding:0; list-style: none; text-align: right; } table.admintable tfoot  li { display: inline; } table.admintable tfoot li a { text-decoration: none; display: inline-block;  padding: 2px 8px; margin: 1px;color: #FFFFFF;border: 1px solid #033818;-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #033818), color-stop(1, #033818) );background:-moz-linear-gradient( center top, #033818 5%, #033818 100% );filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#033818', endColorstr='#033818');background-color:#033818; } table.admintable tfoot ul.active,  table.admintable tfoot ul a:hover { text-decoration: none;border-color: #000000; color: #FFFFFF; background: none; background-color:#033818;}div.dhtmlx_window_active, div.dhx_modal_cover_dv { position: fixed !important; }

 table.admintable tfoot td { padding: 4px 0px; font-size: 12px }
 table.admintable tfoot td input[type=submit] { background:#000; border:none; margin:1px; padding: 5px 10px; color:#FFFFFF; text-weight:700;}

 table.admintable  tr:nth-child(even) {background: #E7E7E7; }
 table.admintable  tr:nth-child(odd) {background: #DDD; }
 
 table.admintableform .separadortabla { 
  	border-bottom: dotted 2px #f5a51b;
  	padding-top: 18px;
  	padding-bottom: 8px;
  	font-weight: 700;
  	color: #d61c22;
 }

.boxcenter {
	-webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 5px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 5px rgba(50, 50, 50, 0.75);
	position:absolute; 
	top:100px; 
	left:50%;
	margin-left:-350px; 
	width:700px; 
	border:solid 1px #AAAAAA; 
	background:#FFFFFF; 
	padding: 0px 20px 20px 20px;
	z-index:5000;
}
a.abtn, .abtn { display:inline-block; 
	border:none; 
	background-color:#666; 
	color:white; padding:5px 15px; 
	border-radius:5px; 	
	-webkit-border-radius: 100px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-decoration:none;
	cursor:pointer;
}
a.abtn:hover, .abtn:hover { background-color:#30B45C; color:white; }

.userforms input, .userforms textarea { margin-bottom:2px; }

.userforms .concepto { display:inline-block; width:200px; text-align:right; padding-right:8px; vertical-align: top; }
.userforms input[type=submit] { 
	padding: 10px 20px;
	font-weight: 900;
	border-radius: 5px;
	border: none;
	background-color: #00a1ca;
	color: #FFF;
	font-family: Montserrat;
	margin: 10px 0px;
	cursor:pointer;
}
.userforms input[type=submit]:hover { background-color:#000; }
.userforms input[type=file] { padding: 4px; border-radius: 5px; background-color: #89cdde;}

.isa_info, .isa_success, .isa_warning, .isa_error {
margin: 10px 0px;
padding:12px;
border-radius: 5px;
box-shadow: 0 0 10px inset rgba(0,0,0,0.5);

}
.isa_info {
    color: #00529B;
    background-color: #BDE5F8;
}
.isa_success {
    color: #4F8A10;
    background-color: #DFF2BF;
}
.isa_warning {
    color: #9F6000;
    background-color: #FEEFB3;
}
.isa_error {
    color: #D8000C;
    background-color: #FFBABA;
    padding: 70px 50px;
    margin: 50px 20px;
}
.isa_info i, .isa_success i, .isa_warning i, .isa_error i {
    margin:10px 22px;
    font-size:2em;
    vertical-align:middle;
}

.admingal { position:relative; width:300px; height:150px; margin:5px; background-color: rgba(0,0,125,0.1); background-position: center center; background-repeat: no-repeat; 
	background-size: cover; float: left; box-shadow: 0 0 5px rgba(0,0,0,0.4); }
.admingal .admindeleteimage { display:block; position:absolute; width:20px; height:20px; right: 3px; background-image: url(/img/close_icon.png); top: 3px; background-repeat: no-repeat; background-position: top right;}

.encabezadoconfondo {
	display: block;
	position: relative;
	width: 100%;
	height: 300px;
	top: 130px;
	background-size: cover;
	background-position: center center;
}
.encabezadoconfondo .enc_producto {
	display: block;
	position: absolute;
	width: 59%;
	bottom: 6%;
	left: 10%;
	background-size: cover;
	font-size: 4em;
	font-weight: 900;
	line-height: 1.1em;
	color: #FFF;
	text-shadow: 0px 0px 3px #000;
	z-index: 1;
}
.encabezadoconfondo .enc_png {
	display: block;
	position: absolute;
	width: 30%;
	height: 90%;
	bottom: -15%;
	right: 10%;
	background-size: contain;
	background-position: right bottom;
	background-repeat: no-repeat;
}
.bc { font-size:0.8em; color:#888; text-transform: uppercase; text-align:left; }

/***
 *     __     __                _                    __  __               _  _        _   ___    ___    ___  
 *     \ \   / /___  _ __  ___ (_)  ___   _ __      |  \/  |  ___ __   __(_)| |      / | / _ \  / _ \  / _ \ 
 *      \ \ / // _ \| '__|/ __|| | / _ \ | '_ \     | |\/| | / _ \\ \ / /| || |      | || | | || | | || | | |
 *       \ V /|  __/| |   \__ \| || (_) || | | |    | |  | || (_) |\ V / | || |      | || |_| || |_| || |_| |
 *        \_/  \___||_|   |___/|_| \___/ |_| |_|    |_|  |_| \___/  \_/  |_||_|      |_| \___/  \___/  \___/ 
 *                                                                                                           
 */
@media (max-width: 1200px) {
.zonainfo {
	width: 86%;
	}
}

@media (max-width: 980px) {

#all { background-size: 160%; }
.header { height:125px; }
.header .logo {
	display: block;
	margin: 9px 0px 0px 30px;
	width: 215px;
	height: 75px;
	top: 18px;
	left: 10px;
	min-width:100px;
}
.header #burger { display:block; }
.header .menudesktop { display:none; }
.header .socialmedia { display:none; }
.zonab .bottominfo { padding:10px; font-size: 0.8em; line-height: 1.0em; }
.zonab .bottominfo #salto { display:inline; }
.bottominfo a { height: 24px; margin-bottom: 10px; }
.zonainfob .bottominfo { padding:10px; font-size: 1em; line-height: 1.0em; }

.zonainfosegura {
    width: 96%;
    margin: 0% 2%;
}
.zonainfosegura .bloque .foto { 
    width: 100%;
    padding-bottom: 60%;
    margin: 15px 0px;
	}
.zonainfosegura .bloque .txt { 
	    text-align: justify;
	    width: 100%;
	     margin: 15px 0px;
	}
.zonainfosegura .bloque .txt .caracthabitacion div {
    min-width: 40px;
    height: 24px;
    float: left;
    margin: 0px 25px 20px 0px;
    font-size: 0.7em;
}



/**/

.zonaa .limited .boxmain { 
    margin: 15px 0px 0px 2%;
    width: 44%;
}
.zonaa .limited .boxmain .infobox { 
		display: block;
		margin: 15px 0px 0px 0px;
		width: 100%;
		position: absolute;
		bottom: 0;
		left: 0%;
		color: #FFF;
		padding: 10px;
		background-color: rgba(0,0,0,0.5);
		height: 50%;
		font-weight: 300;
		font-size:0.8em
}
.zonaa .limited .boxmain .infobox b { 
		    font-size: 1.8em;
		    font-family: 'Montserrat';
		    font-weight: 400;
		    line-height: 1.5em;
	}
.zonaa .limited .frases { 
	font-size:1.2em;
	line-height:1.2em;
	}
	
.zonainfo {
    margin-top: 160px;
    margin-bottom: 35px;
        min-height: 300px;
	}

.zonainfob {
	display: inline-block;
    position: relative;
    width: 100%;
    height: 237px;
    color: #FFF;
    font-size: 15px;
    line-height: 20px;
    z-index: 30;
    /*background-image: url(/img/mosaico.png);*/
	}
.arrowl, .arrowr {
    top: 40%;    
    width: 10%;    
    height: 15%;
	}
	
.encabezadoconfondo {
	height: 250px;
	top: 120px;
	}
.encabezadoconfondo .enc_producto {
	width: 90%;
	bottom: unset;
	top:6%;
	left: 5%;
	font-size: 2.2em;
	line-height: 1.1em;
	}
.encabezadoconfondo .enc_png {
	display: block;
	position: absolute;
	width: 30%;
	height: 90%;
	bottom: -15%;
	right: 5%;
	background-size: contain;
	background-position: right bottom;
	background-repeat: no-repeat;
	}

} /* FIN MOBILE */