/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none; 
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	display: inline-block;
	text-decoration: none;
  vertical-align: top;
	}
input {
	border: none;
	}

/*clearfix*/
.group:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.group { display: inline-block; clear: both; }
* html .group { height: 1%; } .group { display: block; } /* IE hack */

/* etiquetas */
article.azul {
	border-bottom: 6px solid #0e6c6f;
}
article.azul h2, article.azul h3 {
	background: #0e6c6f;
}

article.beige {
	border-bottom: 6px solid #997a4b;
}
article.beige h2, article.beige h3 {
	background: #997a4b;
}

article.marron {
	border-bottom: 6px solid #7a503a;
}
article.marron h2, article.marron h3 {
	background: #7a503a;
}

article.nada  {
	text-align: left;
}
	article.nada img:first-child {
		padding: 4em 0.5em 2em 0.5em;
	}

article.verde {
	border-bottom: 6px solid #5b684b;
}
article.verde h2, article.verde h3 {
	background: #5b684b;
}

body {
	background: #1a400d url("images/fondo.jpg") repeat center center;
	color: #6d6e70;
	font-family: helvetica, arial, sans-serif;
	font-size: 16px;
}

footer {
	color: white;
	margin-bottom: 35px;
	text-align: center;
}
	footer a {
		color: white;
	}

header {
	padding-top: 15px;
	text-align: center;
}

nav {
	background: #435827;
	padding: 8px 0;
}
	nav a:first-child {
		border-left: none;
	}
	nav a {
		border-left: 1px solid white;
		color: #EBEDE4;
		font-size: 0.9em;
		font-weight: bold;
		padding: 0 2.73%;
		text-transform: uppercase;
	}
	nav a:hover {color: rgb(149, 168, 82);}

/* ids */
#banner-top {
	left: 0;
	position: absolute;
	top: 0;
	z-index: 999;
        width: 100%;
        overflow: hidden;
}
        #banner-top img{
            width: 100%;
        }

#calidad-tierra figure img {
	display: block;
	float: left;
}
#calidad-tierra figure figcaption {
	background: #D8D7CC;
	float: left;
	height: 451px;
	width: 369px;
}
	#calidad-tierra figure figcaption p {
		font-family: 'Roboto Condensed', sans-serif;
		font-size: 0.875em;
		line-height: 1.2em;
		padding: 1em;
		text-align: left;
	}

#calidad-tierra h4 {
	background: #7a503a;
	color: white;
	font-family: 'Raleway', sans-serif;
	font-size: 2.75em;
	font-weight: 200;
	margin: 0.2em 0;
	padding: 0.2em;
	text-align: left;
}

#condominios {
	margin-top: 1em;
}
	#condominios img:first-child {
		display: block;
		margin-bottom: 1em;
	}
	#condominios p {
		line-height: 1.2em;
		padding: 1em 0.5em;
		text-align: left;
	}

#container {
	background: #ebede4;
	margin: 35px auto;
	max-width: 1280px;
}

#contenido {
	padding-bottom: 65px;
	padding-top: 350px;
	text-align: center;
}
	#contenido .col-der #modulos {
		float: right;
		width: 348px;
	}

#fade {
	background: #000;
	cursor: pointer;
	display: none;
	height: 100%;
	left: 0;
	opacity: 0.8;
	position: fixed;
	top: 0;
	width: 100%; 
	z-index: 9999;
}
	#fade a.cerrar {
		position: absolute;
		right: 20px;
		top: 20px;
	}

#galleria{
    width: 880px; 
    height: 600px; 
    background: transparent;
}

#galeria-thumbs {
	margin: 10px 0;
	text-align: center;
        height: 100px;
}
	#galeria-thumbs li {
            height: 68px;
            display: inline-block;
            width: 800px;
	}
        
                #galeria-thumbs li a{
                    width: 94px;
                    display: inline-block;
                    overflow: hidden;
                }
                
                #galeria-thumbs li a img{
                    width: 94px;
                    display: inline-block;
                }
        
	#galeria span{
		color: white;
                font-size: 40px; 
                font-weight: bolder;
                cursor: pointer;
	}

#layer {
	background: transparent;
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-size: 0.81em;
	letter-spacing: 3px;
	position: fixed;
	text-align: center;
	width: 800px;
	z-index: 99999;
	}

#main {
	position: relative;
}

