/* CSS Document */
@charset "utf-8";
html{
	width:100%;
	height:100%;
}
@font-face {
	font-family: 'Lato-Black';
	font-style: normal;
	font-weight: normal;
	src: local('Lato-Black'), url('Lato-Black.woff') format('woff');
}
@font-face {
	font-family: 'Lato-Black2';
	font-style: normal;
	font-weight: normal;
	src: local('Lato-Black2'), url('Lato-Black2.woff') format('woff');
}
@font-face {
	font-family: 'Lato-Regular';
	font-style: normal;
	font-weight: normal;
	src: local('Lato-Regular'), url('Lato-Regular.woff') format('woff');
}
@font-face {
	font-family: 'Montserrat-Regular';
	font-style: normal;
	font-weight: normal;
	src: local('Montserrat-Regular'), url('Montserrat-Regular.woff') format('woff');
}


body {
	font-family: 'Lato-Regular';
	text-align:center;
	margin:0;
	background:#FFF;
	width:100%;
	height:100%;
}

.clearer{
    display:block;
    clear: both;
}
#menu{
	width:12%;
	height:100%;
	position: fixed;
	background:#374022;
	z-index:5000;
}
#menu ul{
	width: 100%;
	list-style:none;
}
#menu ul li{
	width: 70%;
	text-align: center;
	font-size: 12px;
	padding:13px 15%;
}
#menu ul li a{
	color: #F1F2F2;
	padding: 10px 0;
	width: 100%;
	text-decoration:none;
}
#rojo a{
	color:#F1F2F2;
	-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;
}
#rojo a:hover{
	color:#FFF;
	font-weight: 700;
	-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;
}
#azul a, #azulb a{
	color:#FFF;
	-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;
}
#azul a:hover, #azulb a:hover{
	color:#FFF;
	font-weight: 700;
	-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;
}
#verde a{
	color:#FFF;
	-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;
}
#verde a:hover{
	color:#FFF;
	font-weight: 700;
	-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;
}
#amarillo a{
	color:#FFF;
	-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;
}
#amarillo a:hover{
	color:#FFF;
	font-weight: 700;
	-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;
}
#gris a{
	color:#FFF;
	-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;
}
#gris a:hover{
	color:#FFF;
	font-weight: 700;
	-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;
}
#logotipo{
	width: 100%;
	padding: 30px 0;
	text-align:center;
	display: table;
}
#logotipo img{
	width: 80%;
}
#contenido{
	width: 88%;
	height: auto;
	display: table;
	position: absolute;
	left: 12%;
}
#redes{
	width:100%;
	padding:10px 0;
	text-align:center;
}
#redes ul{
	width:100%;
	list-style: none;
	margin: 0;
	padding: 0;
}
#redes ul li{
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
}
#redes ul li a{
	width: 100%;
	margin: 0;
	padding: 5px 0;
}
#redes ul li img{
	height:40px;
}

/*INICIO*/
#bloque_inicio{
	width: 100%;
	height: auto;
	z-index: 4000;
	position: relative;
}
#bloque_inicio img{
	width: 100%;
}
#logotipo_inicio{
	width: auto;
	position: absolute;
	top: 150px;
	left: 35%;
}
#logotipo_inicio img{
	height: 150px;
	width: auto;
}

/*ABOUT*/
#bloque_about{
	width: 100%;
	height: 100%;
	display: table;
	position: relative;
	background:#111;
	padding:150px 0;
}
#bloque_about_izq{
	width: 40%;
	padding: 0 10%;
	text-align: center;
	float: left;
	color: #FFF;
	font-size: 17px;
}
#bloque_about_izq img{
	width: 90%;
}
#bloque_about_izq h1{
	font-size: 20px;
}
#mitad_about{
	width: 50%;
	float: left;
	text-align: center;
	font-size: 17px;
	color: #FFF;
	margin:30px 0;
}
#mitad_about img{
	height: 90px;
	width: auto;
	margin: 10px 0;
}
#pl{
	width: 90%;
	padding: 10px 5%;
	text-align: center;
	border-bottom: solid 1px #FFF;
	line-height: 20px;
}
#bloque_about_der{
	width: 40%;
	padding:0;
	text-align: right;
	float: left;
}
#bloque_about_der img{
	width: 80%;
	margin: 5px 0;
}

