/* CSS Document */
@charset "utf-8";
html{
	width:100%;
	height:100%;
}

body {
	font-family:Arial;
	text-align:center;
	margin:0;
	/*background:rgba(162,116,97,0.8);*/
	background:#EEE;
	width:100%;
	height:100%;
}

.clearer{
    display:block;
    clear: both;
}
#cabecera{
	width:100%;
	height:auto;
	/*position: fixed;*/
	z-index:5000;
	display: table;
	padding: 30px 0;
	position: absolute;
	top:0;
}
#cabecera_fija{
	width:100%;
	height:auto;
	position: fixed;
	z-index:5000;
	display: table;
	padding: 10px 0;
	background:#fbeee6;
	display: none;
	z-index: 10000;
}
#cabecera_izq{
	width: 28%;
	float: left;
	text-align: right;
	margin: 0;
	padding: 0;
	padding-right: 2%;
}
#cabecera_izq img{
	height: 55px;
}
#cabecera_centro{
	width: 40%;
	padding: 0 30%;
	float: left;
	text-align:center;
	margin-top: 10px;
}
#cabecera_centro ul{
	width: 100%;
	list-style: none;
	border-top: solid 1px #FFF;
	border-bottom: solid 1px #FFF;
	height: auto;
	display: table;
}
#cabecera_centro ul li{
	width: 25%;
	text-align: center;
	float: left;
	font-size: 12px;
}
#cabecera_centro ul li a{
	text-decoration: none;
	padding: 10px 0;
	color: #999;
	display: block;
}
#cabecera_centro_fija{
	width: 40%;
	float: left;
	text-align:center;
	margin-top: 10px;
}
#cabecera_centro_fija ul{
	width: 100%;
	list-style: none;
	border-top: solid 1px #666;
	border-bottom: solid 1px #666;
	height: auto;
	display: table;
}
#cabecera_centro_fija ul li{
	width: 25%;
	text-align: center;
	float: left;
	font-size: 12px;
}
#cabecera_centro_fija ul li a{
	text-decoration: none;
	padding: 10px 0;
	color: #666;
	display: block;
}
#cabecera_der{
	width: 28%;
	float: left;
	padding-left: 2%;
	text-align: left;
	padding-top: 10px;
}
#cabecera_der img{
	height: 40px;
	padding: 0 5px;
}
#menu_izq{
	width: 40%;
	float: left;
	text-align: center;
	padding: 10px 0;
}
#menu_izq img{
	height: 50px;
}
#menu_der{
	width: 60%;
	float: left;
	padding: 20px 0;
}
#menu_der ul{
	width: 100%;
	list-style: none;
	height: auto;
	display: table;
}
#menu_der ul li{
	width: 25%;
	text-align: center;
	float: left;
	font-size: 12px;
}
#menu_der ul li a{
	text-decoration: none;
	padding: 10px 0;
	color: #999;
	display: block;
}








/*INICIO*/
#bloque_inicio{
	width: 100%;
	height: 100%;
	display: table;
	/*background-image:url(../images/HOME_VIDEO-08.jpg);
	background-size: cover;*/
}
#slide{
	width: 100%;
	height: auto;
}
#slide img{
	width: 100%;
}
#logotipo_inicio{
	width: 100%;
	position: absolute;
	text-align: center;
	top: 150px;
	z-index: 1000;
}
#logotipo_inicio img{
	width: 20%;
}

/*HACIENDA*/
#bloque_hacienda{
	width: 100%;
	height: 100%;
	display: table;
	position: relative;
	padding: 50px 0;
}
#galeria{
	width: 70%;
	height: auto;
	display: table;
	margin: 40px 15%;
}
#galeria img{
	width: 100%;
}
#texto_hacienda{
	width: 40%;
	padding: 20px 30%;
	text-align: center;
}
#texto_hacienda img{
	width: 100%;
}
#imagen_hacienda{
	width: 50%;
	padding: 10px 25%;
	text-align: center;
}
#imagen_hacienda img{
	width: 100%;
}
#video_hacienda{
	width: 100%;
	height: auto;
	padding: 30px 0;
}


