@charset "UTF-8";
/* CSS Document */

#propiedad {
	width:730px;
	height:160px;
	margin-bottom:20px;
	padding-bottom:20px;
	background:url(../imgs/fondo_lista_propiedades.png) center bottom no-repeat;
}

#propiedad h2,
#propiedad h3 {
	text-transform:capitalize;
}

#propiedad .imagen {
	background: #FFF;
	float:left;
	width:130px;
	height:130px;
	margin-right:10px;
	padding:5px;
	border:#069 10px double;
	text-align:center;
	vertical-align:middle;
	position:relative;
	z-index:1;
}

.vendido {
	background:url(../imgs/vendido.png) no-repeat;
	width:160px;
	height:160px;
	position:absolute;
	left:-10px;
	top:-10px;
	z-index:2:
}

#propiedad .nombre,
#propiedad .zona,
#propiedad .descrip,
#propiedad .mas {
	float:left;
	width:560px;
}

#propiedad .mas {
	text-align:right;
	padding-top:10px;
}

