@charset "UTF-8";
#listado {
	width: 740px;
	margin-left: 5px;
}
.clear {
	clear: both;
}
img {
	border: none;
}
#listado .propiedad {
	width: 156px;
	background-color: #e6a300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 17px;
	color: #000;
	text-align: center;
	text-transform: uppercase;
	border: 1px solid #c3c697;
	margin-bottom: 22px;
	margin-right: 22px;
	padding-right: 5px;
	padding-left: 5px;
}
#listado .propiedad a{
	text-decoration: none;
	color: #000;
}
#listado .foto {
	height: 148px;
	width: 148px;
	margin-right: auto;
	margin-left: auto;
	/* background-image: url(../images/foto_listado_01.jpg); La foto se define directamente en el html */
	background-repeat: no-repeat;
	background-position: center center;
	border: 4px solid #FFF;
	margin-bottom: 8px;
	margin-top: 6px;
}
#listado .masinfo {
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	background-color: #cb9000;
	font-weight: normal;
	margin-top: 8px;
	padding-top: 2px;
	padding-bottom: 3px;
	margin-right: -5px;
	margin-left: -5px;
}
#listado .vendido {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	background-color: #d03e11;
	text-transform: uppercase;
}
#listado .vendido a{
	text-decoration: none;
}
#paginas {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 740px;
	margin-bottom: 10px;
	margin-top: 10px;
}
#titulo {
	width: 740px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #77710c;
	color: #979011;
	font-weight: bold;
	margin-bottom: 20px;
	padding-bottom: 3px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #c3c697;
	margin-left: 5px;
}
#paginas a {
	color: #77710c;
}
#paginas .actual {
	font-weight: bold;
	padding: 0px 12px 0px 0px;
}
#paginas .anterior {
	background-image: url(../images/arrow_previous.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 12px;
}
#paginas .siguiente {
	background-image: url(../images/arrow_next.gif);
	background-repeat: no-repeat;
	background-position: right 3px;
	padding-right: 12px;
}
#paginas ul {
	margin: 0px -8px 0px 0px;
	padding: 0px;
}
#paginas ul li {
	float: left;
	padding-right: 12px;
	list-style-type: none;
	margin: 0px;
}
#detalle h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #979011;
	line-height: 24px;
	margin: 0px 0px 2px;
	padding: 0px;
}
#detalle h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	color: #979011;
	margin: 0px 0px 14px;
	padding: 0px;
}
#detalle .ficha {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	width: 350px;
	margin-bottom: 20px;
}
#detalle .ficha td {
	padding-top: 3px;
	padding-bottom: 3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #c3c697;
}
#detalle .ftitulo {
	font-weight: bold;
}
#detalle .ficha .primera_fila {
	border-top-style: none;
	border-bottom-width: 3px;
}
#detalle .descripcion {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #000;
	margin-bottom: 20px;
}
#detalle {
	width: 740px;
	margin-left: 5px;
}
#detalle .mapa {
	height: 250px;
	width: 350px;
	border: 1px solid #c3c697;
	float: right;
	margin-bottom: 20px;
	margin-top: 6px;
}
#detalle .miniaturas {
	background-color: #eae8cf;
	border: 1px solid #c3c697;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 8px;
	margin-bottom: 14px;
}
#detalle .miniaturas .foto {
	height: 60px;
	width: 60px;
	border: 2px solid #FFF;
	float: left;
	margin-right: 9px;
}
#detalle .vendido {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	background-color: #d03e11;
	text-transform: uppercase;
	text-align: center;
	padding: 2px;
	width: 150px;
	margin-bottom: 10px;
}
#detalle .vendido a{
	text-decoration: none;
}
#formulario {
	margin-top: 20px;
	margin-left: 5px;
}
.titulo_wrapper {
	height: 50px;
	padding-left: 5px;
	padding-right: 5px;
}
