/***********************************************/
	/* HTML tag styles                             */
	/***********************************************/
body {
	text-align: center;
	margin: 0px auto;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #e1c474;
	color: #000000;
}

img {
	border: 0px;
}

form {
	padding: 0px;
}

ul,li {
	padding: 0px;
	margin: 10px;
}

p {
	padding: 0px;
	margin: 0px;
}

input {
	border: 1px solid #f3b115;
}

select {
	border: 1px solid #f3b115;
	background-color: #ffffff;
	arrow-color: #a80534;
	scrollbar-3dlight-color: white;
	scrollbar-arrow-color: #ffa600;;
	scrollbar-base-color: white;
	scrollbar-darkshadow-color: white;
	scrollbar-face-color: white;
	scrollbar-highlight-color: #ffa600;
	scrollbar-shadow-color: #ffa600;
}

textarea {
	border: 1px solid #f3b115;
	overflow: auto;
	margin: 5px;
}

a:VISITED,a:ACTIVE,a:FOCUS,a:LINK {
	color: #a80532;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
}

a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
	font-size: 11px;
}

/***********************************************/
	/* General Layout Divs                         */
	/***********************************************/
#container {
	margin: 0px auto;
	width: 1000px;
	position: relative;
	border: 1px solid #f2f2f2;
	text-align: center;
	background: #a80532;
	border-top: 7px solid #d5a10f;
}

#content {
	width: 854px;
	clear: both;
	margin: 0px auto;
	position: relative;
	border: 1px solid #a80532;
	text-align: center;
	background: #a80532;
}

#header {
	width: 100%;
	clear: both;
	text-align: center;
}

#banner {
	width: 100%;
	clear: both;
	text-align: right;
}

#center_cont {
	width: 838px;
	clear: both;
	position: relative;
	text-align: center;
	margin-left: 14px;
	background-color: #ffffff;
	border: 1px solid #ffffff;
	background-image: url(../images/center_line.gif);
	background-position: center;
	background-repeat: repeat-y;
}

#footer {
	width: 820px;
	float: left;
	padding: 10px;
	margin-left: 14px;
	_margin-left: 7px;
	background-color: #ffffff;
	text-align: center;
	color: #a80532;
	border-bottom: 7px solid #d5a10f;
}

#top_line {
	background-image: url(../images/top_line.gif);
	background-position: top;
	background-repeat: no-repeat;
	height: 7px;
}

#bottom_line {
	background-image: url(../images/bottom_line.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 7px;
	clear: both;
}

#content_pages {
	clear: both;
	position: relative;
	width: 97%;
	text-align: left;
	margin: 5px;
	padding: 5px;
}

#content_destacados {
	clear: both;
	position: relative;
	width: 95%;
	text-align: center;
	border: 2px solid #b52040;
	margin: 5px 10px 5px 10px;
	padding: 5px;
	background-color: #e2c370;
	background-image: url(../images/destacados.gif);
	background-position: top left;
	background-repeat: no-repeat;
	height: 100px;
}

}
/***********************************************/
	/* Links General                               */
	/***********************************************/
a.link_bottom:VISITED,a.link_bottom:ACTIVE,a.link_bottom:FOCUS,a.link_bottom:LINK
	{
	color: #a80532;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	text-transform: uppercase;
}

a.link_bottom:hover {
	color: #a80532;
	font-weight: bold;
	text-decoration: underline;
	font-size: 11px;
	text-transform: uppercase;
}

.link_navegador,a.link_navegador:VISITED,a.link_navegador:ACTIVE,a.link_navegador:FOCUS,a.link_navegador:LINK
	{
	color: #a80532;
	font-weight: bold;
	text-decoration: underline;
	font-size: 10px;
}

a.link_navegador:hover {
	color: #a80532;
	font-weight: bold;
	text-decoration: underline;
	font-size: 10px;
}

