/* CONTENIDOS ///////////////////////////////////////////////// */
#contenidos {
	width: 920px;
	height:620px;
	border: solid 1px #7E86A4;
	border-top: solid 1px #fff;
}

/* COLUMNA 1 ///////////////////////////////////////////////// */
#columna1 {
	float: left;
	width: 290px;
	height:600px;
}
#buscador {
	float: left;
	width: 290px;
	height:265px;
	padding-bottom: 10px;
	background-image:url(../imagenes/fondo-buscador.jpg);
	background-position:left;
	background-repeat:no-repeat;
}

#buscador p {
	margin:  5px 0 0 15px;

}

#buscador h1 {
	font-size: 16px;
	margin: 20px 0 0 15px;
}


#buscador form {

}


#buscador form p {
	line-height: 18px;
	font-weight:bold;
}

#buscador form p span {
	display: block;
	float: left;
	width: 100px;
	margin: 0; 
	padding: 0;
	line-height: 18px;
}
#buscador form p em {
	font-style: normal;
}

.casillas {
	width: 140px;
	border: 0;
	background-color: #FFFFFF;
	font-size: 12px;
	
}

#buscador form textarea {
	border: 0;
	background-color: #B19F66;
	font-size: 12px;
	width: 200px;
}

.boton-form{
	background-color: #FFFFFF;
	color:#000;
	width: 50px;
	height: 18px;
	font-size: 12px;
	font-weight:bold;
	margin: 0 5px 2px 200px;
	border: 0;
}

#texto-listado {
	float: left;
	width: 270px;
	height: 220px;
	padding: 5px;
	margin: 5px;
	text-align: justify;
	border-top: solid 1px #FEF0B9;
	border-bottom: solid 1px #FEF0B9;
	
}

#texto-listado p {
	margin-bottom: 10px;
}



/* COLUMNA 2 ///////////////////////////////////////////////// */
#columna2 {
	float:right;
	width: 610px;
	height: 600px;
	padding: 5px;
}

#columna2 h1 {
	padding-top: 10px;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom:0;
	padding-bottom: -5px;
	height: 30px;
	font-size: 16px;
	background-image: url(../imagenes/fondo-listado.jpg);
	background-repeat:no-repeat;
	background-position:left;
}


.bloque {
	float:left;
	margin-right: 5px;
	margin-top: -5px;
	margin-bottom: 5px;
	width: 290px;
	height:170px;
	background-image:url(../imagenes/fondo-inmueble.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

.foto {	
	float: left;
	width:150px;
	height: 170px;
	margin-top: 5px;
	text-align:center;
}

.foto img {
	
}
.texto {
	float: right;
	width: 140px;
	height: 170px;
}

#paginado {
	float:right;
	width: 600px;
	height: 100px;
	padding: 5px;
}

.activo-paginado {
	color: #FDD94F;
}
