@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
	background-color: #FFEFDE;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	height: 100%;
	background-image: url(imagenes/sombra_franja_superior.gif);
}




a:link, a:visited {
	color: #EC9D00;
	text-decoration: none;
	outline-width: 0px;
}
a:hover {
	color: #D76600;
	text-decoration: underline;
}
a:hover img, img:hover {
	background-color: transparent;
}
p, form, img, div, ul, h1, h2, h3, h4 {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;

}
.campo, textarea{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #bebfca;
	border-right-color: #e0e1e6;
	border-bottom-color: #e0e1e6;
	border-left-color: #bebfca;
	background-image: url(imagenes/fondo_campo.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	font-family: "Trebuchet MS", Arial, sans-serif;
	line-height: 16px;
	padding: 2px;
}

input[type="text"], .campo, textarea{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #bebfca;
	border-right-color: #e0e1e6;
	border-bottom-color: #e0e1e6;
	border-left-color: #bebfca;
	background-image: url(imagenes/fondo_campo.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	font-family: "Trebuchet MS", Arial, sans-serif;
	line-height: 16px;
	padding: 2px;
	font-size: 13px;
}

input[type="text"]:focus, textarea:focus {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #BF852A;
	border-right-color: #EBA333;
	border-bottom-color: #EBA333;
	border-left-color: #BF852A;
	margin: 0px;
}



.tabla_formularios {
	margin-bottom: 20px;
	margin-top: 10px;
}
.tabla_formularios td {
	padding: 7px;
	color: #666;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	padding-right: 20px;
	padding-left: 0px;
}
button, .boton {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333;
	background-image: url(imagenes/fondo_boton.gif);
	background-repeat: repeat-x;
	border: 1px solid #8E8FA4;
	line-height: 22px;
	padding-right: 20px;
	padding-left: 20px;



	*padding-right: 10px;
	*padding-left: 10px;
}
button:hover{
	background-image: url(imagenes/fondo_boton_over.gif);
	color: #FFFFFF;
	border-top-color: #636479;
	border-right-color: #636479;
	border-bottom-color: #636479;
	border-left-color: #636479;
}
img.boton {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	overflow: visible;
	background-image: none;
	margin: -5px;
	padding: 0px;
}
h1 {
	font-size: 34px;
	font-family: "Times New Roman", Times, serif;
	color: #FFF;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 38px;
	padding-top: 8px;
}
h2 {
	font-size: 28px;
	font-family: "Times New Roman", Times, serif;
	color: #928787;
	font-weight: normal;
	padding-top: 0px;
	padding-bottom: 0px;
}
h3 {
	font-size: 24px;
	font-family: "Times New Roman", Times, serif;
	color: #695E58;
	font-weight: normal;
}
h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	padding-bottom: 5px;
}

.espacio_vertical_chico {
	height: 10px;
	clear: both;
}
.espacio_vertical_mediano {
	height: 20px;
	clear: both;
	display: block;
}
.espacio_vertical_grande {
	height: 30px;
	clear: both;
}
.alerta {
	color: #C00;
}
.titulo_select {
	color: #999;
}


#contenedor_cabecera {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C1FF23;
	border-right-color: #000397;
	border-bottom-color: #000397;
	border-left-color: #000397;
	background-image: url(imagenes/sombra_franja_superior.gif);
	background-repeat: repeat-x;
}
#cabecera_principal {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	background-repeat: no-repeat;
}
#logo_cabecera {
	background-repeat: no-repeat;
	height: 85px;
	width: 630px;
	margin-left: 20px;
	float: left;
	position: relative;
	margin-bottom: -80px;
	padding-top: 12px;
}

#menu_secundario {
	float: right;
	margin-top: 15px;
	margin-right: 20px;
	color: #493D3F;
	position: relative;
}
#menu_secundario li {
	display: inline-block;
	float: left;
	list-style-type: none;
}
#menu_secundario li.separador {
	height: 15px;
	width: 1px;
	margin-top: 2px;
	margin-right: 3px;
	margin-bottom: 2px;
	margin-left: 3px;
	background-color: #666;
}


#menu_secundario a:link, #menu_secundario a:visited{
	color: #9A6600;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	background-color: #FFEFDE;

}
#menu_secundario a:hover {
	/*background-color: #C1FF23;*/
	color: #FFF;
	text-decoration: none;
	background-color: #EC9D00;
}