.link_small,a.link_small:VISITED,a.link_small:ACTIVE,a.link_small:FOCUS,a.link_small:LINK
	{
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	font-size: 10px;
}

a.link_small:hover {
	color: #a80532;
	font-weight: normal;
	text-decoration: none;
	font-size: 10px;
}

.link_white,a.link_white:VISITED,a.link_white:ACTIVE,a.link_white:FOCUS,a.link_white:LINK
	{
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	font-size: 10px;
}

a.link_white:hover {
	color: #ffffff;
	font-weight: normal;
	text-decoration: underline;
	font-size: 10px;
}

/***********************************************/
	/* texts                                       */
	/***********************************************/
.title {
	font-size: 20px;
	color: #a80532;
	font-weight: bold;
	text-transform: capitalize;
	font-family: "Times New Roman", Times, serif;
}

.title2 {
	font-size: 25px;
	color: #a80532;
	font-weight: bold;
	text-transform: uppercase;
	font-family: "Times New Roman", Times, serif;
}

.subtitle {
	font-size: 12px;
	color: #a80532;
	font-weight: bold;
}

.text_small {
	font-size: 10px;
	color: #000000;
	font-weight: normal;
}

.text_white {
	font-size: 10px;
	color: #ffffff;
	font-weight: normal;
}

.text_cherry {
	font-size: 10px;
	color: #a80532;
	font-weight: bold;
}

.text_brown {
	color: #b98606;
	font-weight: bold;
}

/***********************************************/
	/* pics styles                                 */
	/***********************************************/
.pic_border {
	border: 1px solid #cccccc;
	padding: 3px;
}

.pic_border_destacado {
	border: 1px solid #ffffff;
	padding: 3px;
}

.pic_border_ficha {
	border: 1px solid #cf9213;
	padding: 3px;
}

.bold_black {
	font-weight: bold;
}

.bold_black_small {
	font-weight: bold;
	font-size: 10px;
}

/***********************************************/
	/* Section Contact                             */
	/***********************************************/
#main_contact_back {
	width: 100%;
	background-image: url(../images/fondo-contact.jpg);
	background-position: right;
	background-repeat: no-repeat;
}

#main_contact {
	width: 70%;
	text-align: left;
	margin: 0px auto;
	margin-left: 50px;
	margin-top: 10px;
}

.fields {
	clear: both;
	height: 25px;
	text-align: center;
	font-weight: bold;
}

.colum_1 {
	float: left;
	text-align: left;
	width: 90px;
}

.column_4 {
	float: left;
	text-align: left;
	width: 100px;
}

.form_contact {
	padding: 15px 0px 0px 35px;
}

.boton_send {
	background-color: #d5a10f;
	border: 2px solid #f3b115;
}

.field_send {
	text-align: center;
}

.size_input {
	width: 380px;
}

.size_textarea {
	width: 460px
}

.mensaje_enviado {
	margin-top: 40px;
	margin-bottom: 50px;
	clear: both;
}

/***********************************************/
	/* Section home                                */
	/***********************************************/
#home_left {
	float: left;
	width: 306px;
	padding-top: 5px;
}

#home_right {
	float: left;
	margin-left: 7px;
}

#promo_home {
	width: 100%;
	position: relative;
	overflow: auto;
}

#prom_left2 {
	width: 288px;
	float: left;
}

#prom_right2 {
	float: left;
	margin-left: 10px;
	text-align: left;
}

#bien_home {
	width: 100%;
	position: relative;
	margin-top: 10px;
}

#bien_left {
	float: left;
	width: 35%;
	border-right: 2px solid #daaf0a;
}

#bien_right {
	float: left;
	width: 35%;
	height: 380px;
	margin-left: 10px;
	background-image: url(../images/bienvenidos1.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}

#desc_home {
	width: 200px;
	margin-top: 10px;
	margin-bottom: 10px;
}

/***********************************************/
	/* Section Destacados Izquierda - home         */
	/***********************************************/
