/* CSS Document */

body{
	margin:0;
	padding:0;
	height:100%;
	width:100%;
	font-weight:400;
	font-size:15px;
	color:#000;
	line-height:20px;
	font-family: 'Work Sans';
	}

.listado_hotel{
	padding: 10px 0;
	border-bottom:1px solid #ccc;
	}	

.valor {
	margin: 0 0 15px 0;
	display: block;
}

.valor i{
	color:#EFC411 !important;
	}
	
.imagen_list_hotel{
	text-align:center;
	overflow:hidden;
	height:180px;
	    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	}

.desc_list_hotel h4{
	margin-top:10px !important;
	}		
	
.desc_list_hotel{
	padding-left:30px;
	}	

.imagen_list_hotel img{
	width:100%;
	height:auto;
	}
	
	
.listado_excursion{
	padding: 10px 0;
	border-bottom:1px solid #ccc;
	}	
	
.imagen_list_excursion{
	text-align:center;
	overflow:hidden;
	height:180px;
	    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	}

.desc_list_excursion h4{
	margin-top:10px !important;
	}		
	
.desc_list_excursion{
	padding-left:30px;
	}	

.imagen_list_excursion img{
	width:100%;
	height:auto;
	}				

.cuatro{
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	padding:65px 0;
	}

.cuatro h2{
	}			

p{
	/*font-size:14px;*/
	line-height:22px;
	color:#656565;
	}

a{
	color:#121212;
	text-decoration:none;
	}

a:hover{
	color:#f02e37;
	}			

a img{
	border:0;
	}	
	
a{
	outline:none;
	}

h1{
	text-transform:uppercase;
	}

h1{
	font-family: 'Montserrat';
	font-weight:600;
	letter-spacing:2px;
	font-size:40px;
	line-height:40px;
	margin:0 0 20px 0;
	}	

h2{
	font-family: 'Montserrat';
	font-weight:400;
	letter-spacing:0;
	font-size:26px;
	line-height:26px;
	margin:0 0 10px 0;
	}

h3{
	font-family: 'Montserrat';
	font-weight:200;
	letter-spacing:3px;
	font-size:22px;
	 text-transform:uppercase;
	}

h4{
	font-family: 'Montserrat';
	font-weight:400;
	font-size:16px;
	}

a#pull {
	display: none;
}
	

.wrap{
	width:1100px;
	position:relative;
	margin:0 auto;
	}

.span25 , .span33 , .span50 , .span66 , .span75 , .span100{
	float:left;
	margin:0 0 2% 0;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
	box-sizing:border-box;
	/*overflow:hidden;*/
	}		

.span25{
	width:25%;
	}

.span33{
	width:33.33%;
	}
									
.span50{
	width:50%;
	}

.span66{
	width:66.66%;
	}
	
.span66_esp{
	width:63%;
	}				

.span75{
	width:75%;
	}	

.span100{
	width:100%;
	}

.no_margin_bottom{
	margin-bottom:-5px !important;
	}

.right{
	float:right !important;
	}			

.left{
	float:left !important;
	}

.t-right{
	text-align:right !important;
	}			

.t-left{
	text-align:left !important;
	}

.t-center{
	text-align:center !important;
	}

.linea{
	border-top:2px solid #d8d8d8;
	width:150px;
	height:2px;
	margin-top:15px;
	}
	
table, td, th {    
    border: 1px solid #ddd;
    text-align: left;
}

table {
    border-collapse: collapse;
    width: 100%;
	background-color: #f4f4f4;
}

th, td {
    padding: 15px;
}


