/*
-------------------------------------
DISEÑADORA WEB - LUCÍA MARTÍNEZ DECIA
-------------------------------------
*/

/* ------------------------------------------------- GENERAL*/
#fondo_logo {
	width:217px;
	height:150px;
	background-image:url(../imagenes/logo.png);
	background-repeat:no-repeat;
	position:absolute;
	top:0px;
	left:0px;
	background-position: left top;
	cursor:pointer;
}
/* ------------------------------------------------- ALQUILERES VENTAS*/
#propiedades_contenedor{
	width:555px;
	margin-top:7px;
	margin-right: 15px;
	margin-left: 15px;
}
#fichas_contenedor{
	width:555px;
	clear:both;
	line-height:13px;
}
#ficha {
	width:157px;
	height:190px;
	margin-left:14px;
	margin-right:14px;
	margin-top:7px;	
	/*margin-bottom:10px;*/
	float:left;
	background-color:#F3F3F3;
}