#destacados_left {
	width: 249px;
	background-color: #e1c474;
	margin-top: 5px;
}

.top_beige {
	background-image: url(../images/top_beige.gif);
	background-position: top;
	background-repeat: no-repeat;
	height: 3px;
}

.bottom_beige {
	background-image: url(../images/bottom_beige.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 3px;
}

#general_destacados {
	width: 98%;
	float: left;
	margin-left: 20px;
	text-transform: capitalize;
}

#cont_destacados {
	width: 186px;
	float: left;
	font-size: 9px;
	text-align: left;
	color: #353130;
	position: relative;
	/*overflow:auto;*/
	font-weight: normal;
	text-transform: capitalize;
}

.text_vertical {
	font-style: oblique;
}

a.link_ver:VISITED,a.link_ver:ACTIVE,a.link_ver:FOCUS,a.link_ver:LINK {
	color: #a80532;
	font-weight: bold;
	text-decoration: underline;
	font-size: 10px;
}

a.link_ver:hover {
	color: #a80532;
	font-weight: bold;
	text-decoration: underline;
	font-size: 10px;
}

#data_pic {
	clear: both;
	height: 80px;
	text-transform: capitalize;
}

#price_more {
	clear: both;
	overflow: auto;
}

.price_dest {
	width: 185px;
	float: left;
	font-size: 9px;
	color: #a80532;
	font-weight: bold;
}

.more_dest {
	text-align: right;
	padding-right: 5px;
}

/***********************************************/
	/* Section Promociones - home                  */
	/***********************************************/
.prom {
	width: 510px;
	margin: 0px auto;
	position: relative;
	clear: both;
	background-image: url(../images/degradedest.jpg);
	background-position: left;
	background-repeat: repeat-x;
	overflow: auto;
	height: 120px;
}

.prom_cont {
	width: 245px;
	float: left;
}

/***********************************************/
	/* Section contactar - home                     */
	/***********************************************/
.cont_principal {
	width: 227px;
	float: right;
	background-image: url(../images/back_center_search.gif);
	background-position: center;
	background-repeat: repeat-y;
	margin-top: 5px;
	text-align: center;
}

.back_bottom_cont {
	background-image: url(../images/back_bottom_search.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 4px;
}

.back_top_cont {
	background-image: url(../images/back_top_search.gif);
	background-position: top;
	background-repeat: no-repeat;
	height: 4px;
}

/***********************************************/
	/* Section Banner - home                       */
	/***********************************************/
#banner_home {
	width: 100%;
	clear: both;
	background-image: url(../images/banner.jpg);
	background-position: top;
	background-repeat: no-repeat;
	text-align: right;
	height: 231px;
}

.boton_buscar {
	background-color: #b98606;
	border: 2px solid #f3b115;
	color: #FFFFFF;
}

/***********************************************/
	/* Section FICHA                               */
	/***********************************************/
#ficha_container {
	width: 98%;
	border: 1px solid #f2f2f2;
	position: relative;
	margin: 0px auto;
	padding-top: 5px;
}

#ficha_content {
	width: 99%;
	position: relative;
	margin: 0px auto;
	clear: both;
}

#ficha_izquierda {
	float: left;
	width: 300px;
	border: 1px solid #F2F2F2;
	margin-right: 30px;
	margin-left: 5px;
	/*border:1px solid #9B0028;*/
}

.back_red_ficha {
	height: 18px;
	background-color: #9B0028;
	padding: 5px;
	background-image: url(../images/icon_solaria_red.gif);
	background-position: right;
	background-repeat: no-repeat;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
}

#ficha_derecha {
	float: left;
	width: 55%;
	border: 3px solid #a80532;
	text-align: center;
	overflow: auto;
	padding-bottom: 15px;
}

.back_brown_ficha {
	background-color: #CF9213;
	padding: 5px;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
}