#modulos {
	margin-top: 40px;
}
	#modulos div.azul {
		background: #0e6c6f;
	}
	#modulos div.beige {
		background: #997a4b;
	}
	#modulos div.marron {
		background: #7a503a;
	}
	#modulos div.verde {
		background: #5b684b;
	}
		#modulos div.verde h4 {
			background: #5b684b;
			padding: 0.5em 0.2em !important;
		}
		#modulos div.verde p {
			color: white;
			font-family: 'Roboto Condensed', sans-serif;
		}
	#modulos .modulo {
		display: block;
		float: left;
		height: 232px;
		width: 348px;
		text-align: center;
	}
	#modulos .modulo h4 {
		color: white;
		font-family: 'Raleway', sans-serif;
		font-size: 2.75em;
		font-weight: 200;
		padding: 1.8em 0.2em;
	}

#modulos-infra {
	margin-top: 60px;
}
	#modulos-infra div.beige {
		background: #997a4b;
	}
	#modulos-infra div.marron {
		background: #7a503a;
	}
	#modulos-infra div.verde {
		background: #5b684b;
	}
		#modulos-infra div.verde h4 {
			background: #5b684b;
			padding: 0.5em 0.2em !important;
		}
		#modulos-infra div.verde p {
			color: white;
			font-family: 'Roboto Condensed', sans-serif;
		}
	#modulos-infra img, #modulos-infra .modulo {
		display: block;
		float: left;
		height: 232px;
		width: 330px;
		text-align: center;
	}
	#modulos-infra .modulo h4 {
		color: white;
		font-family: 'Raleway', sans-serif;
		font-size: 2.68em;
		font-weight: 200;
		padding: 1.8em 0.2em 0 0.2em;
	}
	#modulos-infra .modulo p {
		color: white;
		font-family: 'Roboto Condensed', sans-serif;
		padding: 0.2em;
	}

#unidadesPics{
    
}

        #unidadesPics img{
            width: 822px;
        }

#unidades-wrapper {
	background: transparent;
	color: #fff;
	display: none;
	font-family: 'Raleway', sans-serif;
	font-size: 0.81em;
	letter-spacing: 3px;
	position: fixed;
	width: 822px;
	z-index: 99999;
	}
	#unidades-wrapper h3 {
		background: #5b684b;
		color: white;
		font-family: 'Raleway', sans-serif;
		font-size: 2.68em;
		font-weight: 200;
		padding: 0.5em;
	}
	#next-footer,
	#prev-footer,
	#unidades-wrapper #next,
        #unidades-wrapper #prev {
		position: absolute;
		top: 254px;
		z-index: 999;
	}
        
	#unidades-wrapper #next, #next-footer {
		right: -36px;
	}
	#unidades-wrapper #prev, #prev-footer {
		left: -36px;
	}

/*clases*/
.col-der {
	display: inline-block;
	vertical-align: top;
	width: 660px;
}
	.col-der p, .col-izq p {
		font-family: 'Roboto Condensed', sans-serif;
		font-size: 1em;
	}
.col-izq {
	display: inline-block;
	text-align: left;	
	vertical-align: top;
	width: 380px;
}

.destacado-link {
	margin: 0 0.97%;
	width: 260px;
}

.destacado {
	border-bottom: 6px solid black;
	display: inline-block;
	min-height: 364px;
	position: relative;
	vertical-align: top;
}
	.destacado h2 {
		background: black;
		color: white;
		font-family: 'Raleway', sans-serif;
		font-size: 4.125em;
		font-weight: 200;
		padding: 25px 0;
	}
	.destacado h3 {
		background: black;
		color: white;
		font-family: 'Roboto Condensed', sans-serif;
		font-size: 1em;
		padding-bottom: 20px;
		text-transform: uppercase;
                margin-bottom: 15px;
	}
	.destacado p {
		color:  #6d6e70;
		font-family: 'Roboto Condensed', sans-serif;
		font-size: 0.92em;
		line-height: 1.2em;
		padding: 0.5em;
		text-align: left;
	}
	.destacado p a {
		color: #6d6e70;
	}
	.col-der.contact p {
		color:  #6d6e70;
		font-family: 'Roboto Condensed', sans-serif;
		font-size: 0.92em;
		line-height: 8px;
		padding: 0.5em;
		text-align: left;
	}
	.col-der p a {
		color: #6d6e70;
	}
        
	.col-der .bloque-right{
		width: 275px;
                float: left;
	}
        
	.col-der img{
		float: left;
                
	}
        
	.col-der.contact img{
		float: left;
                margin: 40px 0px 0px 40px;
	}

.foto-interior {
	margin-top: 150px;
}

.internas #contenido {
	margin: 0 auto;
	max-width: 1045px;
	padding-top: 300px;
}

