@import url(https://fonts.googleapis.com/css?family=Lato);

.slider{
	height: 485px;
	overflow: hidden;
	position: absolute;
	width: 100%;
	z-index: 0;
}
header{
	height: 485px;
	position: relative;
	z-index: 1;
}
.slides{
	margin: 0;
	padding: 0;
}
.flex-viewport{
    position: fixed;
    width: 100%;
    height: 100%;
}
.flexslider .slides,
.flexslider .slides > li
{
    height: 100%;
}
.flexslider .slides > li{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.flexslider .slides > li img{
	width: 100%;
}

.slide{
	width: 100%;
	height: 100%;
	position: absolute;
}
.slide img{
	width: 100%;
}


.navigation{
	background-color: rgba(255,255,255,0.6);
	min-height: 110px;
	padding-top: 35px;
}


.slogan-altos{
	font-size: 50px;
	color: #FFF;
	font-family: 'Lato';

	text-shadow: 2px 2px 1px #292929;
	padding-top: 100px;
}

.busqueda2015{
	margin-top: 20px;
	background-color: rgba(0,0,0,0.2);
	padding: 10px;	
}
@media screen and (max-width:800px){
	.busqueda2015{
		padding: 0px;
	}
}
.busqueda2015 input[type="text"], 
.busqueda2015 select{
	width: 74% !important;
	display: inline-block !important;
	border: 0 !important;
	height: 50px !important;
	vertical-align: top;
	padding: 0;
	font-size: 13px !important;
}
#habitaciones{
	width: 74% !important;
	text-align: center;
	
}
#cantPersonas{
	width: 79% !important;
	text-align: center;
	
}
.busqueda2015 label{
	height: 50px;
	background-color: #FFF;
	display: block;
	line-height: 50px;
}
.busqueda2015 label img{
	display: inline-block;
	vertical-align: top;
	margin-top: 8px;
	margin-right: 5px;
}
.btn_buscar_header{
	position: inherit;
	display: block;
	margin: 0;
	-webkit-border-radius: 5px !important;
	border-radius: 5px !important;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	font-weight: 600 !important;
	font-family: 'Lato';
	text-transform: lowercase;
	display: inline-block;
	
}
.btn_buscar_header:first-letter{
	text-transform: uppercase;
}
.redes{
	padding-top: 0 !important;
	font-size: 15px !important;
	font-family: "Lato",sas-serif !important;
	color: #7F7F7F !important;
	font-weight: normal !important;
	text-align: right;
}
.redes a{
	text-decoration: none;
	color: #7F7F7F !important;
}
.redes a:hover{
	color: #444 !important;
}
.redes div{
	padding-right: 0;
	padding-left: 8px;	
}
.redes div a{
	background-image: none !important;
	width: 16px;	
}
.redes div a img{
	width: 16px !important;
	opacity: 1;
	display: block;
}
.horarios{
	background-color: #d9352c;
	color: #FFF;
	font-size: 18px;
	text-align: left;
	font-family: "Cuprum",sans-serif;
	
	padding-top: 12px;
	padding-bottom: 17px;
	padding-left: 19px;
	-webkit-border-radius: 4px;
	border-radius: 4px;

	margin-top: 5px;
	margin-bottom: 5px;
}
.horarios strong{
	font-size: 12px;
	font-family: "Conv_GothamNarrow-Medium" !important;
}
