

* {
	margin: 0;
	padding: 0;
}
html, body, img {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	padding-bottom: 25px;
	color: #404040;
	text-align: center;
	background-color: #568FC6;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 1.6em;
	font-weight: normal;
	font-variant: normal;
}
a {
	color: #41688E;
}
a:link, a:visited {
	text-decoration: underline;
}
a:hover, a:active {
	text-decoration: none;
}
/********** Container **********/

#container {
	width: 970px;
	margin: auto;
	padding: 15px 0 0 0;
	text-align: left;
}
/********** Header **********/

#header {
	width: 970px;
	height: 224px;
}
/********** Navigation bar **********/

div#navigation {
	width: 970px;
	height: 51px;
	background-image: url(images/navbar.gif);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
ul#navbar {
	position: relative;
	left: 20px;
	float: left;
	top: 8px;
}
ul#navbar li {
	list-style: none;
	float: left;
}
ul#navbar li a {
	display: block;
	height: 36px;
	padding: 0 15px;
	text-align: center;
	text-decoration: none;
	color: #568FC6;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 36px;
	font-weight: bold;
}
ul#navbar li a:hover {
	color: #372782;
}
ul#select_language {
	position: relative;
	top: 20px;
	right: 20px;
	float: right;
}
ul#select_language li {
	list-style: none;
	float: left;
}
ul#select_language li a.languages {
	display: block;
	width: 16px;
	height: 11px;
	padding:0 5px;
	line-height: 36px;
	/* font: normal 12px/36px sans-serif; */
	text-decoration: none;
	float: left;
}
ul#select_language li a.languages img {
	width: 16px;
	height: 11px;
}
/********** Content **********/

#content_background {
	clear: both;
	width: 970px;
	background-image: url(images/content.gif);
	background-repeat: repeat-y;
	background-position: right;
}
#content {
	width: 970px;
	background: url(images/content_footer.gif) no-repeat bottom right;
}
#content_left {
	width: 230px;
	margin-right: 10px;
	float: left;
}
#content_right {
	width: 705px;
	padding: 25px 0 25px 25px;
	float: left;
	background-image: url(images/content_header.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#content_right h2 {
  color: #41688E;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1.8em;
    font-weight: bold;
    line-height: 1.5em;
}
#content_right h2.home_header {
	padding: 25px 0 15px 0;
}
#content_right h2.home_header a {
	color: #372782;
}
#margin_bottom {
	clear: both;
	width: 705px;
	height: 0;
}
/********** Main text **********/

#welcome {
	width: 450px;
	margin: 0 10px 25px 0;
 padding:;
	float: left;
}
#welcome p {
	margin: 10px 0 0 0;
}
#welcome h2 span {
	font-weight: normal;
}
#welcome img {
	margin: 20px 0 0 0;
}
#welcome img.company_img {
	margin: 20px 0 10px 0;
}
#welcome p.contact_p {
	margin: 10px 0;
	padding: 10px 0;
}
#contact {
	width: 220px;
	color: #404040;
	float: left;
}
a.more {
	color: #FFFFFF;
	font-weight: bold;
}
/********** Search **********/

#buying_search, #renting_search {
	position: absolute;
	width: 230px;
	height: 412px;
	background: url(images/search.gif) repeat-y;
}
#renting_search {
	visibility: hidden;
}
ul.buying_search_tabs, ul.renting_search_tabs {
	width: 230px;
	height: 35px;
}
ul.buying_search_tabs li, ul.renting_search_tabs li {
	list-style: none;
	float: left;
}
ul.buying_search_tabs li a, ul.renting_search_tabs li a {
	display: block;
	width: 115px;
	height: 35px;
	margin-bottom: 6px;
	text-align: center;
	text-decoration: none;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 32px;
	font-weight: bold;
	color: #FFFFFF;
}
a.search_tab_on {
	color: #fff;
	background-image: url(images/search_tabs.gif);
	background-repeat: no-repeat;
	background-position: left;
}
a.search_tab_off {
	color: #fff;
	background-image: url(images/search_tabs.gif);
	background-repeat: no-repeat;
	background-position: right;
}
/********** Search form **********/

form.form {
	clear: both;
	width: 210px;
	height: 365px;
	padding: 0 10px 15px 10px;
	background: url(images/search_footer.gif) no-repeat bottom;
	font-weight: normal;
	color: white;
}
form.form .line {
	width: 210px;
}
form.form .line label {
	width: 210px;
}
form.form .line select, form.form .line input.input_promo {
	width: 204px;
	margin: 2px 0 10px 0;
	padding: 2px;
	background-color: #568FC6;
	border: 1px solid #34679A;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1em;
	font-weight: bold;
}
form.form .line input.input_promo {
}
form.form .line input.button {
	margin: 2px 0 8px 0;
}
form.form .line a {
	color: white;
}
/********** Favorites **********/

