.subcategoria {
	background-image: url(/img/contenedor_tabla_encabezado.gif);
	background-repeat: repeat-x;
	border: 1px solid #D7D7D7;
	color: #37579f;
	font-size: 10pt;
	padding: 6px 16px;
	margin-bottom: 8px;
}
.anuncios .col {
	float: left;
	width: 190px;
}
.anuncios .col.col1 {
	margin-left: 13px;
}
.anuncios .col.col1, .anuncios .col.col2 {
	margin-right: 9px;
}
.anuncio {
	background-image: url(/img/directorio_anuncio_fon.gif);
	background-repeat: no-repeat;
	background-position: top left;
	margin-bottom: 9px;
	cursor: pointer;
}
.anuncio.premium {
	background-position: top right;
}
.anuncio:hover {
	background-position: top center;
}
.anuncio .titulo {
	padding: 8px 12px 6px;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
}
.anuncio .notas {
	background-image: url(/img/directorio_anuncio_fon_aba.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 0 12px 8px;
	font-size: 10px;
	color: #444;
}
.anuncio .foto {
	padding-top: 10px;
	text-align: center;
}
.anuncio.premium .notas {
	background-position:  bottom right;
}
.anuncio:hover .notas {
	background-position: bottom center;
}
#dialogo_detalles {
	padding: 16px;
}
.dialogo_detalles .notas {
	margin-bottom: 16px;
}
.dialogo_detalles table {
	border: 1px solid #d7d7d7;
	font-size: 11px;
	width: 100%;
}
.dialogo_detalles table th {
	text-align: right;
	background-image: url(/img/contenedor_tabla_encabezado.gif);
	background-repeat: repeat-x;
	border-bottom: 1px solid #d7d7d7;
	white-space: nowrap;
}
.dialogo_detalles table td {
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.dialogo_detalles table td.alt {
	background-color: #fbfbfb;
}
.dialogo_detalles table th, .dialogo_detalles table td {
	padding: 5px 8px;
}
#mapa_sel #mapa {
	color: #555;
	height: 180px;
	margin: 0 auto;
	width: 540px;
	border: 1px solid #aaa;
}
#mapa_sel #mapa div {
	border: none;
}