/*VILLAS*/
#bloque_villas{
	width: 100%;
	height: 100%;
	display: table;
	position: relative;
	background:#111;
	padding:30px 0;
}
#bloque_villas_1{
	width: 80%;
	padding: 0 8% 0 12%;
	position: relative;
	color: #FFF;
}
#bloque_villas_1 img{
	width: 100%;
	-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;
}
#bloque_villas_1 a:hover img{
	opacity:0.4;
	-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;
}
#titulo_principal{
	width: 100%;
	position: absolute;
	top: 100px;
	left: 0;
	text-align: center;
	font-size: 20px;
	color:#FFF;
	display: none;
}
#bloque_villas_2{
	width: 80%;
	padding: 30px 8% 0 12%;
	position: relative;
	height: auto;
	font-size: 17px;
}
#bloque_villas_2_1{
	width: 32%;
	float: left;
	margin-right: 1%;
}
#bloque_villas_2_2{
	width: 32%;
	float: left;
	margin-right: 1%;
	margin-left: 1%;
}
#bloque_villas_2_1 a, #bloque_villas_2_2 a, #bloque_villas_2_3 a{
	text-decoration: none;
	color: #FFF;
	font-size: 17px;
}
#bloque_villas_2_3{
	width: 32%;
	float: left;
	margin-left: 1%;
}
#bloque_villas_2_1 img, #bloque_villas_2_2 img, #bloque_villas_2_3 img{
	width: 100%;
}
#mapa_casa{
	width: 60%;
	padding: 50px 20% 50px 20%;
	text-align: center;
	display: table;
}
#mapa_casa img{
	width: 80%;
}


/*AREA*/
#bloque_area{
	width: 100%;
	height: 100%;
	display: table;
	position: relative;
	background:#111;
	padding:20px 0;
}
#contenido_area{
	width: 80%;
	padding: 0 8% 0 12%;
	position: relative;
	color: #FFF;
	font-size: 17px;
}
#contenido_area h1{
	font-size: 20px;
}
#area_fijas{
	width:100%;
}
#area_fijas img{
	width: 100%;
}
#area_txt{
	width: 100%;
	padding:0 0 50px 0;
}
#area_txt img{
	width: 45%;
}
#slide{
	width:100%;
	margin-bottom: 50px;
}
#slide img{
	width:100%;
}


/*GARDEN*/
#bloque_garden{
	width: 100%;
	height: 100%;
	display: table;
	position: relative;
	background:#111;
	padding:50px 0;
}
#contenido_garden{
	width: 80%;
	padding: 0 8% 0 12%;
	position: relative;
	color: #FFF;
	font-size: 17px;
}
#contenido_garden h1{
	font-size: 20px;
}
#garden_fijas{
	width:100%;
}
#garden_fijas img{
	width: 100%;
}
#garden_fijas_3{
	width:31%;
	margin: 0 1%;
	float: left;
	margin-bottom:20px;
}
#garden_fijas_3 img{
	width: 100%;
}
#garden_txt{
	width: 100%;
	padding:0 0 50px 0;
}
#garden_txt img{
	width: 50%;
}
#slide_garden{
	width:100%;
	margin:30px 0;
}
#slide_garden img{
	width:100%;
}


/*CONTACTO*/
#bloque_contacto{
	width: 100%;
	height: 100%;
	display: table;
	position: relative;
	background:#111;
	padding:50px 0 50px 0;
}
#contenido_contacto{
	width: 80%;
	padding: 0 8% 0 12%;
	position: relative;
}
#contacto_txt{
	width: 100%;
	padding:0 0 50px 0;
	font-size: 17px;
	color: #FFF;
}
#contacto_txt a{
	text-decoration: none;
	color: #FFF;
}
#contacto_txt h1{
	font-size: 20px;
}
#contacto_txt img{
	width: 40%;
}
#mapa{
	width: 100%;
	height:400px;
}
#footer{
	width: 100%;
	padding: 50px 0 30px 0;
	font-size: 12px;
	color:#999;
}


/* GALERIA */
#titulo_galeria{
	width: 100%;
	padding: 0 0 20px 0;
	text-align: center;
	font-size:20px;
	color:#FFF;
}
#slide_galeria{
	width: 90%;
	padding: 0 5%;
	margin: 0;
	height: auto;
}





#cabecera_movil, #bloque_villas_movil, #galerias{
	display: none;
}











@media only screen and (min-width:300px) and (max-width:1024px){
#cabecera, #menu, #bloque_nosotros, #logotipo_inicio{
	display:none;
}
#cabecera_movil{
	width:100%;
	height:auto;
	padding:30px 0 50px 0;
	text-align:center;
	display:table;
	position:fixed;
	z-index:18000;
	background:#000;
}
#logo_movil{
	width:50%;
	text-align:center;
	position: absolute;
	top: 0;
	left: 25%;
	padding: 10px 0;
}
#logo_movil img{
	height:60px;
}
#menu_movil{
	position:absolute;
	top:0;
	left:5px;
	display:block;
}
#menu_movil_inicio{
	position:absolute;
	top:8px;
	left:50px;
	display:block;
}
#menu_movil_2{
	position:absolute;
	top:20px;
	left:10px;
	display:block;
}
#bloque_menu{
	width:100%;
	height:180px;
	padding:50px 0;
	background:#000;
	position:absolute;
	left:-100%;
	top:-8%;
	z-index:20000;
	display: table;
}
#opcion{
	width:100%;
	height:auto;
	padding:10px 0;
	text-align:center;
	font-size:13px;
	border-bottom:solid 1px rgba(255,255,255,0.2);
	display:table;
}
#opcion a{
	width:100%;
	text-decoration:none;
	padding:10px 0;
	color:#FFF;
	display:block;
}
#datos_movil{
	width:auto;
	position:absolute;
	top:15px;
	right:10px;
	font-size:12px;
}
#datos_movil a{
	text-decoration:none;
	color:#F1F2F2;
}
#titulo{
	width:100%;
	text-align:center;
	padding:20px 0;
	font-size:40px;
	color:#000;
	font-family:Times;
}
#texto{
	width:80%;
	padding:10px 10%;
	font-size:13px;
	color:#333;
	text-align: justify;
	line-height: 25px;
}
#titulo_2{
	width:100%;
	text-align:center;
	padding:40px 0 10px 0;
	font-size:20px;
	color:#333;
	letter-spacing:5px;
}