.search_height {
	width: 230px;
	height: 422px;
	background: none;
}
.favorites {
	width: 230px;
	margin-top: 10px;
	background: url(images/favorites_background.gif) repeat-y;
	color: white;
}
.favorites_footer {
	width: 230px;
	padding-bottom: 15px;
	background: url(images/favorites_footer.gif) no-repeat bottom;
}
h3.favorites_header {
	width: 190px;
	height: 30px;
	padding: 5px 20px 0 20px;
	background: url(images/favorites_header.gif) no-repeat top;
	font: bold 14px/26px Arial, Helvetica, sans-serif;
	color: white;
}
.favorites ul {
	width: 210px;
	padding: 0 10px;
}
.favorites ul li {
	list-style: none;
}
.favorites ul li a {
	display: block;
	width: 170px;
	padding: 2px 20px;
	color: white;
	text-decoration: none;
}
.favorites ul li a:hover {
	text-decoration: underline;
}
.favorites a {
	padding: 0 20px 0 30px;
	color: #FFF;
}
#extras h3.favorites_header {
	width: 230px;
	height: 15px;
	padding: 0;
	background: url(images/favorites_header.gif) no-repeat top;
}
.list_left {
	width: 210px;
	height: 35px;
	margin: 10px 0 0 0;
	padding: 15px 10px;
	color: white;
}
.list_left h3 {
	font: bold 14px/1.8em Arial, Helvetica, sans-serif;
}
.list_left p {
	font: normal 11px/1.4em Arial, Helvetica, sans-serif;
}
#mailing_list {
	height:120px;
	width:190px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-image: url(images/mailing.gif);
	background-repeat: no-repeat;
}


#mailing_list .list_form input.field {
	width: 115px;
	padding: 2px;
	margin: 16px 5px 0 0;
	border: 1px solid #34679A;
	color: #FFFFFF;
	float: left;
	background-color: #568FC6;
	font-family: arial, sans-serif;
	font-size: 12px;
	line-height: 1.6em;
	font-weight: bold;
}

#mailing_list .list_form input.button {
	width: 60px;
	margin: 15px 0 10px 0;
	float: left;
}






#web_stats {
	width: 170px;
	padding: 15px 30px;
	background: url(images/web_stats.jpg) no-repeat;
}
#web_stats h3 {
	display: none;
}
.loading {
	background:transparent url(/ASP3/images/ajax_load.gif) no-repeat left top;
	padding-left: 0 0 20px 20px;
}
form.list_form {
	width: 210px;
}
form.list_form input.field {
	width: 204px;
	padding: 2px;
	margin: 10px 0;
	border: 1px solid #a776ff;
	font: bold 12px/1.5em Arial, Helvetica, sans-serif;
	color: #568FC6;
	background: #b992ff url(images/info_contact.gif) repeat-x;
	float:left;
}
form.list_form input.button {
	width: 70px;
	margin: 0 5px 10px 0;
}


/********** Filtro **********/





#filtro_resultados {
	margin-top:0px;
}

#filtro_resultados form {
	margin:0px 10px;
}

#filtro_resultados #precio select,
#filtro_resultados #m2 select{
    border: 1px solid #2D8596;
    color: #00657A;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 5px;
    padding: 2px;
    width: 80px!important;
}

#filtro_resultados label {
	display:block;
	color: #FFFFFF;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.48em;
    margin: 0 0 10px 0;
    padding: 0 0 0 0px;
	margin-bottom:-15px;
}

#filtro_resultados input {
	margin-right:0px;
	margin-left:0px;
}

#filtro_resultados input.button {
    font-size: 12px;
}



/********** Promotions **********/