#ficha_precio {
	clear: both;
	text-align: left;
	padding-top: 10px;
	font-weight: bold;
	margin-left: 20px;
}

/*here description*/
#caract_ficha {
	width: 300px;
	position: relative;
	overflow: hidden;
}

.row_caract_ficha {
	width: 200px;
	float: left;
	font-weight: bold;
	font-size: 10px;
}

.value_caract_ficha {
	width: 100px;
	float: left;
	font-size: 10px;
	text-align: right;
}

/*here qualities*/
#qualities_ficha {
	width: 100%;
	position: relative;
	overflow: auto;
	clear: both;
}

.data_qualities_ficha {
	float: left;
	width: 49%;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
}

/*section pictures*/
#big_pic_ficha {
	width: 100%;
	position: relative;
	text-align: center;
}

#row_pics_ficha {
	width: 100%;
	position: relative;
	text-align: center;
	margin-top: 10px;
}

.column_pic_ficha {
	float: left;
	text-align: center;
	width: 25%;
	_width: 24%;
	margin-bottom: 5px
}

.column_pic_ficha_3 {
	clear: both;
	float: left;
	text-align: center;
	width: 25%;
	_width: 24%;
}

.column_pic_ficha_2 {
	float: left;
	text-align: center;
	width: 25%;
	_width: 24%;
}

/***********************************************/
	/* Section BOTONERA FICHA                      */
	/***********************************************/
.cont_botonera {
	float: left;
	margin: 10px auto;
	overflow: auto;
	position: relative;
	text-align: center;
	width: 100%;
}

.width_bot {
	float: left;
	margin-left: 5px;
	_margin-left: 3px;
	width: 154px;
	min-height: 28px;
	_height: 28px;
}

#volver_botonera {
	float: left;
	text-align: center;
	width: 30%;
	margin-left: 15px;
}

#contactar_botonera {
	float: left;
	text-align: center;
	width: 18%;
}

#enviar_botonera {
	float: left;
	text-align: center;
	width: 20%;
	margin-left: 10px;
	_margin-left: 5px;
}

#imprimir_botonera {
	float: left;
	text-align: center;
	width: 20%;
	margin-left: 10px;
	_margin-left: 5px;
}

.form_enviaramigo {
	padding: 15px 0px 0px 50px;
}

#enviar_form {
	width: 60%;
	text-align: left;
	position: relative;
	margin: 0px auto;
}

.back_button {
	CURSOR: hand;
	background-image: url(../images/boton-solaria.gif);
	height: 28px;
	width: 107px;
	border: 0px;
	font-size: 10px;
	font-weight: bold;
}

.back_button_llamame {
	CURSOR: hand;
	background-image: url(../images/boton-solaria_2.gif);
	height: 28px;
	width: 130px;
	border: 0px;
	font-size: 10px;
	font-weight: bold;
}

.size_input_amigo {
	width: 380px;
}

/***********************************************/
	/* Section PROPIEDAD ENVIADA                   */
	/***********************************************/
#prop_enviada_main {
	width: 98%;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
	margin: 0px auto;
}

#prop_enviada {
	height: 130px;
	text-align: center;
	width: 300px;
	padding-top: 40px;
	margin-top: 20px;
	border: 1px solid #d5a10f;
	margin: 0px auto;
}

/***********************************************/
	/* Section NAVEGADOR                           */
	/***********************************************/
#content_navegador {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	width: 100%;
}

#navegador {
	margin-top: 20px;
	margin-bottom: 20px;
	color: #a80532;
	font-weight: bold;
	font-size: 10px;
}

/***********************************************/
	/* Section PARRAFOS                            */
	/***********************************************/
#parrafos {
	clear: both;
	width: 98%;
	position: relative;
	overflow: auto;
	margin-bottom: 10px;
}

/***********************************************/
	/* Section PROMOCIONES                         */
	/***********************************************/