/*ESPACIOS*/
#bloque_espacios{
	width: 100%;
	height: auto;
	display: table;
	position: relative;
	padding: 50px 0;
}
#titulo_espacios{
	width: 100%;
	padding: 50px 0;
	text-align: center;
}
#titulo_espacios img{
	height: 40px;
}
#fotos_espacios{
	width: 70%;
	margin: 20px 15%;
	height: auto;
	display: table;
}
#foto_espacios_25{
	width: 23%;
	margin: 10px 1%;
	float: left;
	height: 200px;
	background-size: cover;
}
#foto_espacios_25 a{
	width:100%;
	height: 100%;
	display: block;
}
#foto_espacios_50{
	width: 48%;
	margin: 10px 1%;
	float: left;
	height: 200px;
	background-size: cover;
}
#foto_espacios_50 a{
	width:100%;
	height: 100%;
	display: block;
}
.espacios_1_b{ display: none; }
.espacios_1_b img{ height: 100%; }
.espacios_2_b{ display: none; }
.espacios_2_b img{ height: 100%; }
.espacios_3_b{ display: none; }
.espacios_3_b img{ height: 100%; }
.espacios_4_b{ display: none; }
.espacios_4_b img{ height: 100%; }
.espacios_5_b{ display: none; }
.espacios_5_b img{ height: 100%; }
.espacios_6_b{ display: none; }
.espacios_6_b img{ height: 100%; }

#titulo_galeria{
	width: 70%;
	padding: 30px 15%;
	display: table;
}
#titulo_galeria img{width: 100%;}
#gal_20{
	width: 18%;
	float: left;
	margin: 0 1%;
	height: 200px;
	background-size: cover;
	background-position:bottom;
}
#gal_20 a{
	width: 100%;
	height: 100%;
	display: block;
}
#gal_30{
	width: 28%;
	float: left;
	margin: 0 1%;
	height: 200px;
	background-size: cover;
}
#gal_30 a{
	width: 100%;
	height: 100%;
	display: block;
}
#gal_50{
	width: 48%;
	float: left;
	margin: 0 1%;
	height: 200px;
	background-size: cover;
}
#gal_50 a{
	width: 100%;
	height: 100%;
	display: block;
}


#informacion_1, #galeria_1, #galeria_2, #galeria_3, #galeria_4, #galeria_5, #galeria_6{
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 6000;
	background: rgba(0,0,0,0.9);
	display: none;
}
#btn_cerrar{
	width: 100%;
	text-align: center;
	padding: 130px 0 30px 0;
}
#btn_cerrar a{
	font-size: 15px;
	text-decoration: none;
	color: #FFF;
	border: solid 1px #FFF;
	border-radius: 35px;
	padding: 7px 10px;
	font-family: Arial;
}
#foto_informacion{
	width: 100%;
	height: auto;
	text-align: center;
}
#foto_informacion img{
	width: 60%;
}
#txt_informacion{
	width: 100%;
	padding: 30px 0;
	text-align: center;
}
#txt_informacion img{
	height: 70px;
}

/*SERVICIOS*/
#bloque_servicios{
	width: 100%;
	height: auto;
	display: table;
	position: relative;
	padding: 50px 0;
}
#texto_servicios{
	width: 40%;
	padding: 20px 30%;
	text-align: center;
}
#texto_servicios img{
	width: 100%;
}
#fotos_servicios{
	width: 50%;
	padding: 10px 25%;
	height: auto;
	display: table;
}
#f1{
	width: 30%;
	float: left;
}
#f2{
	width: 38%;
	float: left;
	margin: 0 1%;
}
#f3{
	width: 30%;
	float: left;
}
#fotos_servicios_1_a{
	width: 100%;
	height: 200px;
	float: left;
}
#fotos_servicios_1_a a{
	width:100%;
	height: 100%;
	display: block;
}
.imagen_servicio{
	width: 80%;
	padding: 20px 10%;
}
#fotos_servicios_1_b{
	width: 100%;
	height: 200px;
	float: left;
	margin-top: 10px;
}
#fotos_servicios_1_b a{
	width:100%;
	height: 100%;
	display: block;
}
#fotos_servicios_2{
	width: 90%;
	margin: 0 5%;
	float: left;
	height:410px;
	background-size:cover;
	background-repeat: no-repeat;
}
#fotos_servicios_2 a{
	width:100%;
	height: 100%;
	display: block;
}
#fotos_servicios_3{
	width: 30%;
	float: left;
}
#fotos_servicios_3 img{
	width:100%;
}