tr:nth-child(even) {background-color: #fff;}		
	
/* CABECERA */

header{
	background-color:#fff;
	padding:10px 0;
	margin:0;
	z-index:99;
	position:relative;
	}

.info_top{
	margin-left:10px;
	padding:5px 15px;
	border:1px solid transparent;
	}

.info_top i{
	margin-right:5px;
	}
	
.info_top span{
	vertical-align: text-bottom;
	color:#96939b;
	font-size:14px;
	}

.info_top span a{
	color:#96939b;
	}
	
.info_top span a:hover{
	color:#444;
	}						

.border{
	border-color:#cecece;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius:3px;
	}

.redes{
	margin:10px 0; 
	}

.redes a{
	margin:0 0 0 5px;
	opacity:.5;
	}

.redes a:hover{
	opacity:1;
	}

.redes a i{
	font-size:22px;
	}						
			
.marca{
	float:left;
	}

.menu_cont{
	width:100%;
	background-color:#005aaf;
	float:left;
	clear:both;
	padding:0 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius:3px;
	overflow:hidden;
	}		
	
ul.menu{
	float:left;
	margin:0;
	padding:0;
	}

ul.menu li{
	display:inline-block;
	list-style:none;
	float:left;
	/*position:relative;*/
	z-index:999999999999999;
	}	

ul.menu li a{
	font-family: 'Montserrat';
	font-weight:700;
	letter-spacing:1px;
	color:#fff;
	font-size:12px;
	text-decoration:none;
	text-transform:uppercase;
	padding:20px 20px;
	display:block;
	}

ul.menu li a:hover{
	color:#fff;
	background-color:#004a90;
	}

ul.menu li a.activo{
	color:#fff;
	background-color:#004a90;
	}

ul.btn_contacto li a{
	background-color:#f02831;
	padding:20px 35px;
	}

ul.btn_contacto li a:hover{
	background-color:#c21c23;
	}	

/*ul.menu li:hover ul.submenu{
	display:block !important;
	}	*/
	
ul.submenu{
	display:none;
	position:absolute;
	top:186px;
	margin:0;
	padding:10px 0;
	/*padding:10px 20px;*/
	background-color:#121212;
	z-index:999999999999999;
	}	

ul.submenu li{
	display:block;
	float:left;
	clear:both;
	/*margin:5px 0;*/
	width:100%;
	}

ul.submenu li a{
	font-family: 'Montserrat';
	font-weight:400;
	letter-spacing:1px;
	color:#fff;
	font-size:11px;
	text-decoration:none;
	text-transform:uppercase;
	padding:5px 20px;
	display:block;
	}
	
ul.submenu li a:hover{
	color:#fff;
	background-color:#004a90;
	}	

.buscador_cabecera{
	float: left;
	margin: 14px 18px 0 18px;
	}	

.buscador_cabecera form{
	position:relative;
	}	

.campo_cabecera{
	float:left;
	border:1px solid #fff;
	padding:6px;
	background-color:transparent;
	resize:none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius:3px;
	color:#FFFFFF;
	width:100%;
	}	

.btn_buscador_cabecera{
	background:url(../imgs/ico_lupa.png) no-repeat center center transparent;
	border:none;
	cursor:pointer;
	width:25px;
	height:25px;
	text-indent:-9999999999px;
	position:absolute;
	top:3px;
	right:5px;
	}	

.menu i{
	font-size:16px;
	}

/* FIN CABECERA */


/* SLIDER */

.slider{
	position:relative;
	top:-30px;
	z-index:9;
	}
  
.slide{
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	height:100vh;
	text-align:center;
	}

.slide .informacion{
	padding:12% 25%;
	}	

.slide .informacion h1{
	text-shadow: 0 0 20px #000000;
	color:#FFFFFF;
	}

.slide .informacion p{
	text-shadow: 0 0 20px #000000;
	color:#FFFFFF;
	font-size:18px;
	line-height:25px;
	margin:0 0 50px 0;
	float:left;
	}
  
/* FIN SLIDER */

/* DESTACADOS */

.destacados{
	position:relative;
	top:-120px;
	z-index:9;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.5);
	}

.destacado{
	background-color:#fff;
	}

.img_destacado{
	overflow:hidden;
	}		

.img_destacado img{
	height:100%;
	}	

.info_destacado{
	padding:20px 40px 20px 40px;
	}

.info_destacado span.destino{
	color:#f02831;
	}	

.info_destacado .precio{
	font-size:30px;
	line-height:30px;
	}
		
.info_destacado .precio span{
	font-size:12px;
	color:#87959c;
	}

.info_destacado .reservar{
	margin-top:30px;
	}	

/* FIN DESTACADOS */


/* LISTADO */

.listado{
	background-color:#e5e5e5;
	padding:65px 0;
	}

.titulo{
	width:100%;
	border-bottom:2px solid #d3d3d3;
	margin-bottom:30px;
	}

.titulo h2{
	line-height:50px;
	}

.paquete{
	background-color:#fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	overflow:hidden;
	margin-right:25px;
	}

.fila{
	float:left;
	width:100%;
	display:flex;
	margin-bottom:25px;
	}	

