/********** Main CSS Document (main.css) INMOWEB  **********/

* {
	margin: 0;
	padding: 0;
}
html, body, img {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	background-color:#E35A09;
	background-image:url(images/fondo.jpg);
	background-repeat: repeat-x;
	color:#303030;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.6em;
	text-align:center;
}
a {
	color: #303030;
}
a:link, a:visited {
	text-decoration: underline;
}
a:hover, a:active {
	text-decoration: none;
}
/********** Container **********/
#background{
/*background:url(images/top-bkg.png) repeat-x;*/
}
#container {
margin:auto;
padding:0;
text-align:left;
width:966px;
}
/********** Header **********/

#header {
	height:212px;
	padding-top:42px;

}
/********** Navigation bar **********/

div#navigation {
	position:relative;
	width:960px;
}
ul#navbar {
float:left;
position:absolute;
right:-2px;
top:-244px;
}
ul#navbar li {
	list-style: none;
	float: left;
}
ul#navbar li {
	background:transparent url(images/nav-norm.png) no-repeat scroll right top;
	float:left;
	height:42px;
	line-height:42px;
}
ul#navbar li a {
	background:transparent url(images/nav-norm.png) no-repeat scroll left top;
color:#F67001;
display:block;
float:left;
font-family:arial,sans-serif;
font-size:12px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
height:31px;
line-height:31px;
margin-right:5px;
padding:0 10px 0 10px;
text-align:center;
text-decoration:none;
}
ul#navbar li:hover {
	color: #fff;
	display:inline-block;
	background: url(images/nav-hover.png) no-repeat top right;
}
ul#navbar li:hover a {
	color: #fff;
	display:inline-block;
	background: url(images/nav-hover.png) no-repeat top left;
}
body#home_active ul#navbar li#pest_home, body#home_active ul#navbar li#pest_home:hover, body#buy_active ul#navbar li#pest_buy, body#buy_active ul#navbar li#pest_buy:hover, body#rent_active ul#navbar li#pest_rent, body#rent_active ul#navbar li#pest_rent:hover, body#sell_active ul#navbar li#pest_sell, body#sell_active ul#navbar li#pest_sell:hover, body#corporate_active ul#navbar li#pest_corporate, body#corporate_active ul#navbar li#pest_corporate:hover, body#contact_active ul#navbar li#pest_contact, body#contact_active ul#navbar li#pest_contact:hover {
	background: url(images/nav-hover.png) no-repeat top right;
	color: #ffffff;
	cursor: default;
	display:in-line-block;
}
body#home_active ul#navbar li#pest_home a:link, body#home_active ul#navbar li#pest_home a:visited, body#home_active ul#navbar li#pest_home a:hover, body#home_active ul#navbar li#pest_home a:active, body#buy_active ul#navbar li#pest_buy a:link, body#buy_active ul#navbar li#pest_buy a:visited, body#buy_active ul#navbar li#pest_buy a:hover, body#buy_active ul#navbar li#pest_buy a:active, body#rent_active ul#navbar li#pest_rent a:link, body#rent_active ul#navbar li#pest_rent a:visited, body#rent_active ul#navbar li#pest_rent a:hover, body#rent_active ul#navbar li#pest_rent a:active, body#sell_active ul#navbar li#pest_sell a:link, body#sell_active ul#navbar li#pest_sell a:visited, body#sell_active ul#navbar li#pest_sell a:hover, body#sell_active ul#navbar li#pest_sell a:active, body#corporate_active ul#navbar li#pest_corporate a:link, body#corporate_active ul#navbar li#pest_corporate a:visited, body#corporate_active ul#navbar li#pest_corporate a:hover, body#corporate_active ul#navbar li#pest_corporate a:active, body#contact_active ul#navbar li#pest_contact a:link, body#contact_active ul#navbar li#pest_contact a:visited, body#contact_active ul#navbar li#pest_contact a:hover, body#contact_active ul#navbar li#pest_contact a:active {
	background: url(images/nav-hover.png) no-repeat top left;
	color: #ffffff;
	display:inline-block;
}
ul#select_language {
float:left;
left:20px;
position:absolute;
top:-242px;
}
ul#select_language li {
	list-style: none;
	float: left;
}
ul#select_language li a.languages {
	display:block;
	float:left;
	height:11px;
	line-height:36px;
	padding:0 4px;
	text-decoration:none;
	width:16px;
}
ul#select_language li a.languages img {
	border:1px solid #303030;
	height:11px;
	padding:1px;
	width:16px;
}
/********** Content **********/

#content_background {
background:url(images/content-bkg.png) repeat-y;
clear:both;
width:966px;
}
#content {


}
#content_left {
	color:#FFFFFF;
	float:left;
	margin-left:10px;
	margin-right:10px;
	position:relative;
	width:230px;
	display:inline;
}
#content_left a {
	color:#fff;
}
#content_right {
float:left;
padding:22px 0 25px 15px !important;
padding:22px 0 25px 10px;
width:701px;
display:inline;
}
#content_right h2 {
	font-size: 1.8em;
	line-height: 1.5em;
	font-weight: bold;
	text-align:left;
}
#content_right h2.home_header {
	padding: 10px 0 15px 0;
}
#content_right h2.home_header a {
	color: #FFF;
}
#margin_bottom {
background-image:url(images/content-footer.png);
background-position:center bottom;
background-repeat:no-repeat;
clear:both;
height:30px;
	}