#texto_espacios{
	width: 40%;
	padding: 30px 30%;
	text-align: center;
}
#texto_espacios img{
	width: 100%;
}
.servicio_1_b{ display: none; }
.servicio_2_b{ display: none; }
.servicio_3_b{ display: none; }
.servicio_4_b{ display: none; }
.servicio_5_b{ display: none; }

/*CONTACTO*/
#bloque_contacto{
	width: 100%;
	height: auto;
	display: table;
	position: relative;
	padding: 50px 0;
}
#texto_contacto{
	width: 40%;
	padding: 20px 30%;
	text-align: center;
}
#texto_contacto img{
	width: 100%;
}
#imagen_contacto{
	width: 100%;
	padding: 20px 0;
}
#imagen_contacto img{
	width: 100%;
}
#contacto_izq{
	width: 35%;
	float: left;
	text-align: right;
	padding-left: 15%;
}
#contacto_der{
	width: 42%;
	padding: 10px 4%;
	float: left;
	text-align: left;
}
#formulario_contacto{
	width: 100%;
	height: auto;
	display: table;
	padding: 30px 0;
	text-align: left;

}
#formulario_25{
	width: 20%;
	float: left;
	position: relative;
}
#formulario_25_b{
	width: 30%;
	float: left;
	padding: 10px 0;
	position: relative;
}
#mapa{
	width: 70%;
	margin: 10px 15%;
	height: auto;
}
#footer{
	width: 100%;
	padding: 50px 0;
	text-align: center;
	display: block;
}
#footer img{
	width:100%;
}
.imagen_contacto_1{ height: 60px; }
.imagen_contacto_2{ height: 150px; }
.imagen_contacto_3{ height: 30px; }


.texto_1{
	width: 94%;
	padding: 10px;
	border: solid 1px #999;
	background: #FFF;
	color: #333;
	font-size: 12px;
	border-radius: 15px;
	margin-bottom: 5px;
}
.texto_2{
	width: 42%;
	padding: 10px;
	border: solid 1px #999;
	background: #FFF;
	color: #333;
	font-size: 12px;
	border-radius: 15px;
	float: left;
}
.combo{
	width: 98%;
	padding: 10px;
	border: solid 1px #999;
	background: #FFF;
	color: #333;
	font-size: 12px;
	border-radius: 15px;
	-webkit-appearance: none;
}
.texto_mitad{
	width: 41%;
	padding: 10px;
	border: solid 1px #666;
	background: #FFF;
	color: #333;
	font-size: 12px;
	border-radius: 15px;
	float: left;
	margin: 0 2%;
}
.texto_3{
	width: 95%;
	height: 90px;
	padding: 10px;
	border: none;
	background: #FFF;
	color: #666;
	font-size: 12px;
	border-radius: 15px;
	margin-bottom: 5px;
}
.enviar{
	width: 38%;
	padding: 10px 20px;
	background: #666;
	color: #F1F2F2;
	font-size: 12px;
	border-radius: 15px;
	cursor: pointer;
	border: none;
	font-family: Arial;
}
#btnw{
	position: absolute;
	bottom: 5px;
	left: 45%;
}
#btnw img{
	height: 40px;
}

#whats_fijo{
	position: fixed;
	bottom: 20px;
	right: 10px;
	z-index: 20000;
}
#whats_fijo img{
	height: 50px;
}
#cabecera_movil, #bloque_villas_movil, #galerias_movil, #inicio_izq_movil, #bloque_espacios_movil, #fotos_servicios_movil{
	display: none;
}
#desktop{ display: block; }
#movil{ display: none; }

#desktop_fijo{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	background: #EEE;
	padding: 10px 0;
	z-index: 5000;
	display: none;
}






