/*
#menu_secundario {
	float: right;
	overflow: hidden;
	margin-top: 40px;
	margin-right: 20px;
	color: #493D3F;
}
#menu_secundario a:link, #menu_secundario a:visited{
	color: #FFF;
	font-size: 13px;
	padding: 2px;
	margin-right: 2px;
	margin-left: 2px;

}
#menu_secundario a:hover {
	text-decoration: none;
	background-color: #E9A132;
}
*/
#busqueda_global {
	padding-right: 10px;
	margin-top: 40px;
	float: right;
	position: relative;
	margin-bottom: -100px;
}
#busqueda_global .contenedor_campo {
	background-image: url(imagenes/campo_buscar.png);
	background-repeat: no-repeat;
	height: 52px;
	width: 158px;
	text-align: left;
}
#busqueda_global input[type="text"] {
	height: 20px;
	width: 100px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	line-height: 11;
	background-position: 1px 1px;
	background-repeat: no-repeat;
	background-color: transparent;
	color: #333;
	margin-top: 14px;
	margin-left: 16px;
	background-image: url(none);
}




#resultado_busqueda {
	position: absolute;
	width: 300px;
	background-repeat: no-repeat;
	overflow: hidden;
	background-image: url(imagenes/fondo_resultado_busqueda.png);
	height: 420px;
	padding: 10px;
	color: #FFF;
	font-size: 11px;
}
#resultado_busqueda ul{
	overflow: auto;
	padding-right: 10px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 335px;
}
#resultado_busqueda ul li {
	padding: 0px;
	list-style-type: none;
	font-size: 11px;
	line-height: 12px;
	margin-right: 0px;
	margin-left: 0px;
	display: block;
	overflow: hidden;
}
#resultado_busqueda ul li a:link, #resultado_busqueda ul li a:visited {
	color: #EBA333;
	display: block;
}
#resultado_busqueda ul li:hover {
	background-image: url(imagenes/aclarar_sobre.png);
}


#resultado_busqueda ul li img {
	float: left;
	margin-right: 2px;
	margin-bottom: 2px;
	background-image: url(imagenes/miniatura_naranja.png);
	background-repeat: no-repeat;
	padding: 14px;
}
#resultado_busqueda ul li .info {
	padding-top: 5px;
}



#resultado_busqueda .bloque_contenido {
	margin-top: 0px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-left: 10px;
}

#resultado_busqueda #bt_cerrar {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	z-index: 1000;
}


#franja_cabecera {
	height: 6px;
	background-color: #EC9D00;
	font-size: 1px;
	line-height: 1px;
}
#subcabecera {
	background-image: url(imagenes/fondo_subcabecera.gif);
	background-repeat: repeat-x;
	height: 70px;
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 10px;
	padding-right: 10px;
	clear: both;
	color: #FFF;
	padding-top: 5px;
}

#bloque_titulo_pagina {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	height: 58px;
}
#cuadro_busqueda {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top: 3px;
	color: #FFF;
	overflow: hidden;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 7px;
}

#cuadro_busqueda div {
	float: left;
	padding-left: 5px;
}
#cuadro_busqueda #formulario_busqueda_basica{
	float: none;
	overflow: hidden;
	padding: 0px;
	width: 950px;
	margin: 0;
}
#formulario_busqueda_basica select {
	margin: 0px;
	padding: 0px;
	height: 20px;
}

#cuadro_busqueda .busqueda_avanzada {
	float: right;
	width: 230px;
	margin-right: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;
	color: #9A6600;
}

#cuadro_busqueda .busqueda_avanzada:hover {
	background-color: #FFF;
	text-decoration: none;

}

#cuadro_busqueda_avanzada {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#formulario_busqueda_avanzada {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#formulario_busqueda_avanzada {
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}

#cuadro_busqueda_avanzada {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	font-size: 11px;
	background-color: #FFF;
}
#cuadro_busqueda_avanzada ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	height: 135px;
	overflow: auto;
	padding-right: 8px;
}
#cuadro_busqueda_avanzada ul li {
	display: block;
	list-style-type: none;
}

#cuadro_busqueda_avanzada .listado {
	width: 180px;
	padding-right: 10px;
	padding-left: 10px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D6CBC7;
	border-right-color: #D6CBC7;
	border-bottom-color: #D6CBC7;
	border-left-color: #D6CBC7;

}