/********** Main text **********/

#welcome {
	float:left;
	margin: 0 15px 25px 0;
	width:430px;
	color:#fff;
	text-align:justify;
}
#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 {
	color:#FFFFFF;
	float:left;
	margin-top:42px;
	width:230px;
	padding-left:10px;
	border-left:1px solid #fff;
}
#contact a {
	color:#fff;
}
a.more {
	color: #FFFFFF;
	font-weight: bold;
}
.extra_text, .extra_text a {
	color:#fff;
	padding-right:20px;
}
/********** Search **********/

#buying_search, #renting_search {
background-image:url(images/search-bkg.png);
background-repeat:no-repeat;
height:461px;
left:3px;
position:absolute;
top:-221px;
width:230px;
}
#renting_search {
	visibility: hidden;
}
ul.buying_search_tabs, ul.renting_search_tabs {
	display:block;
	height:35px;
	margin-left:9px;
	margin-top:0;
	width:232px;
}
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;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	height:35px;
	line-height:49px;
	margin-bottom:5px;
	text-align:center;
	text-decoration:none;
	width:104px;
}
#content_left a.search_tab_on {
	color:#F67001;
}
#content_left a.search_tab_off {
	color: #fff;
}
/********** Search form **********/

form.form {
	clear:both;
	font-weight:normal;
	height:365px;
	padding:0 0 0 14px;
	width:216px;
	position:relative;
}
form.form .line {
	width: 210px;
}
form.form .line label {
	width: 210px;
}
form.form .line select, form.form .line input.input_promo {
	background-color:#FCFCFC;
	border:1px solid #DCDCDC;
	font-size:11px;
	font-weight:bold;
	line-height:1em;
	margin:2px 0 8px;
	padding:2px;
	width:200px;
}
form.form .line select {
	width:206px;
}
form.form .line input.input_promo {
}
form.form .line input.button {
background-image:url(images/button-bkg.png);
background-repeat:no-repeat;
border:medium none;
font-size:11px;
font-weight:bold;
height:39px;
margin:0 0 15px;
padding:0 0 0 7px;
position:absolute;
right:10px;
text-transform:uppercase;
top:323px;
width:151px;
color:#F67001;
cursor:pointer;

}
form.form .line a {
}
/********** Favorites **********/

.search_height {
	height:210px;
	background: none;
}
.favorites {
	margin-top:25px;
	width:230px;
}
.favorites_footer {
border-bottom:1px solid #D76001;
padding-bottom:34px;
width:230px;
}
h3.favorites_header {
background:transparent url(images/fav-header.png) no-repeat scroll left top;
color:#303030;
font-size:15px;
font-weight:bold;
height:62px;
line-height:54px;
margin-bottom:10px;
padding:0 12px 0 24px;
overflow:hidden;

}
.favorites ul {
padding:0 0 0 7px;
width:214px;
}
.favorites ul li {
	list-style: none;
}
.favorites ul li a {
	display:block;
	padding:4px 20px;
	text-decoration:none;
	width:172px;
}
#content_left .favorites ul li a:hover {
	color:#272727;
}
.favorites a {
	padding: 0 20px 0 30px;
}
#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;
}
.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 {
background-image:url(images/newsletter.png);
background-repeat:no-repeat;
height:106px;
padding:15px 20px;
width:188px;
color:#363636;
}
#mailing_list .list_form input.field {
background-color:#FF9250;
border:1px solid #C35701;
float:left;
font-family:arial,sans-serif;
font-size:12px;
line-height:1.6em;
margin:16px 5px 0 0;
padding:2px;
width:115px;
}
#mailing_list .list_form input.button {
	width: 60px;
	margin: 15px 0 10px 0;
	float: left;
}
#web_stats {
	color:#FFF;
	padding:15px 30px;
	width:170px;
}
#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 #precio select,
#filtro_resultados #m2 select{
    border: 1px solid #fff;
    color: #00657A;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 5px;
    padding: 2px;
    width: 90px!important;
}

#filtro_resultados label {
	display:block;
	color: #FFFFFF;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.48em;
    margin: 0 0 10px 0;
    padding: 0 0 0 10px;
	margin-bottom:-15px;
}

#filtro_resultados input {
	margin-right:5px;
	margin-left:0px;
}

#filtro_resultados input.button {
    background: url("images/boton_buscar.jpg") repeat-x scroll 0 0 transparent;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 12px;
    height: 24px;
    width: 100px;
}


/********** Promotions **********/