/* PAGINATOR */
ul#paginator{
	margin:0 auto;
	padding:0;
	list-style:none;
	overflow:hidden;
	float:left;
}

ul#paginator li{
	font-size:1.2em;
	list-style:none;
	float:left;
	
}

ul#paginator li a{
	margin:0 4px 0 0;
	padding:3px 6px;
	background-color: #f5f5f5;
	display:block;
	color:#999;
	text-decoration:none;
}

ul#paginator li a:hover{
	color:#fff;
	background-color: #004689;
}

ul#paginator li.prev-off{
	color:#666;
	border:#DDD solid 1px;
	margin:0 4px 0 0;
	padding:3px 6px;
	background:url(../img/bg_paginator.gif) top left repeat-x;
}

ul#paginator li.active{
	color:#fff;
	background-color: #004689;
	margin:0 4px 0 0;
	padding:3px 6px;
}

.fila .paquete:last-child{
	margin-right:0 !important;
	}	

.paquete:hover{
	-webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.5);
	}			

.paquete .img_paquete{
	overflow:hidden;
	height:250px;
	}

.info_paquete{
	padding:30px 20px;
	float:left;
	}

.info_paquete span.destino{
	color:#f02831;
	}

.info_paquete p{
	margin-bottom:5px;
	}		

.info_paquete .precio{
	font-size:20px;
	line-height:20px;
	}
		
.info_paquete .precio span{
	font-size:12px;
	color:#87959c;
	}

.info_paquete .reservar{
	margin-top:20px;
	}					

/*FIN LISTADO */


/* DESTINOS */

.destinos{
	 padding:50px 0;
	 }
  
.destinos h3{
	 color:#959595; 
	 margin-bottom:15px;
	 }
	 
.destinos h1{
	 color:#000;
	 font-size:35px;
	 line-height:42px;
	 font-weight:700;
	 }

.destinos .span75{
	margin-top:35px;
	 }	 	 
  
/* FIN DESTINOS */


/* DESTINOS */

.banner_grande{
	background-repeat:no-repeat;
	background-position:top center;
	background-size:cover;
	background-attachment:fixed;
	padding:120px 0;
	text-align:center;
	}
	
.banner_grande h1{
	text-shadow: 0 0 20px #000000;
	color:#FFFFFF;
	font-size:50px;
	font-weight:700;
	}

.banner_grande p{
	text-shadow: 0 0 20px #000000;
	color:#FFFFFF;
	font-size:18px;
	line-height:25px;
	margin:0 0 50px 0;
	}	

.video{
	margin-top:50px;
	}	
	
/* FIN DESTINOS */


/* BLOG */

.blog{
	padding:80px 0;
	}

.noticia{
	background-color:#fff;
	margin-right:25px;
	overflow: hidden;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}


.fila .noticia:last-child{
	margin-right:0 !important;
	}			

.noticia .img_noticia{
	overflow:hidden;
	height:200px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}

.info_noticia{
	padding:10px 20px;
	float:left;
	}

.info_noticia h4{
	margin:15px 0 10px 0;
	}

.info_noticia h4 a{
	color:#000;
	}

.info_noticia h4 a:hover{
	color:#f02e37;
	}	
	

.info_noticia span.fecha{
	color:#f02831;
	}

.noticia_ext span.fecha{
	color:#f02831 !important;
	}
	
.noticia_ext span.fecha i{
	color:#f02831 !important;
	}

.noticia_ext .titulo{
	padding-bottom:20px;
	}

.noticia_ext .titulo h2{
	margin-bottom:10px !important;
	}			

.info_noticia p{
	margin-bottom:15px;
	}		


/* FIN BLOG */


/* PUBLICIDAD */
  
 .banner_grande h3{
	text-shadow: 0 0 20px #000000;
	color:#FFFFFF;
}
	
.banner_grande h1{
	margin-bottom:35px;
}
  
/* FIN PUBLICIDAD */


/* PAQUETE EXTENDIDO */
  
.paquete_ext{
	margin-top:40px;
	 }

.img_extendido{
	/*
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;
	*/
	overflow:hidden;
	/*padding-right:35px !important;*/
	}
	
.img_extendido img{
	width:100%;
	}

.desc_extendido{
	background-color:#FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;
	-webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.5);
	}		 
  		
.btn2{
	padding: 5px 30px !important;
	line-height:30px !important;
	}	
	
.tabla{
	border-style:solid !important;
	}		 
  