#contenedor_central {
	background-repeat: repeat-y;
	background-image: url(imagenes/fondo_global.gif);
	background-position: center top;
}


#contenedor_contenido {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #9ED1FA;
	border-left-color: #9ED1FA;
	overflow: hidden;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #FFF;
}
#parte_inferior {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	background-image: url(imagenes/fondo_parte_inferior.gif);
	background-repeat: no-repeat;
	padding-right: 20px;
	padding-left: 20px;
	height: 25px;
	clear: both;
}
#parte_superior {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	background-image: url(imagenes/fondo_parte_superior.gif);
	background-repeat: no-repeat;
	padding-right: 20px;
	padding-left: 20px;
	height: 25px;
	clear: both;
}
#contenedor_menu_principal {
	width: 990px;
	background-image: url(imagenes/fondo_parte_superior.gif);
	background-repeat: no-repeat;
	padding-right: 0px;
	padding-left: 0px;
	clear: both;
	background-position: bottom;
	padding-top: 76px;
}
#menu_principal {
	margin-right: auto;
	overflow: hidden;
	margin-left: auto;
	clear: both;
	width: 948px;
	background-color: #9a6600;
	border: 1px solid #FFEFDE;
	margin-top: -5px;
}
#menu_principal img {
	float: left;
}

#menu_principal #vinculos {
	background-image: url(imagenes/menu_principal_centro.gif);
	background-repeat: repeat-x;
	height: 27px;
	vertical-align: top;
	float: left;
	padding-top: 18px;
}
#menu_principal #vinculos a:link, #menu_principal #vinculos a:visited {
	color: #EC9D00;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	background-color: #E7D3B8;
}
#menu_principal #vinculos a:hover {
	text-decoration: none;
	/*background-color: #C1FF23;*/
	color: #666;
}
#menu_principal ul {
	background-repeat: repeat-x;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	overflow: hidden;
}
#menu_principal ul li {
	display: inline-block;
	float: left;
}
#menu_principal ul li.separador {
	background-image: url(../../../MODELO/Web%202.0/imagenes/separador_menu_principal.png);
	background-repeat: no-repeat;
	height: 34px;
	width: 3px;
}


#menu_principal ul li a:link , #menu_principal ul li a:visited {
	color: #FFB824;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	line-height: 18px;
	display: block;
}
#menu_principal ul li a:hover {
	background-image: url(../../../MODELO/Web%202.0/imagenes/fondo_menu_principal_sobre.png);
	text-decoration: none;
	color: #FFF;
	background-color: #B77700;
}
#boton_busqueda_avanzada {
	float: right;
	height: 34px;
	background-image: url(../../../MODELO/Web%202.0/imagenes/separador_menu_principal.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 3px;
	margin-top: -34px;
}
#boton_busqueda_avanzada a:link, #boton_busqueda_avanzada a:visited {
	background-image: url(imagenes/flechita_busqueda_avanzada.png);
	background-repeat: no-repeat;
	background-position: 8px 10px;
	display: block;
	font-size: 11px;
	text-transform: uppercase;
	color: #FFF;
	line-height: 11px;
	padding-top: 11px;
	padding-bottom: 16px;
	padding-left: 28px;
	padding-right: 8px;
}
#boton_busqueda_avanzada a:hover {
	text-decoration: none;
	background-color: #333;
}






#contenedor_pie {
	background-repeat: repeat-x;
	height: 310px;
}
#pie {
	background-image: url(imagenes/logo_pie.gif);


	*background-image: url(imagenes/logo_pie.gif);
	background-repeat: no-repeat;
	background-position: 840px 150px;
	height: 310px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#pie .listado{
	float: left;
	width: 250px;
	color: #FFF;
	padding-top: 0px;
	margin-right: 20px;

}
#pie h3{
	color: #493D3F;
	padding-bottom: 15px;

}
#menu_pie {
	color: #E7D3B8;
	float: right;
	padding-top: 0px;
	display: block;
}
#menu_pie li {
	float: left;
	display: inline-block;
	margin-right: 3px;
	margin-left: 3px;
	list-style-type: none;
}