#buscador_promociones {
	margin: 0px auto;
	background-color: #d19a09;
	width: 90%;
	position: relative;
	border: 1px solid #e6ac1d;
	padding-top: 5px;
	padding-bottom: 5px;
	overflow: auto;
	padding-left: 20px;
}

/***********************************************/
	/* Section FICHA MODELO                        */
	/***********************************************/
#big_pic_model {
	width: 100%;
	position: relative;
	text-align: center;
}

#row_pics_model {
	width: 100%;
	position: relative;
	text-align: center;
	margin-top: 10px;
}

.column_pic_model {
	float: left;
	text-align: center;
	width: 25%;
	_width: 24%;
	margin-bottom: 5px
}

.column_pic_model_3 {
	clear: both;
	float: left;
	text-align: center;
	width: 25%;
	_width: 24%;
}

.column_pic_model_2 {
	float: left;
	text-align: center;
	width: 25%;
	_width: 24%;
}

/*here description*/
#caract_model {
	width: 100%;
	position: relative;
	overflow: auto;
}

.row_caract_model {
	width: 70%;
	float: left;
	font-weight: bold;
	font-size: 10px;
}

.value_caract_model {
	width: 30%;
	float: left;
	font-size: 10px;
	text-align: right;
}

/*here qualities*/
#qualities_model {
	width: 100%;
	position: relative;
	overflow: auto;
	clear: both;
}

.data_qualities_model {
	float: left;
	width: 49%;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
}

/* subtitles*/
.back_red_modelo {
	height: 18px;
	background-color: #9B0028;
	padding: 5px;
	background-image: url(../images/icon_solaria_red.gif);
	background-position: right;
	background-repeat: no-repeat;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
}

.back_brown_modelo {
	background-color: #CF9213;
	padding: 5px;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
}

/***********************************************/
	/* Section SIN DATOS                           */
	/***********************************************/
#nodata {
	height: 200px;
	padding: 20px;
}

/***********************************************/
	/* CALL FROM                                   */
	/***********************************************/
.size_input_call {
	width: 210px;
}

#enviar_form_call {
	width: 60%;
	text-align: left;
	position: relative;
	margin: 0px auto;
	padding: 5px 0px 5px 0px;
	color: #f2f2f2;
	_margin-left: 100px;
}

/*******************************************************/
	/* SECTION QUIERO RECIBIR MAS INF EN FICHA             */
	/*******************************************************/
.size_input_quiero {
	width: 150px;
}

/*primer ajax */
#AJAX {
	background-color: #a80532;
	z-index: 100;
	display: none;
	width: 400px;
	height: 200px;
}

/*segundo ajax */
#AJAX_2 {
	background-color: #a80532;
	z-index: 100;
	display: none;
	width: 400px;
	height: 200px;
}

/*tercer ajax */
#AJAX_3 {
	background-color: #a80532;
	z-index: 100;
	display: none;
	width: 400px;
	height: 200px;
}

#cuadro_ext {
	clear: both;
	text-align: left;
	border: 1px solid #CF9213;
	margin: 20px 0;
	overflow: auto;
}

#cuadro_1 {
	width: 100%;
	clear: both;
	position: relative;
}

#cuadro_2 {
	overflow: auto;
	width: 100%;
}

#cuadro_3 {
	float: left;
	padding: 5px;
}

#title_cuadro {
	padding: 5px;
	height: 25px;
	background-color: #CF9213;
	color: #ffffff;
}

.fila_1 {
	float: left;
}

.fila_2 {
	float: left;
	margin-left: 5px;
}

.boton_enviar {
	float: left;
	margin-top: 10px;
	margin-left: 10px; *
	margin-left: 5px;
}

.boton_llamar {
	float: left;
	margin-top: 10px;
	padding-left: 5px;
	text-align: center;
}

.close_1 {
	background-color: #e1c474;
	text-align: right;
}

.content_1 {
	width: 90%;
	margin: 0px auto;
	margin-top: 20px;
	text-align: center;
	color: #FFFFFF;
}