#promotions {
	clear: both;
	width: 705px;
}
.promotion {
	width: 220px;
	margin: 0 10px 0 0;
	float: left;
	background-color: #568FC6;
	background-image: url(images/promotions_footer.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.promotion h3 {
	width: 220px;
	background-color: white;
	font: bold 14px/24px Arial, Helvetica, sans-serif;
	color: #372782;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #568FC6;
}
.promotion h3 a {
	text-decoration: none;
	color: #372782;
}
.promotion img {
	width: 220px;
	height: 110px;
	display:block;
}
.promotion div.text_promotion {
	width: 200px;
	padding: 5px 10px;
	color: white;
	min-height: 70px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 1.4em;
	font-weight: normal;
	font-variant: normal;
}
.promotion div.text_promotion a {
	text-decoration: none;
	color: white;
}
/********** Results promotions **********/

.results_promo {
	clear: both;
	width: 705px;
	padding: 10px 0;
	border-top: 1px solid #ccc;
}
.results_promo img {
	float: left;
}
.txt_results_promo {
	width: 360px;
	margin: 0 10px;
	font: normal 11px/1.4em Arial, Helvetica, sans-serif;
	float: left;
}
.txt_results_promo span {
	color: #41688E;
}
.txt_results_promo h3 a {
	text-decoration: none;
	font-size: 14px;
}
.results_promo img.logo_promo {
	width: 120px;
}
/********** Offers **********/

#offers {
	clear: both;
	width: 705px;
}
#offers ul {
	clear:both;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding-left:15;
}
.venta, .alquiler {
	width: 210px;
	margin: 0 10px 10px 0;
	padding: 0 5px;
	float: left;
	height: 330px;
	position:relative;
}
.venta {
	color: #FFFFFF;
	background-image: url(images/sale.gif);
	background-repeat: no-repeat;
}
.alquiler {
	color: #FFFFFF;
	background-image: url(images/renting.gif);
	background-repeat: no-repeat;
}
.venta h3, .alquiler h3 {
	width: 200px;
	height: 35px;
	padding: 0 5px;
	font: bold 14px/33px Arial, Helvetica, sans-serif;
	text-align: center;
}
.venta h3, .venta .reference, .venta .description {
	background: url(images/sale_line.gif) repeat-x bottom;
}
.alquiler h3, .alquiler .reference, .alquiler .description {
	background: url(images/renting_line.gif) repeat-x bottom;
}
.venta h3 a, .alquiler h3 a {
	text-decoration: none;
}
.venta h3 a {
	color: #333333;
}
.alquiler h3 a {
	color: #6c3ac4;
}
.venta .vendido, .alquiler .vendido {
  border: medium none;
    height: 104px;
    left: 3px;
    position: absolute;
    top: 33px;
    width: 103px;
}
.venta img, .alquiler img {
	width: 210px;
	height: 116px;
	display: block;
}
.venta .reference, .alquiler .reference {
	height: 20px;
	line-height: 20px;
	font-size: 10px;
	color: #FFFFFF;
}
.venta .reference span.type, .alquiler .reference span.type {
	float: left;
}
.venta .reference span.reference_num, .alquiler .reference span.reference_num {
	float: right;
}
.venta .description, .alquiler .description {
	height: 50px;
	padding: 5px 0;
	clear: both;
	font: normal 11px/1.4em Arial, Helvetica, sans-serif;
}
.venta .description a, .alquiler .description a {
	color: #FFFFFF;
}
.venta .save2list, .alquiler .save2list {
	height: 32px;
	padding: 5px 0;
}
.venta .save2list a, .alquiler .save2list a {
	color: #FFFFFF;
}
.venta .save2list .guardado, .alquiler .save2list .guardado{
	color: #FFFFFF;
}
.venta .save2list .guardado img, .alquiler .save2list .guardado img{
	display: none;
}
*:first-child+html .venta .save2list, *:first-child+html .alquiler .save2list {
	height: 30px;
}
.venta .price, .alquiler .price {
	height: 35px;
	text-align: center;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 35px;
	font-weight: bold;
	font-variant: normal;
}
.venta a.more_info, .alquiler a.more_info {
	display: block;
	width: 210px;
	height: 18px;
	margin: 0;
	font: normal 12px/18px Arial, Helvetica, sans-serif;
	text-align: center;
	text-decoration: none;
	color: white;
	padding-top: 3px;
}
.venta a.more_info:hover, .alquiler a.more_info:hover {
	text-decoration: underline;
}
/********** Info at the bottom (about company) **********/

.info_company {
	clear: both;
	width: 680px;
	padding: 10px 0 0 0;
	font: normal 11px/1.4em Arial, Helvetica, sans-serif;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #568FC6;
}
.mini_logo {
	width: 60px;
	height: 60px;
	margin: 0 10px 0 0;
	float: left;
}
#contact_mini_logo {
	display: none;
}
/********** Shortcuts **********/

#shortcuts {
	clear: both;
	width: 970px;
	margin: 0 auto;
	font: normal 10px/1.4em Arial, Helvetica, sans-serif;
	text-align: left;
	color: #FFFFFF;
}
#shortcuts a {
	color: #FFFFFF;
}
#shortcuts table.shortcuts_table {
	position: relative;
	top: 15px;
	width: 920px;
	margin: 0 auto 20px auto;
}
#shortcuts table.shortcuts_table h2 {
	font: bold 20px/1em Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#shortcuts table.shortcuts_table h3 {
	font: bold 14px/1em Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin: 15px 0 10px 0;
}
#shortcuts table.shortcuts_table tr td div#div {
	margin: 0 0 20px 0;
}
/********** Footer **********/

#footer {
	clear: both;
	position: relative;
	/*top: -200px;*/
	width: 100%;
	margin-top: 10px;
	height: 80px;
	font: normal 10px/1.4em Arial, Helvetica, sans-serif;
	text-align: left;
	color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #41688E;
	background-color: #41688E;
}
#footer div {
	width: 920px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 0;
	padding-left: 25px;
}
#footer p {
	float: left;
}
#footer p#right {
	color: #372782;
	float: right;
}
#footer a {
	color: white;
}

