@charset "utf-8";
/* CSS Document */
/*FILOSOFÍA*/
.filosofia,.ubicacion,.proyecto,.proyecto .img{
	overflow:hidden;
}
.cat{
	height:479px;
}
.main .titulo{
	display:block;
	line-height:31px;
	padding-left:15px;
}
.cat-filosofia{
	background:url('../images/site/filosofia-small.jpg') no-repeat bottom right transparent;
}
/*UBICACION*/
.cat-ubicacion{
	background:url('../images/site/ubicacion-small.jpg') no-repeat bottom right transparent;
}
.ubicacion h1{
}
/*PROYECTO*/
.proyecto .img{
	height:480px;
}
/*AMENITIES/SEGURIDAD*/
/*GALERÍA*/
.cat-galeria .titulo{
	margin-bottom:465px;
}
/*PLANOS*/
.planos a.thumb,
.planos a.thumb1{
	display:block;
	height:117px;
	text-align:center;
	width:113px;
}
.planos a.thumb1{
	width:150px !important;
}
.planos a.thumb img,
.planos a.thumb1 img{
	height: 65px;
	margin: 19px auto 13px;
	width: 78px;
}
.planos .selector{
	height:279px;
}
.selector .dptos,.selector p{
	width:330px;
	text-align:center;
}
.selector img{margin:43px auto 35px;}
.selector .btns{margin-top:20px;}
.selector .btns li a{
	border:1px solid #ccc;
	display:block;
	margin-bottom:6px;
	line-height:23px;
	width:24px;
	text-align:center;
}
.selector .btns li a.active{background-color: #D7C9AE !important;}
.planos .datos{
	border:1px solid #ccc;
	line-height:27px;
	display:block;
	padding:0 10px;
	margin-right:9px;
	margin-top:13px;
}
.planos .datos img{
	margin-right:8px;
	vertical-align:middle;
}
.cont-plano{
	height:512px;
	padding:18px 16px 13px;
}
.planos img.plano{
	max-height:468px;
	max-width:498px;
}
.planos div.plano{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	height:468px;
	overflow:hidden;
	width:498px;
}
/*PRENSA*/
.prensa{padding-left:150px;}
.prensa h1{width:127px;}
.prensa h2{margin:27px auto 50px;}
.prensa .item{
	border-bottom-width:1px;
	padding:25px 0;
	width:626px;
}
.prensa .item img{width:167px;margin-right:17px;}
.prensa .item .details{width:442px;}
.prensa .details a{display:block;}
.prensa .details a:hover{text-decoration:underline;}
/*PRENSA-NOTA*/
.nota-text h3{margin-bottom:33px;}
.nota-text h4{margin-bottom:30px;}
.nota-text .texto{padding-bottom:9px;border-bottom-width:1px;}
.nota-gal .image-big,.nota-gal .thumbs{overflow:hidden;}
.nota-gal .thumbs a{
	border:1px solid #CCC;
	display:block;
	float:left;
	height:22px;
	margin-right:6px;
	overflow:hidden;
}
.nota-gal .thumbs .scroll{height:24px;}
.nota-text{width:502px;}

/*CONTACTO*/
.contacto-form input,
.contacto-form select,
.contacto-form textarea{
	border:1px solid #CCC;
	float:left;
	font-family: 'PreciousSansBookRegular', Arial, Helvetica, sans-serif;
	font-size:1.4em;
	margin-bottom:11px;
	padding:3px 7px;
	width:316px;
}
.contacto-form textarea{height:120px;line-height:110%;overflow:auto;}
.contacto-form label.error{
	background-color: #1E3366;
	color: white;
	float: left;
	margin-left: 169px;
	margin-top: -46px;
	padding: 3px 6px;
	font-family: Arial;
	border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	max-width: 150px;
	opacity: .5;
}
.contacto-form label{
	float:right;
}
.contacto-form .short{width:146px;}
.contacto-form input[type=submit]{
	border:0 none;
	cursor: pointer;
	float:right;
	margin-right:13px;
	margin-top:23px;
	padding:8px;
	width:74px;
}