/* FIN PAQUETE EXTENDIDO */


/* BOTONES */

.btn{
	padding:10px 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius:30px;
	font-size:14px;
	letter-spacing:1px;
	border:1px solid transparent;
	background-color:transparent;
	text-transform:uppercase;
	color:#fff;
	font-family: 'Montserrat';
	font-weight:700;
	cursor:pointer;
	}

.btn i{
	position: relative;
	font-size: 25px;
	top: 3px;
	margin-right: 5px;
	}
	

.btn:hover{
	color:#fff;
	}

.small{
	font-size:12px !important;
	padding:5px 15px !important;
	}		
	
.azul{
	background-color:#005aaf;
	}

.azul:hover{
	background-color:#004689;
	}	

.verde{
	background-color:#88b104;
	}

.verde:hover{
	background-color:#709203;
	}	

.rojo{
	background-color:#f02831;
	}
	
.rojo:hover{
	background-color:#c21c23;
	}			

.morada{
	background-color:#812895;
	}

.morada:hover{
	background-color:#641f73;
	}
	

.transparent{
	border-color:#fff;
	}	

.transparent:hover{
	border-color:#fff;
	background-color:#fff;
	color:#000;
	}				

/* FIN BOTONES */


/* FIN FOOTER */
footer{
	background-color:#fff;
	padding:35px 0 0 0;
	width:100%;
	}	

footer p{
	color:#535353;
	margin:0;
	}

footer .redes{
	margin:20px 0; 
	}

footer .redes a{
	margin:0 5px 0 0;
	}

.suscribir{
	padding:0 50px;
	}

.suscribir h4{
	text-transform:uppercase;
	font-weight:600;
	}

.campo_suscripcion{
	border:1px solid #d1d1d1;
	background-color:transparent;
	padding:8px 10px;
	margin:20px 0;
	width:100%;
	resize:none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius:3px;
	}	

.info_contacto{
	}

.info_contacto h4{
	text-transform:uppercase;
	font-weight:600;
	}

.info_contacto p{
	margin-bottom:20px;
	}

.info_contacto p i{
	color:#f02e37;
	font-size:18px;
	margin-right:5px;
	}

.copyright{
	text-align:center;
	border-top:2px solid #f0f0f0;
	padding:20px 0 0 0;
	}									
	
/* FIN FOOTER */	

.margin{
	margin-top:30px;
	}

.pagina{
	padding:30px 0;
	}	

/*FORMULARIOS*/				

input[type=text]:focus, input[type=password]:focus, input[type=file]:focus, select:focus, option:hover, option:focus{
	border:#000 1px solid;
}	

textarea:focus{
	border:#000 1px solid;
	}

/*.campo{
	float:left;
	border:1px solid #ccc;
	padding:8px;
	width:100%;
	background-color:#FFF;
	resize:none;
	}

.btn{
	background-color:#f08200;
	border:none;
	cursor:pointer;
	color:#FFF;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	padding:7px 10px;
	}	*/	
	
input[type=text].error, input[type=password].error, input[type=file].error, select.error{
	border:#e2001a 1px solid;
	}

textarea.error{
	border:#e2001a 1px solid;
	}
	
/* FIN FORMULARIOS */	

/**/

/* EMPRESA */
  .empresa h2{
	  font-weight:700;
	  line-height:32px;
	  margin-bottom:25px;
	  }
	
	.empresa i{
		color:#005aaf;
		}
	  
/* FIN EMPRESA */

.aviso{
	padding:25px 0;
	text-align:center;
	border:2px dashed #87b104;
	margin-bottom:50px;
	}

.accordion h3{
	margin-bottom:30px;
	padding-bottom:10px;
	border-bottom:1px solid #CCC;
	cursor:pointer;
	color:#999;
	font-weight:700;
	text-transform:inherit;
	letter-spacing:0;
	font-size:20px;
	}

.accordion h3:hover{
	color:#000;
	}

.accordion section{
	margin-bottom:15px;
    /*display: none;*/
    padding: 0;
    border: none;
	}	

.banco{
	border:1px solid #ccc;
	padding:30px 30px 15px 30px;
	margin-right:25px;
	}

.banco p{
	color:#000000;
	margin-bottom:15px;
	}	

.banco:last-child{
	margin-right:0 !important;
	}	

.banco:hover{
	border:1px solid #005aaf;
	}	

