/* GENERAL ///////////////////////////////////////////////// */
* {
	margin: 0;
	padding: 0;
}
i {
	display: none;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #666666;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
	background-color: #fff;
}
/* CABECERA ///////////////////////////////////////////////// */
#cabecera-contenedor {
	background-image: url(../imagenes/cabecera-background.jpg);
	background-repeat: no-repeat;
	background-color: #000;
}
#cabecera {
	width: 920px;
	height: 160px;
	background-image: url(../imagenes/cabecera-fondo.gif);
	background-repeat: no-repeat;
	text-align: left;
	margin: 0 auto;
}
#cabecera p {
	color: #e1e1e1;
	width: 680px;
	padding: 65px 0 0 240px;
	font-size: 10px;
}
/* CONTENIDOS ///////////////////////////////////////////////// */
#contenidos-contenedor {
	background-color: #fff;
	width: 920px;
	text-align: left;
	margin: 0 auto;
}
/* MENU ///////////////////////////////////////////////// */
#menu-contenedor {
	background-color: #ffd700;
	padding-bottom: 1px;
	border-bottom: 4px solid #ffd700;
	background-image: url(../imagenes/menu-contenedor-fondo.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}
#menu {
	width: 920px;
	margin: 0 auto;
	height: 19px;
}
#menu p {
	float: left;
	margin-left: 10px;
}
#menu a {
	color: #ffd700;
	text-decoration: none;
}
#menu a:hover {
	color: #fff;
}
#idiomas {
	float: right;
	width: 320px;

}
/* CONTENIDOS ///////////////////////////////////////////////// */
#contenidos {

}
#buscador {
	width: 190px;
	float: left;
	padding-left: 18px;
	background-image: url(../imagenes/buscador-fondo.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
#buscador h2 {
	font-size: 21px;
	padding: 0 0 0 4px;
	font-weight: normal;
	color: #000;
}
#buscador p {
	margin: 4px;
}
#buscador form {
}
#principal {
	width: 710px;
	float: right;
}

h3,h4 {
	font-size: 14px;
	font-weight: normal;
	background-image: url(../imagenes/h3-fondo.jpg);
	background-repeat: no-repeat;
	padding: 2px 4px 8px 28px;
	margin: 4px;
}
#descripcion {
	padding-bottom: 15px;
	background-image: url(../imagenes/linea-fondo.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}
#descripcion p {
	font-size: 10px;
}
.inmueble {

}
.inmueble-imagen {
	border: 1px solid #ccc;
	float: left;
	margin-bottom: 10px; margin-top: 30px;
}
.inmueble-datos {
	float: right;
	width: 580px;
}
.inmueble-descripcion {
	padding-bottom: 15px;
	background-image: url(../imagenes/linea-fondo.gif);
	background-repeat:repeat-x;
	background-position:bottom;	
}
#pie {
	clear: both;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-top: 2px solid #ffd700;
	padding-top: 4px;
}
#pie a {
	color: #fff;
	text-decoration: none;
}
#pie a:hover {
	text-decoration: underline;
}
#piecorporativo {
	margin-top: 2px;
	font-size: 10px; color: #000; text-align: center; background-color: #fff;
	border-bottom: 1px solid #FF9900;
}
#piecorporativo img {border: none;}