.internas .destacado {
    margin: 40px 52px 0px 0px;
    width: 328px;
    border: none;
    min-height: 100px;
    float: left;
    display: inline-block;
}

	.internas .destacado h2 {
            padding: 65px 0 25px 0;
            margin: -40px 0px 0px 0px;
	}
        
	.internas .destacado label{
            color: #6d6e70;
            font-family: 'Roboto Condensed', sans-serif;
            font-size: 14px;
	}
        
	.internas .destacado input, .internas .destacado textarea{
            width: 98%;
            border-top: #5B684B 1px solid;
            padding: 5px 5px 5px 6px;
            outline: none;
            color: #6d6e70;
            font-family: 'Roboto Condensed', sans-serif;
            margin-bottom: 6px;
	}
        
        .internas .destacado textarea{
            height: 100px;
            border: none;
            border-top: #5B684B 1px solid;
            max-height: 100px;
            max-width: 98%;
        }
        
        .internas .destacado input[type="submit"]{
            float: right;
            background: #CFD2C6;
            width: 100px;
            border-top: none;
            cursor: pointer;
        }

.logo {
	margin-bottom: 30px;
}

a.arriba{
    float: right;
    margin: 20px 0px 0px 0px;
    color: #6d6e70;
    font-size: 14px;
    font-family: 'Roboto Condensed', sans-serif;
    background: url('images/up.png') right no-repeat;
    height: 24px;
    line-height: 23px;
    width: 97.5%;
    text-align: right;
    padding-right: 25px;
}

.map-fancy a{
    color: #6d6e70;
}

.mapa {
    left: 0;
    position: absolute;
    margin: 12px 0px 0px 0px;
}
	.mapa h4 {
			background: #997a4b;
			padding: 0.5em;
			text-align: left;
		}
			.mapa h4 a {
				background: transparent url("images/signo-mas.png") no-repeat right center;
				color: white;
				font-family: 'Raleway', sans-serif;
				font-size: 1.5em;
				font-weight: 200;
				padding-right: 26px;
			}

.titular-internas {
	background: transparent url("images/bg-titular-internas.png") no-repeat center bottom;
	color: rgba(91,104,75,0.6);
	font-family: 'Raleway', sans-serif;
	font-size: 4.06em;
	font-weight: 200;
	margin-top: 50px;
	padding-bottom: 122px;
}

.titular-internas-condominios {
	color: rgba(91,104,75);
	font-family: 'Raleway', sans-serif;
	font-size: 4.06em;
	font-weight: 200;
}

.veractividades {
	background: #5b684b;
	margin-top: 80px;
	padding: 1em;
	position: relative;
	text-align: left;
}
	.veractividades a {
		background: transparent url("images/signo-mas.png") no-repeat right top;
		color: white;
		font-family: 'Raleway', sans-serif;
		font-size: 1.5em;
		font-weight: 200;
		padding-right: 26px; 
	}

	.veractividades img {
                bottom: 0px;
                position: absolute;
                right: -80px;
	}

.wrapper-masterplan {
	margin: 10px auto 0 auto;
	position: relative;
	text-align: left;
	width: 496px;
        color: #6d6e70;
}
	.wrapper-masterplan h4 {
		background: #7a503a;
		color: white;
		font-family: 'Raleway', sans-serif;
		font-size: 1.5em;
		font-weight: 200;
		/*margin: 0 14px;*/
		padding: 0.5em;
                text-align: left;
	}
	.wrapper-masterplan p {
		font-family: 'Roboto Condensed', sans-serif;
		font-size: 0.81em;
		margin-left: 14px;
		padding: 0.5em 0;
                color: #6d6e70;
	}

.zoomer-controls {
	left: 165px;
	position: absolute;
	top: 15px;
}
	.zoomer-controls li {
		cursor: pointer;
		display: inline-block;
		vertical-align: top;
	}

.zoomer-wrapper {
	height: 280px;
	width: 496px;
}

.fancybox-prev span{ 
    left: -55px !important;
    background: url("images/flecha-izq.png") no-repeat right top !important;
    visibility: visible !important;
}

.fancybox-next span{
    right: -45px !important;
    background: url("images/flecha-der.png") no-repeat center !important;
    visibility: visible !important;
}

.fancybox-skin .fancybox-close{
    background: url("images/cerrar.png") no-repeat center !important;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    height: 50px;
    width: 50px;
    margin: 13px -90px 0px 0px;
}

.wrapper-masterplan .zoomer {
    background: none;
    margin: -10px 0px 0px 0px;
}