.close_2 {
	background-color: #e1c474;
	text-align: right;
}

.content_2 {
	width: 90%;
	margin: 0px auto;
	position: relative;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
	color: #FFFFFF;
	text-align: center;
}

.content_2_1 {
	width: 60%;
	text-align: left;
	margin: 0px auto;
	position: relative
}

.close_3 {
	background-color: #e1c474;
	text-align: right;
}

.content_3 {
	margin-top: 20px;
	text-align: center;
	color: #FFFFFF;
}

/***********************************************/
	/* Section Resultados Listado                  */
	/***********************************************/
#cont_data {
	width: 772px;
	text-align: center;
	border: 1px solid #f2f2f2;
	margin: 0px auto;
	position: relative;
	clear: both;
	overflow: auto;
}

.cont_column {
	width: 50%;
	height: 100%;
	float: left;
	text-align: left;
	margin-bottom: 5px;
}

.cont_space {
	width: 5px;
	float: left;
}

.botondestizq,.botondestder {
	width: 24px;
	float: left;
	height: 126px;
	display: block;
	background: transparent url(../images/botondestacado.jpg) no-repeat left
		top;
}

.botondestder {
	background-position: right top;
}

.botondestizq:hover,.botondestder:hover {
	background-image: url(../images/botondestacadohover.jpg);
}

.linksInferior {
	color: white;
	padding: 20px 0;
}

.linksInferior a.link_bottom {
	color: white;
	text-decoration: none;
}

.linksInferior a.link_bottom:hover {
	text-decoration: underline;
}

.lineainferiorblanca {
	background-color: white;
	border: medium none;
	height: 1px;
	line-height: 1px;
	margin-bottom: 30px;
}

#listaUltimasPropiedades {
	background-color: #D5A10F;
	float: left;
	margin-left: 14px;
	_margin-left: 7px;
	padding-left: 3px;
	width: 837px;
}

#listaUltimasPropiedades .botondestizq,#listaUltimasPropiedades .botondestder
	{
	background-image: url(../images/btnultimos.jpg);
}

#listaUltimasPropiedades .botondestizq:hover,#listaUltimasPropiedades .botondestder:hover
	{
	background-image: url(../images/btnultimoshover.jpg);
}

.small_white {
	font-size: 10px;
	color: black;
	font-weight: normal;
}

.fila_detallado,.fila_detallado_2 {
	list-style: none;
	text-align: center;
	overflow: hidden;
	float: left;
	width: 760px;
	border: 1px solid #A80532;
	padding: 5px;
	margin: 0px;
	margin-top: 10px;
	cursor: pointer;
}

#content_navegador  ul:hover {
	background-color: #41444B;
	color: white;
}

#content_navegador .boder_img_2 {
	padding: 2px;
	border: 1px solid #E2C26F;
}

#content_navegador ul:hover .boder_img_2 {
	border: 1px solid white;
}

.columna_detallado_1 {
	float: left;
	width: 7%;
	text-align: left;
	margin: 0px;
}

.columna_detallado_2 {
	float: left;
	width: 16%;
	margin: 0px;
}

.columna_detallado_3 {
	float: left;
	width: 20%;
	margin: 0px;
}

#imagenFlotante {
	position: absolute;
	display: none;
	background-color: #60646B;
	border: 1px solid white;
}

.cont_destacados {
	background: #d5a10f url(../images/degradedest.jpg) repeat-x left top;
	margin-right: 10px;
	margin-bottom: 10px;
	height: 110px;
	padding-top: 10px;
	color: #353130;
	float: left;
	font-size: 9px;
	font-weight: normal;
	position: relative;
	text-align: left;
	text-transform: capitalize;
	width: 186px;
}

.misdatosdest {
	text-decoration: none;
	font-weight: normal;
	color: black;
	font-size: 9px;
	display: inline;
}

