@charset "utf-8";
/* CSS Document */
body {
	background:#e9e2db;
}

#divPrincipal{
	font:12px Trebuchet MS, Arial, Helvetica, Sans-Serif;
	color:#333;
	width:688px;
}
#divContenedor{
	margin:0px 20px 20px 20px;
	padding:15px;
	background:#dcd4cd;
	width:610px;
	border:solid 1px #c1b5a9;
}

#divTitulo{
	background:#024377;
	color:#FFF;
	padding:0px 0px 0px 30px;
}

.titulos {
	font-weight:bold;
	text-align:left;
}

.ruta{
	color:#FFF;
	text-decoration:none;
}
.ruta:hover{
	text-decoration:underline;
}

.imgAcercar {
	height:17px;
	/*width:70px;*/
	cursor:pointer;
}


/*********************** Pantalla Index***********************/
#divContenedorIndex{
	margin:0px 20px 20px 20px;
	padding:0px 15px 15px 15px;
	width:610px;
	color:#3c6b90;
}
#divMapa{
	width:550px;
	padding:5px 35px 0px 35px;
	height:330px;
}

#tdMapa{
	height:330px;
}

#imgBoton{
	cursor:pointer;
	width:49px;
	height:38px;
	
}
#imgEntregaInmediata{
	width:20px;
	height:30px;
}
.resDesarrollos{
	border-top:solid 1px #bfb2a6;
	border-right:solid 1px #bfb2a6;
	border-bottom:solid 1px #bfb2a6;
	border-left:solid 1px #bfb2a6;
}
.encabezado{
	text-align:center;
	font-weight:bold;
}

.caramelo1{
	text-align:center;
	color:#636466;
	background-color:#d6cec5;
	height:40px;
}
.caramelo1 .td2{
	background-color:#dcd2c9;
}
.caramelo2{
	text-align:center;
	color:#636466;
	background-color:#e9e2db;
	height:40px;
}
.tdConocetuCasa{
	padding:5px;
}
/*********************** Pantalla Index***********************/



/*********************** Pantalla Desarrollo***********************/
#tablaContenedor{
	width:580px;
	border:none;
}
#tablaCroquis{
	width:300px;
	height:220px;
	border:none;
}

#tdAmenidades {
	background:#e7e0da;
	border-left:solid 1px #c7c0ba;
	border-top:solid 1px #c7c0ba;
	border-bottom:solid 1px #c7c0ba;
	vertical-align:top;
	padding:5px 10px 10px 10px;
	width:260px;
}
#tdCroquis{
	border-right:solid 1px #c7c0ba;
	border-top:solid 1px #c7c0ba;
	border-bottom:solid 1px #c7c0ba;
	vertical-align:top;
	background:#FFF;
	width:300px;
}
#tdLogo{
	vertical-align:center;
	background:#FFF;
	padding:15px;
	width:200px;
	height:120px;
}
#tdDesarrollo{
	height:280px;
	width:250px;
}
#tdDescripcion{
	height:70px;
}
.tdAcercar{
	padding:0px 10px 0px 0px;
	text-align:right;
	vertical-align:middle;
}


#imgDesarrollo{
	text-align:center;
	margin-top:auto;
	width:385px;
	height:280px;
	position:static;
}
#imgLogo{
	text-align:center;
	margin-top:auto;
	position:static;
	width:200px;
	height:120px;
}

.tablaAmenidades {
	border:none;
	width:295px;
}

.imgVerMas{
	height:20px;
/*	width:70px;*/
	cursor:pointer;
}

.tdUbicacion{
	vertical-align:top;
	background:#FFF;
	padding:0px 15px 10px 25px;
	text-align:left;
	
}
/*********************** Pantalla Desarrollo***********************/

/*********************** Pantalla Modelos***********************/

#tablaContenedor{
	width:600px;
}

#divAumentarPlantas {
	position:absolute;
	z-index:2;
	top:590px;
	left:570px;
}
#divEtiquetaModelo{
	background:#FC0;
	width:250px;
	height:35px;
	z-index:2;
	position:absolute;
	color:#FFF;
	font:25px "Arial Black", Gadget, sans-serif;
	text-align:center;
}

#tdSlide {
	height:300px;
}

#tdEspecificaciones{
	padding:15px;
	background:#e7e0da;
	vertical-align:top;
	border:solid 1px #c7c0ba;
}
#tdPlantas{
	padding:20px;
	background:#FFF;
	height:200px;
	border-top:solid 1px #c7c0ba;
	border-right:solid 1px #c7c0ba;
	border-bottom:solid 1px #c7c0ba;
}
#tdAcercarModelos{
	text-align:right;
	width:103px;
	padding:4px;
}

#imgPlantaBaja{
	width:280px;
}
#imgPlantaAlta{
	width:280px;
}
.tdTituloPlantas{
	vertical-align:top;
	width:182px;
}

/*********************** Pantalla Modelos***********************/