@media only screen and (min-width:300px) and (max-width:1024px){
	body {
		text-align:center;
		margin:0;
		background:#EEE;
		width:100%;
		height:auto;
		background-size:cover;
		background-repeat: no-repeat;
	}
#desktop{ display: none;; }
#movil{ display: block;; }
#cabecera, #menu, #bloque_nosotros, #logotipo_inicio, #galerias{
	display:none;
}
#galerias_movil{ display: block; }
#cabecera_movil{
	width:100%;
	height:auto;
	padding:30px 0 50px 0;
	text-align:center;
	display:table;
	position:fixed;
	z-index:18000;
	/*background:#000;*/
	background:#F4F3EC;
	border-bottom:solid 2px #333;
}
#logo_movil{
	width:50%;
	text-align:center;
	position: absolute;
	top: 0;
	left: 25%;
	padding:5px 0;
}
#logo_movil img{
	height:70px;
}
#menu_movil{
	position:absolute;
	top:5px;
	left:5px;
	display:block;
}
#menu_movil_inicio{
	position:absolute;
	top:8px;
	left:50px;
	display:block;
}
#menu_movil_2{
	position:absolute;
	top:10px;
	left:5px;
	display:block;
}
#bloque_menu{
	width:100%;
	height:100%;
	padding:50px 0;
	background:#F4F3EC;
	position:absolute;
	left:-100%;
	top:-8%;
	z-index:20000;
	display: table;
}
#opcion{
	width:100%;
	height:auto;
	padding:10px 0;
	text-align:center;
	font-size:15px;
	border-bottom:solid 1px #747962;
	display:table;
}
#opcion a{
	width:100%;
	text-decoration:none;
	padding:10px 0;
	color:#747962;
	display:block;
}
#datos_movil{
	width:auto;
	position:absolute;
	top:15px;
	right:10px;
	font-size:12px;
}
#datos_movil a{
	text-decoration:none;
	color:#F1F2F2;
}



/* INICIO */
#bloque_inicio{
	width: 100%;
	height: auto;
	padding-top:80px;
}
#inicio_izq{
	display: none;
}
#inicio_izq_movil{
	display: block;
	width: 100%;
	padding: 50px 0;
	text-align:center;
}
#inicio_izq_movil img{
	width: 60%;
}
#inicio_der{
	width: 90%;
	padding: 20px 5%;
	text-align: center;
	float: left;
}
#inicio_der img{
	width: 100%;
}
#inicio_izq_2{
	width: 100%;
	padding:0 0 20px 0;
	text-align:left;
	margin-left: -10%;
}
#inicio_izq_2 img{
	width: 90%;
}
#inicio_der_2{
	width: 100%;
	padding: 20px 0;
	text-align: center;
}
#inicio_der_2 img{
	width: 90%;
}
#inicio_der_3{
	width: 100%;
	padding:0;
	text-align: center;
}
#inicio_der_3 img{
	width:70%;
}

/* HACIENDA */
#texto_hacienda{
	width: 90%;
	padding: 0 5% 30px 5%;
	text-align: center;
}
#texto_hacienda img{
	width: 100%;
}
#titulo_hacienda{
	width: 100%;
	position: absolute;
	top: 50px;
	left: 0;
	text-align: center;
	z-index: 5000;
}
#titulo_hacienda img{
	height: 40px;
}
#imagen_hacienda{
	width: 100%;
	padding: 10px 0;
	text-align: center;
}
#imagen_hacienda img{
	width: 100%;
}
#video_hacienda{
	width: 100%;
	height: auto;
	padding: 30px 0;
}

/* ESPACIOS */
#bloque_espacios{
	/*display: none;*/
	padding: 0 0 50px 0;
}
#titulo_espacios{
	width: 100%;
	padding: 10px 0;
	text-align: center;
}
#titulo_espacios img{
	height: 40px;
}
#bloque_espacios_movil{
	width: 100%;
	height: 100%;
	display: table;
	position: relative;
}
#bloque_espacios_movil ul{
	width: 100%;
	padding: 20px 0;
	height: auto;
	display: table;
	list-style: none;
}
#bloque_espacios_movil ul li{
	width: 46%;
	padding: 10px 2%;
	float: left;
	text-align: center;
}
#bloque_espacios_movil ul li img{
	width: 90%;
	-webkit-transition:all .5s ease; /* Safari y Chrome */
	-moz-transition:all .5s ease; /* Firefox */
	-o-transition:all .5s ease; /* IE 9 */
	-ms-transition:all .5s ease;
}
#btn_cerrar{
	width: 100%;
	text-align: center;
	padding: 130px 0 50px 0;
}
#foto_informacion{
	width: 100%;
	height: auto;
	text-align: center;
}
#foto_informacion img{
	width: 100%;
}
#txt_informacion{
	width: 100%;
	padding: 30px 0;
	text-align: center;
}
#txt_informacion img{
	width: 90%;
	height: auto;
}
#fotos_espacios{
	width: 100%;
	margin: 20px 0;
	height: auto;
	display: table;
}
#foto_espacios_25{
	width: 48%;
	margin: 10px 1%;
	float: left;
	height: 200px;
	background-size: cover;
}
#foto_espacios_25 a{
	width:100%;
	height: 100%;
	display: block;
}
#foto_espacios_50{
	width: 48%;
	margin: 10px 1%;
	float: left;
	height: 200px;
	background-size: cover;
}
#foto_espacios_50 a{
	width:100%;
	height: 100%;
	display: block;
}