#menu_pie a:link , #menu_pie a:visited {
	color: #9A6600;
	padding: 3px;
}
#menu_pie a:hover {
	color: #000;
	/*background-color: #FFF;*/
	text-decoration: underline;
}
#pie #info {
	float: right;
	font-size: 13px;
	display: block;
	padding-right: 120px;
	text-align: right;
	vertical-align: bottom;
	margin-top: 190px;
	color: #281773;
}
#pie #info a:link, #pie #info a:visited{
	color: #281773;
}

#columna_izquierda {
	width: 640px;
	float: left;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 15px;
	padding-bottom: 20px;
	background-image: url(imagenes/fondo_superior_contenido.png);
	*background-image: none;
	background-repeat: repeat-x;
}
#columna_derecha {
	border-left-width: 0px;
	border-left-style: solid;
	width: 220px;
	float: right;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	/*background-image: url(imagenes/fondo_superior_contenido.png);*/
	background-repeat: repeat-x;
	height: 100%;
	padding-bottom: 15px;
}
#contenedor_propiedades {
	overflow: hidden;
	margin-bottom: 15px;
	margin-right: -8px;
	margin-left: -8px;
}
#cuadro_propiedad {
}
#cuadro_propiedad .info {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #333;
	float: left;
	width: 300px;
}
#cuadro_propiedad .entorno {
	color: #333;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
}

#cuadro_propiedad .valor {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #C60;
	display: block;
	padding-bottom: 15px;
	padding-top: 10px;
}
#cuadro_propiedad .codigo {
	font-size: 13px;
	display: block;
	float: right;
	margin-top: -38px;
}

#cuadro_propiedad p {
	clear: both;
	color: #666;
}
#cuadro_propiedad .img {
	padding: 18px;
	border: 0px solid #B3B3B3;
	display: block;
	background-image: url(imagenes/recuadro_propiedad.png);
	margin-left: -8px;
	margin-top: 8px;
	margin-right: -8px;
	*margin-right: -10px;
}
#cuadro_propiedad h3 {
	padding-top: 10px;
	padding-bottom: 10px;

}
#cuadro_propiedad .etiqueta_vendida1, #cuadro_propiedad .etiqueta_vendida2{
	margin-left: -8px;
	margin-top: 8px;
}







.item_propiedad {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 14px;
	color: #000;
	width: 216px;
	float: left;
	height: 260px;
	/*height: 320px;*/
	padding-bottom: 10px;
	overflow: hidden;
	margin-right: 0px;
}
.item_propiedad img   {
	padding: 18px;
	margin-bottom: 0px;
	background-image: url(imagenes/estampilla_propiedades.png);
	background-repeat: no-repeat;
	padding-bottom: 2px;
	z-index: 0;
}
.item_propiedad a:link, .item_propiedad a:visited {
	font-weight: normal;
	display: block;
	margin-top: 0px;
	margin-bottom: 8px;
	font-size: 16px;
	line-height: 15px;
	font-family: "Times New Roman", Times, serif;
}
.item_propiedad .info a:hover {
	color: #FFF;
	background-color: #EC9D00;
	text-decoration: none;
}
.item_propiedad a:link img , .item_propiedad a:visited img{
	background-color: transparent;

}
.item_propiedad a:hover img{


}
.item_propiedad .info {
	color: #000;
	line-height: 13px;
	padding-right: 18px;
	padding-left: 18px;
	clear: none;
}
.item_propiedad .tipo {
	line-height: 11px;
	font-size: 11px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.item_propiedad .info p{
	color: #737373;
	line-height: 13px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 11px;
}
.etiqueta_vendida1, .etiqueta_vendida2 {
	background-image: url(imagenes/vendida.png);
	background-repeat: no-repeat;
	width: 100px;
	height: 60px;
	float: left;
	margin-bottom: -60px;
	margin-right: -100px;
	z-index: 100;
	position: relative;
}
.etiqueta_vendida2 {
	background-image: url(imagenes/arrendada.png);
}



#listado_imagenes {
	padding-top: 10px;
	padding-bottom: 10px;
}
#listado_imagenes img {
	padding: 8px;
	background-color: #E7D3B8;
	border: 1px solid #D3AF7E;
	display: inline;
	margin-right: 10px;
	margin-bottom: 10px;
}
#listado_imagenes img:hover {
	background-color: #EC9D00;
	border: 1px solid #9A6600;
	display: inline;
}
/* CSS Document */