.price_moredest {
	float: none;
	clear: both;
	width:176px;
	padding-left: 5px;
}

.price_dest {
	color: white;
	font-size: 14px;
	font-weight: bold;
	width: auto;
	display: inline;
	float: none;
}

.price_dest span {
	color: #a80532;
}

.cont_destacados a.link_ver {
	background: url("../images/vermasdest.gif") no-repeat scroll left top
		transparent;
	bottom: 0;
	color: white;
	display: block;
	font-size: 11px;
	height: 11px;
	padding: 3px 0;
	position: absolute;
	right: 0;
	text-align: center;
	text-decoration: none;
	width: 30px;
}

.cont_destacados a.link_ver:hover {
	text-decoration: underline;
}

#general_destacados {
	padding: 0;
	margin: 0;
	width: 786px;
	height: 126px;
	overflow: hidden;
}

.tituloDestacados {
	font-family: Times New Roman, Georgia, Serif;
	font-size: 24px;
	text-align: left;
	color: white;
	padding-left: 10px;
}

#general_ultimos .cont_destacados {
	background: #a80532 url(../images/fontoultimos.jpg) repeat-x left top;
}

#general_ultimos .cont_destacados a.link_ver {
	background-image: url("../images/vermasultimos.gif");
	color: black;
}

#general_ultimos .cont_destacados {
	color: white;
}

#general_ultimos {
	padding: 0;
	margin: 0;
	width: 786px;
	height: 126px;
	overflow: hidden;
	float: left;
}

#general_ultimos .price_dest {
	color: #d5a10f;
	display: inline;
	float: none;
}

#general_ultimos .price_dest span {
	color: white;
}

#general_ultimos .tituloDestacados {
	
}

.precio_tachado {
	text-decoration: line-through;
	font-size: 11px;
}

.boton_send,.back_button_llamame,.back_button {
	cursor: pointer;
}

.fila_2 span.text_small {
	float: left;
	width: 100px;
}

.fila_2 {
	margin-bottom: 5px;
}

#content_destacados {
	background-image: none;
	border-color: white;
	border-style: none solid;
	border-width: medium 3px;
	float: left;
	height: auto;
	margin: 0 0 0 14px;
	_margin: 0 0 0 7px;
	padding: 0;
	width: 834px;
	background-color: #A90533;
}

.superiorTitulo {
	font-size: 10px;
}

.marginBottom5 {
	margin-bottom: 5px;
}

.textAlignLeft {
	text-align: left;
}

.footerInHome {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.footerNotHome {
	text-align: center;
}

.foot2inhome {
	font-size: 10px;
	margin-top: 15px;
}

.inmoDesign {
	color: #d5a10f;
	font-family: Verdana;
}

.inmoDesign2 {
	font-size: 10px;
	color: #d5a10f;
}

.style2footer {
	margin: auto;
	padding-left: 14px;
	text-align: left;
	width: 840px;
}

.copyRight {
	float: right;
	font-size: 11px;
}

#general_ultimos .misdatosdest {
	color: white;
}

#general_ultimos .misdatosdest a {
	color: white;
}

#general_destacados .cont_destacados .data_pic a.link_ver {
	color: #A80532;
	float: none;
	display: inline;
	padding: 0px;
	text-align: left;
	width: auto;
	background: none;
}

.data_pic {
	display: inline;
}

a.link_black {
	color: black;
	font-weight: normal;
}

a.link_verx {
	position: absolute;
	bottom: 5px;
	right: 5px;
}

#general_ultimos  a.link_verx {
	color: white;
}

.paddingTop15 {
	position: absolute;
	bottom: 15px;
	left: 0px;
}

a.back_button_a {
	display: block;
	color: black;
	padding-top: 7px;
	height: 21px;
	margin: auto;
}

.resaltar_propiedad {
	background-color: silver;
}

.gmnoprint .contenedorInfo {
	width: 350px;
}