/* SERVICIOS */
#bloque_servicios{
	width: 100%;
	height: auto;
	display: table;
	position: relative;
	margin-bottom:10px;
	padding: 0 0 50px 0;
}
#texto_servicios{
	width: 90%;
	padding: 20px 5%;
	text-align: center;
}
#texto_servicios img{
	width: 100%;
}
#texto_espacios{
	width: 90%;
	padding: 30px 5%;
	text-align: center;
}
#texto_espacios img{
	width: 100%;
}
#titulo_servicios{
	width: 100%;
	padding: 50px 0 0 0;
	text-align: center;
}
#titulo_servicios img{
	height: 40px;
}
#bloque_servicios ul{
	width: 100%;
	padding: 10px 0;
	height: auto;
	display: table;
}
#bloque_servicios ul li{
	width: 50%;
	text-align: center;
	float: left;
}
#bloque_servicios ul li img{
	width: 60%;
}
#fotos_servicios{
	/*width:100%;
	padding: 10px 0;
	height: auto;
	display: table;*/
	display: none;
}



/*CONTACTO*/
#bloque_contacto{
	width: 100%;
	height: auto;
	padding: 0 0 50px 0;
	display: table;
	background-image:url(../images/Fondo_contacto_3x-100.jpg);
	background-size: cover;
	margin-top: 50px;
}
#contacto_izq{
	width: 70%;
	padding:30px 15% 0 15%;
	text-align: left;
}
#contacto_der{
	width: 90%;
	padding: 50px 5% 0 5%;
	text-align: center;
}
#texto_contacto{
	width: 90%;
	padding: 20px 5%;
	text-align: center;
}
#texto_contacto img{
	width: 100%;
}
.contacto_1{
	width: 50%;
	padding: 30px 0;
}
.contacto_2{
	height: 10px;
	padding: 20px 0;
}
.contacto_3{
	padding: 10px 0;
	height: 15px;
}
.contacto_4{
	padding: 10px 0;
	height: 40px;
}
.texto_mitad{
	width: 40%;
	padding: 10px;
	border: solid 1px #666;
	background: #FFF;
	color: #333;
	font-size: 12px;
	border-radius: 15px;
	float: left;
	margin: 0 2%;
}
#formulario_25{
	display: none;
}
#formulario_25_b{
	width: 90%;
	float: left;
	padding: 10px 5%;
	position: relative;
}
#redes{
	width: 100%;
	padding: 30px 0;
	text-align:center;
}
#mapa{
	width: 100%;
	margin: 10px 0;
	height: auto;
}

/* GALERÍAS */
#galeria{
	width: 100%;
	height: auto;
	display: table;
	margin: 10px 0;
}
#gal_30{
	width: 100%;
	float: left;
	margin: 5px 0;
	height: 350px;
	background-size: cover;
}
#gal_20{
	width: 100%;
	float: left;
	margin: 5px 0;
	height: 350px;
	background-size: cover;
}
#gal_50{
	width: 100%;
	float: left;
	margin: 5px 0;
	height: 300px;
	background-size: cover;
}
#titulo_galeria{
	width: 100%;
	padding: 100px 0 0 0;
	display: table;
}
#titulo_galeria img{width: 100%;}

#galeria_movil{
	width: 100%;
	height: auto;
}
#galeria_movil img{
	width: 100%;
	margin-bottom: 5px;
}

#fotos_servicios_movil{
	display: table;
	width: 100%;
	height: auto;
}
#foto_serv_movil_1, #foto_serv_movil_2{
	width: 100%;
	height: 200px;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
}
#let_1, #let_2{
	position: absolute;
	top: 0;
	left: 0;
}
#let_1 img, #let_2 img{
	height:200px;
}

}