#modulo_destacados {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#modulo_destacados h3 {
	padding-left: 15px;
}
#modulo_destacados ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	overflow: visible;
}
#modulo_destacados ul li {
	display: block;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	margin-right: -8px;
	margin-left: -8px;
}
#modulo_destacados ul li.separador {
	background-image: url(modulos/mod_destacados/imagenes/separador_horizontal.png);
	background-repeat: repeat-x;
	height: 3px;
}

#modulo_destacados ul li a:link, #modulo_destacados ul li a:visited {
	text-decoration: none;
	font-size: 13px;
}
#modulo_destacados ul li:not(.separador):hover {

}
#modulo_destacados ul li a img {
	background-image: url(imagenes/estampilla_destacados.png);
	background-repeat: no-repeat;
	padding: 18px;
	padding-bottom: 5px;
}
#modulo_destacados ul li a .info {
	line-height: 13px;
	font-size: 11px;
	height: auto;
	overflow: hidden;
	padding-right: 18px;
	padding-left: 18px;
	color: #333;
	display: block;
}



.item_destacado {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #000;
	margin-top: 10px;
	background-repeat: no-repeat;
	padding-right: 0px;
	padding-left: 0px;
	margin-right: -8px;
	margin-left: -8px;
	padding-top: 8px;
}
.item_destacado .info {
	color: #000;
	line-height: 13px;
	padding-right: 18px;
	padding-left: 18px;
	clear: none;
}

.item_destacado img {
	display: block;
	padding: 18px;
	border: 0px solid #B3B3B3;
	margin-top: 0px;
	background-image: url(imagenes/estampilla_destacados.png);
	background-repeat: no-repeat;
	margin-right: 0px;
	margin-left: 0px;
	padding-bottom: 0px;
}
.item_destacado a:link , .item_destacado a:visited{
	font-weight: bold;
	display: block;
	margin-top: 0px;
	margin-bottom: 4px;
	color: #9A6600;
}
.item_destacado a:hover img, .item_destacado img:hover {

}





.item_vendido {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #9A6600;
	background-repeat: no-repeat;
	padding-bottom: 15px;
}
.item_vendido .info {

}

.item_vendido img {
	display: block;
	padding: 18px;
	border: 0px solid #B3B3B3;
	margin-top: 0px;
	background-image: url(imagenes/estampilla_destacados.png);
	background-repeat: no-repeat;
	margin-right: 0px;
	margin-left: 0px;
	padding-bottom: 5px;
}
.item_vendido a:link , .item_vendido a:visited{
	font-weight: bold;
	display: block;
	margin-top: 0px;
	margin-bottom: 2px;
	color: #EC9D00;
	font-size: 11px;
}
.item_vendido a:hover img, .item_vendido img:hover {

}



.item_noticia {
	color: #737373;
	line-height: 16px;
}
.item_noticia .fecha {
	float: right;
	font-style: italic;
	color: #B3B3B3;
	padding-left: 15px;
	font-size: 11px;
}
.item_noticia h4 a:link , .item_noticia h4 a:visited{
	display: block;
	margin-top: 2px;
	margin-bottom: 6px;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
}
.item_noticia h4 a:hover {

}
#bloque_paginacion {
	margin-top: 15px;
	margin-bottom: 15px;
}
#bloque_paginacion a:link, #bloque_paginacion a:visited {

}
#bloque_paginacion a:hover {
	color: #FFF;
	background-color: #3DA2F5;
	text-decoration: none;

}
.separador_horizontal {
	font-size: 1px;
	line-height: 1px;
	background-image: url(imagenes/separador_horizontal.png);
	background-repeat: no-repeat;
	display: block;
	clear: both;
	margin-top: 18px;
	margin-bottom: 18px;
	height: 2px;
	background-position: center 0px;
}
.separador_horizontal_vacio {
	font-size: 1px;
	line-height: 1px;
	display: block;
	clear: both;
	margin-top: 18px;
	margin-bottom: 18px;
	height: 1px;
}

.separador_vertical {
	font-size: 1px;
	line-height: 1px;
	background-image: url(imagenes/punteado_vertical.gif);
	background-repeat: repeat-y;
	height: 320px;
	width: 1px;
	margin-right: 5px;
	margin-left: 5px;
	float: left;
}