#promotions {
	clear: both;
	width: 698px;
}
.promotion {
background:transparent url(images/promos.png) no-repeat scroll 0 0;
display:inline-block;
float:left;
height:201px;
margin:0 10px 15px 0 !important;
width:221px;
}
.promotion h3 {
font-size:13px;
font-weight:bold;
line-height:18px;
overflow:hidden;
padding:5px;
width:211px;
}
.promotion h3 a {
	text-decoration: none;
	color: #0064AF;
}
.promotion img {
border:1px solid #303030;
display:block;
height:111px;
margin-left:4px;
width:210px;
}
.promotion div.text_promotion {
font-size:12px;
line-height:17px;
padding:5px 10px;
width:201px;

}
.promotion div.text_promotion a {
	text-decoration: none;
}
/********** Results promotions **********/

.results_promo {
	clear: both;
	width: 669px;
	padding: 10px 0;
	border-top: 1px solid #303030;
}
.results_promo img {
	border:1px solid #303030;
	float:left;
	padding:5px;
}
.txt_results_promo {
	width: 325px;
	margin: 0 10px 0 15px;
	font: normal 11px/1.4em Arial, Helvetica, sans-serif;
	float: left;
}
.txt_results_promo span {
	color: #303030;
}
.txt_results_promo h3 a {
	text-decoration: none;
	font-size: 14px;
}
.results_promo img.logo_promo {
	width: 120px;
}
/********** Offers **********/

#offers {
	clear: both;
	width: 698px;
}
#offers ul {
	clear:both;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding-left:15;
}
.venta, .alquiler {
display:inline-block;
float:left;
height:355px;
margin:0 10px 25px 0 !important;
padding:0;
position:relative;
width:221px;
}
.venta {
	background-image: url(images/sale.png);
	background-repeat: no-repeat;
}
.alquiler {
	background-image: url(images/sale.png);
	background-repeat: no-repeat;
}
.venta h3, .alquiler h3 {

font-size:14px;




font-weight:bold;
height:24px;
line-height:25px;
overflow:hidden;
padding:0 5px;
text-align:center;
width:211px;
}
.venta h3 {
color:#fff;
}
.alquiler h3 {
	color:#fff;	
}
.venta .reference, .venta .description, .venta .description a {

}
.alquiler h3, .alquiler .reference, .alquiler .description, .alquiler .description a {

}
.venta h3 a, .alquiler h3 a {
	text-decoration: none;
}
.venta h3 a {

}
.alquiler h3 a {

}
.venta img, .alquiler img {
display:block;
height:116px;
margin-left:5px;
margin-top:6px;
width:210px;
}
.venta .vendido, .alquiler .vendido {
border:medium none;
height:78px;
left:-6px;
position:absolute;
top:20px;
width:88px;
}
.venta .reference {
	color:#053F89;
}
.alquiler .reference {
	
}
.venta .reference, .alquiler .reference {
font-size:10px;
font-weight:bold;
height:20px;
line-height:21px;
margin:12px 0 0;
padding:0 8px;
width:202px;
color:#303030;
}
.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 8px;
	clear: both;
	font: normal 11px/18px Arial, Helvetica, sans-serif;
}
.venta .save2list, .alquiler .save2list {
	height:40px;
	padding:2px 9px 5px;
}
.venta .save2list a {

}
.alquiler .save2list a {
	color:#303030;
}
.venta .save2list .guardado {

	line-height:12px;
}
.alquiler .save2list .guardado {

	line-height:12px;
}
.venta .save2list .borrar {

	cursor:default;
}
.alquiler .save2list .borrar {

	cursor:default;
}
.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 {
background-color:#303030;
color:#FFFFFF;

font-size:18px;


font-weight:bold;
height:35px;
line-height:35px;
margin:0 10px;
text-align:center;
}
.alquiler .price {

}
.venta .price {

}
.venta a.more_info, .alquiler a.more_info {
display:block;
font-family:arial,sans-serif bold;
font-size:12px;
height:18px;
line-height:18px;
margin:10px 0 0 0;
text-align:center;
text-decoration:none;
width:220px;
}
.venta a.more_info {

}
.alquiler a.more_info {

}
.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;
}
.mini_logo {
	width: 60px;
	height: 60px;
	margin: 0 10px 0 0;
	float: left;
}
#contact_mini_logo {
	display: none;
}
/********** Shortcuts **********/

#shortcuts {
background:url(images/short-bkg.png) repeat-x;
	background-color:#2e2e2e;
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;
	clear:both;
	color:#FFFFFF;
	font-size:10px;
	line-height:1.4em;
	margin:30px auto 0;
	text-align:left;
	width:100%;
}
#shortcuts a {
	color: #fff;
}
#shortcuts table.shortcuts_table {
	top: 15px;
	width: 920px;
	margin: 25px auto 20px auto;
}
#shortcuts table.shortcuts_table h2 {
	font: bold 20px/1em Arial, Helvetica, sans-serif;
}
#shortcuts table.shortcuts_table h3 {
	font: bold 14px/1em Arial, Helvetica, sans-serif;
	margin: 15px 0 10px 0;
}
#shortcuts table.shortcuts_table tr td div#div {
	margin: 0 0 20px 0;
}
/********** Footer **********/

#footer {
	background-color:#F15D17;
	clear:both;
	font-size:10px;
	height:80px;
	line-height:1.4em;
	position:relative;
	text-align:left;
}
#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 {

	float: right;
}
#footer a {

}

