h1 {
	font: bold 16px Arial, Verdana, Helvetica;
	color: #000;
	margin: 0 18px;
	padding: 20px 0 20px 0;
}
/* Paginacion */
.caja_ordenacion_paginacion {
	float: left;
	width: 550px;
	height: 21px;
	margin: 20px 10px 19px 19px;
}
.ordenacion {float: left;}
.ordenacion select {font: 12px Tahoma, Verdana, Georgia;}
.ordenacion label {margin-right: 3px;}
.paginacion {
	float: right;
	line-height: 1.6em;
}
.paginacion a {
	font-size: 11px;
	font-weight: bold;
	color: #00529b;
	padding: 1px 4px;
	text-decoration: underline;
}
.paginacion a:hover {text-decoration: none;}
.paginacion span {
	font-size: 11px;
	font-weight: bold;
	color: #CCC;
	padding: 1px 4px;
}
.paginacion a.num {
	border: 1px solid #1c4484;
	text-decoration: none;
}
.paginacion a.num:hover {
	background-color: #dceefe;
}
.paginacion span.num {
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	padding: 2px 5px;
	background: #1c4484;
}
#lista_propiedades {
	float: left;
	width: 575px;
}
.item {
	position: relative;
	float: left;
	width: 575px;
	height: 71px;
	padding: 5px 0;
	margin: 2px 2px;
	border-top: 1px solid #929ea9;
	border-bottom: 1px solid #929ea9;
	background: #f4f9fd;
}
.item img {
	display: block;
	float: left;
	border: none;
	margin-left: 12px;
}
.item .detalles {
	width: 345px;
	float: left;
	padding-left: 15px;
	padding-top: 2px;
}
.item .detalles a {
	font: bold 13px Arial, Verdana, Helvetica;
	color: #003c79;
	text-decoration: underline;
}
.item .detalles a:hover {
	text-decoration: none;
}
.item .detalles strong {
	display: block;
}
.item .detalles p {
	margin-top: 2px;
	padding-top: 2px;
	background: url(../img/estructura/linea_puntos_gris.gif) repeat-x top;
}
.item .detalles ul {list-style: none;}
.item .detalles ul li {
	background: url(../img/estructura/puntito.gif) no-repeat left 0.6em;
	padding-left: 8px;
}
.item .precio {
	width: 95px;
	float: right;
	text-align: right;
	padding-right: 11px;
	padding-top: 5px;
}
.item .precio strong {
	display: block;
	padding-bottom: 1px;
	margin-bottom: 1px;
	background: url(../img/estructura/linea_puntos_gris.gif) repeat-x bottom;
}
.item .precio a {
	position: absolute;
	right: 10px;
	bottom: 10px;
}
.item .precio_alquiler {width: 110px;}
.item .detalle_alquiler {width:328px;}
.item .oferta_item {
	top: 10px;
	left: 12px;
}
.no_resultados {
	background: url(../img/estructura/alert.gif) no-repeat 250px 10px;
	width: 529px; /* 549 - padding(20) */
	margin: auto;
	padding: 55px 10px 20px 10px;
	color: #900;
	font-size: 12px;
	text-align:center;
}
.no_resultados a { font-weight: bold; }