.separador_sombra_horizontal {
	background-image: url(imagenes/sombra_separador.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 30px;
}

#cuadro_indicadores_economicos {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000;
	line-height: 26px;
}
#cuadro_indicadores_economicos h4{
	font-family: "Times New Roman", Times, serif;
	color: #666;
}
.texto_nota {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
}
.item_comentario {
	margin-bottom: 10px;

}
.item_comentario .gris {
	color: #999;
}
.item_comentario p {
	color: #333;
	padding-bottom: 6px;
}
.item_busqueda {
	overflow: hidden;
	margin-bottom: 15px;
}
.item_busqueda:hover {
	background-color: #F4F4F4;
}

.item_busqueda a:link, .item_busqueda a:visited{
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	display: block;
	padding-bottom: 5px;
}
.item_busqueda div {
	float: left;
	padding-right: 40px;
	line-height: 16px;
}
.item_busqueda .imagen {
	width: 160px;
	padding: 0px;
}

.item_busqueda .imagen img {
	display: block;
	padding: 8px;
	background-color: #EFEFEF;
	border: 1px solid #B3B3B3;
}
.item_busqueda .valor {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	display: block;
	padding-bottom: 5px;
	color: #C60;
}
.item_busqueda .codigo {
	float: right;
	font-weight: bold;
	margin-top: -23px;
	text-align: right;
	padding-right: 0px;
}

#categorias {
	font-family: "Times New Roman", Times, serif;
	padding-left: 0px;
	margin: 0;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-color: #D3AF7E;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	list-style-type: none;
	vertical-align: middle;
	margin-bottom: 20px;
	margin-top: 20px;
}
#categorias li {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-bottom-color: #D3AF7E;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	display: block;
	height: 28px;
	line-height: 28px;
}
#categorias a:link, #categorias a:visited{
	text-decoration: none;
	color: #9A6600;
	display: block;
	height: 28px;
	vertical-align: 10px;
	top: 5px;
	font-size: 16px;
	background-color: #E7D3B8;
}
#categorias a:hover{
	text-decoration: none;
	color: #0066CC;
	list-style-type: square;
	display: block;
}
.nota_margen {
	font-style: italic;
	line-height: 13px;
	color: #C60;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.recuadro_formulario {
	background-color: #E7D3B8;
	padding: 15px;
	border: 1px solid #9A6600;
}

#google_map {
	padding: 8px;
	border: 1px solid #999;
	height: 280px;
}


#logo_cabecera,
#cuadro_busqueda img,
#menu_principal img,
.item_propiedad,
.item_propiedad img,
.separador_sombra_horizontal,
#cuadro_busqueda,
.etiqueta_vendida1,
.etiqueta_vendida2,
.separador_horizontal,
#cuadro_propiedad .img,
.item_destacado img,
#contenedor_portada ul li img
{ behavior: url(iepngfix.htc) }



#contenedor_portada {
	float: left;
	background-color: #D3AF7E;
	display: block;
	width: 700px;
	margin-top: -15px;
	margin-right: -30px;
	margin-left: -30px;

	*margin-left: -30px !important;
	*margin-left: -15px;
	color: #FFF;
	margin-bottom: 15px;

	*padding-bottom: 0px !important;
	*padding-bottom: 15px;
}
#contenedor_portada .info a:link , #contenedor_portada .info a:visited {
	color: #695E58;
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	margin-bottom: 10px;
	display: block;	/*text-shadow: 1px 1px 1px #695e58;*/
	overflow: hidden;
}

#contenedor_portada ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	overflow: hidden;
}

#contenedor_portada ul li {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 700px;
	font-size: 16px;
}
#contenedor_portada ul li div.item {
	padding-right: 22px;
	padding-left: 22px;
	overflow: hidden;
	padding-top: 15px;
	padding-bottom: 15px;
}
#contenedor_portada ul li div.info {
	padding-top: 5px;
	overflow: hidden;
}
#contenedor_portada ul li div .valor {
	color: #FFD528;
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
	margin-bottom: 5px;
	display: inline-block;
}



#contenedor_portada ul li img {
	padding: 18px;
	margin-bottom: 0px;
	background-image: url(imagenes/recuadro_portada.png);
	background-repeat: no-repeat;
	z-index: 0;
	float: left;
	margin-right: 22px;
}
.modulo {
	display: block;
	margin-bottom: 20px;
}
.modulo h3 {
	margin-bottom: 10px;
}

