@import "00_general.css";

/* ESTILOS PARA LA SECCION SEARCH RESULTS */

#search_results_titular {
	width: 550px;
	height: 23px;
	background: url(../images/search_results_h3.gif) no-repeat left top;
	margin-top: 0px;
}
#search_results_titular h3 {
	display: none;
}

#new_properties_titular {
	width: 550px;
	height: 23px;
	background: url(../images/new_properties_h3.gif) no-repeat left top;
	margin-top: 0px;
}
#new_properties_titular h3 {
	display: none;
}

#search_results_fondo {
	margin-top: 6px;
	
	background: url(../../images/fondo_hr.gif) repeat-x left bottom;
	background-color: #EFF2EC;
	padding-bottom: 5px;
	width: 100%;
}

#search_tit {
	padding-top: 5px;
	font-weight: bold;
	color: #000000;
}

#pagination {
	padding-top: 5px;
	color: #648145;
}
#pagination a {
	color: #648145;
	text-decoration: none;
}
#pagination a:hover {
	color: #000000;
	text-decoration: underline;
}
#pagination_order {
	float: left;
}
#pagination_order strong {
	padding-right: 5px;
}
.pagination_order_asc {
	padding-left: 12px;
	background: url(../images/flecha1.gif) 0px 4px no-repeat;
}
.pagination_order_desc {
	padding-left: 12px;
	background: url(../images/flecha2.gif) 0px 4px no-repeat;
}
#pagination_pags {
	float: right;
	font-weight: bold;
	color: #000000;
}

#search_results_foto {
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	float: left;
}


#search_results_texto {
	float: left;
	width: 410px;
}

#search_results_texto ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#search_results_texto li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
	width: 100%;
	color: #505050;
	line-height: 16px;
}

#higlighted {
	padding-top: 5px;
	color: #648145;
	font-weight: bold;
}
#high_cont {
	padding: 5px;
	border: 2px solid #ff9c00;
}