#contenido{
	width: 100%;
	height: auto;
	display: table;
	position: absolute;
	left:0;
	top:80px;
	z-index: 2000;
}
#bloque_inicio{
	width: 100%;
	height: auto;
	z-index: 4000;
	position: relative;
}

#logotipo_movil{
	display:block;
	position:absolute;
	width:100%;
	top:40px;
	text-align:center;
}
#logotipo_movil img{
	height:120px;
}


/*ABOUT*/
#bloque_about{
	width: 100%;
	height: 100%;
	display: table;
	position: relative;
	background:#111;
	padding:50px 0;
}
#bloque_about_izq{
	width: 100%;
	padding: 0;
	text-align:center;
}
#bloque_about_izq img{
	width: 70%;
}
#bloque_about_der{
	width: 70%;
	padding:30px 15%;
	text-align: center;
}
#bloque_about_der img{
	width: 100%;
	margin: 5px 0;
}

/*VILLAS*/
#bloque_villas{
	display: none;
}
#bloque_villas_movil{
	display:table;
	width: 100%;
	height:100%;
	background:#111;
}
#foto_completa{
	width: 100%;
	font-size: 17px;
	color:#FFF;
	margin-bottom: 30px;
}
#foto_completa img{
	width: 100%;
}
#foto_mitad{
	width: 60%;
	padding:0 20% 30px 20%;
	text-align: center;
}
#foto_mitad img{
	width: 100%;
}
#foto_mitad a{
	text-decoration: none;
	color: #FFF;
}
#galerias{
	width: 100%;
	height: 100%;
	display: none;
	position:fixed;
	background:rgba(0,0,0,0.9);
	z-index: 9000;
	top: 0;
	left: 0;
}
#galeria_principal, #galeria_meson, #galeria_rincon, #galeria_jacal{
	width: 100%;
	height: auto;
	margin-top: 100px;
}
#galeria_principal img, #galeria_meson img, #galeria_rincon img, #galeria_jacal img{
	width: 46%;
	margin: 10px 2%;
	float: left;
}
#titulo_galeria{
	width: 100%;
	padding: 20px 0;
	font-size: 20px;
	color:#FFF;
	text-align: center;
}
#galeria_principal a, #galeria_meson a, #galeria_rincon a, #galeria_jacal a{
	padding: 10px 20px;
	background: #FFF;
	color: #333;
	font-size: 12px;
	text-align: center;
	border-radius: 15px;
	text-decoration: none;
}




/*AREA*/
#bloque_area{
	width: 100%;
	height: 100%;
	display: table;
	position: relative;
	background:#111;
	padding:20px 0;
}
#contenido_area{
	width: 100%;
	padding: 20px 0;
	position: relative;
}
#area_fijas{
	width:100%;
}
#area_fijas img{
	width: 100%;
}
#area_txt{
	width: 100%;
	padding:0 0 20px 0;
}
#area_txt img{
	width: 80%;
}
#slide{
	width:100%;
	margin-bottom: 50px;
}
#slide img{
	width:100%;
}


/*GARDEN*/
#bloque_garden{
	width: 100%;
	height: 100%;
	display: table;
	position: relative;
	background:#111;
	padding:50px 0;
}
#contenido_garden{
	width: 100%;
	padding: 20px 0;
	position: relative;
}
#garden_fijas{
	width:100%;
}
#garden_fijas img{
	width: 100%;
}
#garden_txt{
	width: 100%;
	padding:0 0 20px 0;
}
#garden_txt img{
	width: 90%;
}
#slide_garden{
	width:100%;
	margin:30px 0;
}
#slide_garden img{
	width:100%;
}


/*CONTACTO*/
#bloque_contacto{
	width: 100%;
	height: 100%;
	display: table;
	position: relative;
	background:#111;
	padding:50px 0 50px 0;
}
#contenido_contacto{
	width: 100%;
	padding: 20px 0;
	position: relative;
}
#contacto_txt{
	width: 100%;
	padding:0 0 20px 0;
}
#contacto_txt img{
	width: 80%;
}
#mapa{
	width: 100%;
	height:350px;
	overflow: hidden;
}
#footer{
	width: 100%;
	padding: 50px 0 30px 0;
	font-size: 12px;
	color:#999;
}

#mitad_about img{
	height: 90px;
	width: auto;
	margin: 10px 0;
}


}