.banco:hover strong{
	color:#005aaf;
	}	

.campo{
	padding:7px 7px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #ccc;
	resize:none;
	}

.margin_c{
	margin:0 auto;
	float:none;
	}	


										

@media screen and (max-width: 800px) {
	body{
		overflow-x:hidden;
		}
	
h1 , h2 , h3 , h4{
	}

.wrap{
	width:90%;
	}	

.span25 , .span33 , .span50, .span66 , .span66_esp , .span75 , .span100{
	width:100%;
	clear:both;
	margin:0 0 2% 0;
	}

a#pull {
		display: block;
		width:40px;
		position:relative;
		margin:0 auto;
		z-index:1;
	}
	
a#pull:after {
		content:"";
		width: 40px;
		height: 40px;
		position: absolute;
	}

.marca{
	width:100%;
	text-align:center;
	margin-bottom:15px;
	}

.marca img{
	width:100%;
	}			

ul.closer{
	z-index:999999999;
	position:relative;
	float:left;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
	border-bottom:none;
	display:none;
	width:100%;
	margin:0;
	}

ul.closer li{
	float: none;
    list-style: outside none none;
    text-align: center;
    width: 100%;
	}

ul.closer li a{
	padding:10px 0;
	width:100%;
	text-align:center;
	float:left;
	margin:0;
	}
	
	
ul.btn_contacto{
	z-index:999999999;
	position:relative;
	float:left;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
	border-bottom:none;
	width:100%;
	margin:0;
	}

ul.btn_contacto li{
	float: none;
    list-style: outside none none;
    text-align: center;
    width: 100%;
	}

ul.btn_contacto li a{
	padding:10px 0;
	width:100%;
	text-align:center;
	float:left;
	margin:0;
	}	

ul.menu li a:hover{
	}

ul.menu li a.active{
	}

ul.submenu{
	position:relative;
	float:left;
	border-bottom:none;
	width:95%;
	margin:0;
	background-color:#555;
	z-index:99999999;
	top:0;
	left:0;
	padding:0;
	}	

ul.submenu li{
	float: none;
    list-style: outside none none;
    text-align: center;
    width: 100%;
	}

ul.submenu li a{
	padding:10px 0;
	width:100%;
	text-align:center;
	float:left;
	margin:0;
	}

.no_margin_bottom {
    margin-bottom: 0 !important;
}	

.menu_cont {
    width: 90%;
    padding: 20px 5%;
	margin-top: 15px;
}	
	
.buscador_cabecera{
	margin-bottom:15px !important
	}

.top{
	width:60%;
	float: left !important;
    text-align: left !important;
	clear:none;
	}

.top img{
	display:none;
	}	

.info_top {
    margin-left: 0;
    padding: 0;
    border: none;
	width:100%;
	text-align: left !important;
	clear:none;
}	

.redes {
    margin: 10px 0;
	width:40% !important;
}

.slide .informacion {
    padding: 22% 5%;
}

h1 {
    font-weight: 700;
    font-size: 22px;
    line-height: 25px;
}

.destacados{
	display:none;
	}

.paquete{
	overflow:hidden;
	margin-right:0;
	margin-bottom:20px;
	}

.fila{
	float:inherit;
	width:100%;
	display:block;
	margin-bottom:25px;
	}

#cbp-fwslider3 {
    height: auto !important;
}

#cbp-fwslider3 ul li img {
    margin-right:0 !important;
}

.cbp-fwslider ul {
    text-align: center;
}			

.banner_grande h1 {
    font-size: 25px;
	margin-bottom:20px;
}

.video iframe{
	width:100%;
	}

.noticia {
	margin-bottom:20px !important;
}		

.suscribir {
    padding: 0;
}

.img_extendido {
    padding-right: 0;
    margin: 20px 0 !important;
}


.info_total{
	margin-top:20px;
	padding-bottom:40px;
	}

.empresa img{
	width:100%;
	}
	
.empresa .span66{
	padding:0 !important;
	}

.empresa .span33{
	padding:0 !important;
	}

ul.menu li:hover ul.submenu{
	display:inherit !important;
	}

ul.submenu {
    width: 100%;
	position:relative;
}	

}

div#mapDestination {
	margin-bottom: 20px;
    width: 100%;
    height: 450px;
	border-radius:5px;
    display: block;
}

div#mapContact {
    height: 370px;
	width: 100%;
	display: block;
}