/********** Main CSS Document (main.css) INMOWEB tarifahome.com / diciembre de 2008 **********/

* { margin: 0; padding: 0; }

html, body, img { margin: 0; padding: 0; border: 0; }

body {
	font: normal 12px/1.6em arial, sans-serif;
	color: #333;
	background-color: #FFFFFF;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
}

a {
	color: #333333;
}
a:link, a:visited { text-decoration: underline; }
a:hover, a:active { text-decoration: none; }

/********** Container **********/

#container {
	position: relative;
	width: 970px;
	padding-top: 95px;
	margin: 0 auto;
	text-align: left;
	background-image: url(images/logo_header.png);
	background-repeat: no-repeat;
}

/********** Header **********/

#header {
	position: absolute;
	top: 100px;
	right: 0;
	width: 751px;
	height: 196px;
	z-index: 0;
}

/********** Navigation **********/

#navigation {
	position: absolute;
	top: 55px;
	right: 0;
	width: 726px;
	height: 265px;
	z-index: 1;
	text-align:right
}

ul#navbar {
	position: relative;
	top: 10px;
	height: 40px;
	list-style: none;
	float: right;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}

ul#navbar li {
	height: 30px;
	padding-right: 5px;
	float: left;
	background: url(images/nav_active.gif) no-repeat top right;
	color: white;
	margin-top: 5px;
	margin-right: 1px;
	margin-bottom: 5px;
	margin-left: 0;
	display:block;
}

ul#navbar li a {
	display: block;
	height: 30px;
	padding: 0 10px 0 15px;
	font: bold 10px/30px arial, sans-serif;
	text-transform:uppercase;
	text-decoration: none;
	text-align: center;
	color: #75c5f0;
	float: left;
	background: url(images/nav_active.gif) no-repeat top left; color: white;
	display:block;
}

ul#navbar li:hover { background: url(images/nav_hover.gif) no-repeat top right; color: white; display:block;}
ul#navbar li:hover a{ background: url(images/nav_hover.gif) no-repeat top left; color: white; display:block; }

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.gif) no-repeat top right; color: white; cursor: default;display: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.gif) no-repeat top left; color: white;display:block;
}
ul#select_language {
	position: absolute;
	top: 257px;
	height: 11px;
	list-style: none;
	right:10px;
}

ul#select_language li { margin: 0 5px; float: left; }

ul#select_language li a.languages {
	display: block;
	width: 16px;
	height: 11px;
	text-decoration: none;
	background: none;
}

ul#select_language li a.languages img {
	width: 16px;
	height: 11px;
	border:1px solid #000000;
}

/********** Content **********/

#content_background {
	clear: both;
	width: 970px;
	z-index: 1;
}

#content {
	width: 970px;
	overflow: auto;
	background:url(images/bck_content.gif) repeat-y left;
	margin-top:5px;
	padding-left: 9px;
}

#content_left {
	width: 210px;
	padding:0px;
	float: left;
	margin:0px;

}

#content_right {
	width: 711px;
	min-height: 350px;
	margin-top: 195px;
	float: left;
	padding-top: 45px;
	padding-right: 0;
	padding-bottom: 30px;
	padding-left: 40px;
	background-color: #FFF;
}

#content_right p {
	color: #666666;
}

#content_right h2 {
	color: #333333;
	font-family: arial, sans-serif;
	font-size: 20px;
	line-height: 1.4em;
	font-weight: bold;
}

#content_right .detail_head_left h2 { background: none; padding: 0; }

#content_right h2.home_header { margin: 25px 0 15px; width: 670px; }
#content_right h2.home_header a {
	color: #666666;
}




/********** Main text **********/

#welcome {
	width: 440px;
	margin: 0 20px 30px 0;
	float: left;
	color:#333;
}

#welcome p {
	margin: 10px 0 0 0;
	color:#333;
	}
#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;
	color:#333;
}

#contact { width: 220px; padding-top: 37px; float: left;}

a.more {
	color: #333;
	font-weight: bold;
}





/********** Search **********/

#buying_search, #renting_search {
	position: absolute;
	width: 210px;
	height: 430px;
	padding: 0px;
	background-color: #00431E;
	background-image: url(images/search_top_background.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#renting_search { visibility: hidden; }

ul.buying_search_tabs, ul.renting_search_tabs {
	width: 200px;
	height: 30px;
	padding-top: 15px;
	padding-right: 5px;
	padding-left: 5px;
}

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: 100px;
	height: 30px;
	font: bold 12px/30px arial, sans-serif;
	text-align: center;
	text-decoration:none;
	float: left;
}

a.search_tab_on {
	background: url(images/search_tab.png) no-repeat top left;
	color: #cccccc;
	overflow: hidden;
}

a.search_tab_off {
	color: #CCCCCC;
	overflow: hidden;
}

/********** Search form **********/

form.form {
	clear: both;
	width: 190px;
	height: 390px;
	padding: 10px 10px 10px;
	background: url(images/search_bottom.png) no-repeat bottom left;
	font-weight: normal;
	color: #FFFFFF;
}

form.form .line, form.form .line label { width: 180px; }

form.form .line select, form.form .line input.input_promo {
	width: 190px;
	margin: 2px 0 10px 0;
	padding: 3px 2px;
	border-top: 1px solid #00050e;
	border-right: 1px solid #113261;
	border-bottom: 1px solid #224c82;
	border-left: 1px solid #001029;
	font: bold 11px/1em arial, sans-serif;
	color: #333333;
	background-color: #CCCCCC;
}

form.form .line input.input_promo { width: 184px; }

form.form .line input.button {
	background-color: #1F5A39;
	border: 1px solid #999999;
	padding: 4px;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 9px;
	margin-left: 0;
	color: #CCCCCC;
}

form.form .line a {
	color: #FFFFFF;
}








/********** Favorites **********/

.search_height {
	width: 210px;
	height: 450px;
	background: none;
}

.favorites {
	width: 210px;
	margin-top: 10px;
	background: url(images/favorites_background.gif) repeat-y;
	color: white;
}
.favorites_footer {
	width: 210px;
	padding-bottom: 15px;
	background: url(images/favorites_footer.gif) no-repeat bottom;
}
h3.favorites_header {
	width: 170px;
	height: 30px;
	padding: 5px 20px 0 20px;
	font: bold 14px/26px Arial, Helvetica, sans-serif;
	color: white;
	background-image: url(images/favorites_header.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.favorites ul {
	width: 210px;
	padding: 0 10px;
}
.favorites ul li {
	list-style: none;
}
.favorites ul li a {
	display: block;
	width: 170px;
	color: white;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}
.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.png) no-repeat top;
}

.list_left {
	width: 200px;
	height: 35px;
	margin: 10px 0 0 0;
	padding: 15px 10px;
	color: #666666;
}

#content_left .list_left a:hover {
	color: #666666;
}

.list_left h3 { font: bold 14px/1.8em arial, sans-serif; }

.list_left p { font: normal 11px/1.4em arial, sans-serif; }

#mailing_list { display: none; }





#web_stats {
	width: 220px;
	margin-bottom: 15px;
	padding: 15px 20px;
	background: url(images/web_stats.gif) no-repeat;
	color:#333333
}

#web_stats h3 { display: none; }

.loading {
    background:transparent url(/ASP3/images/ajax_load.gif) no-repeat left top;
    padding: 0 0 20px 20px;
}

form.list_form { width: 200px; }

form.list_form input.field {
	width: 194px;
	padding: 2px;
	margin: 10px 0;
	border: 1px solid #a776ff;
	font: bold 12px/1.5em arial, sans-serif;
	color: #666666;
	background: #b992ff url(images/info_contact.gif) repeat-x;
	float: left;
}

form.list_form input.button {
	width: 70px;
	margin: 0 5px 10px 0;
}



/********** Promotions **********/

#promotions {
	clear: both;
	width: 700px;
}

.promotion {
	width: 220px;
	margin: 0 10px 0 0;
	background-color: #656364;
	float: left;
	background-image: url(images/promotion_footer.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	color: #CCCCCC;
	display: block;
}

.promotion h3 {
	width: 205px;
	background-color: #999999;
	color: #CCCCCC;
	font-family: arial, sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
	padding-left: 15px;
	overflow: hidden;
	background-image: url(images/promotion_header.jpg);
	background-position: top;
}

.promotion h3 a {
	text-decoration: none;
	color: #CCCCCC;
}

.promotion img {
	width: 220px;
	height: 110px;
	display: block;	
}

.promotion div.text_promotion {
	width: 200px;
	padding: 5px 10px;
	color: #CCCCCC;
	min-height: 55px;
	font-family: arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 1.2em;
	font-weight: normal;
	font-variant: normal;
}

.promotion div.text_promotion a{
	text-decoration: none;
	color: #CCCCCC;
}

/********** Results promotions **********/

.results_promo {
	clear: both;
	width: 700px;
	padding: 10px 0;
	border-top: 1px solid #333;
}

.results_promo img { float: left; }

.txt_results_promo {
	width: 360px;
	margin: 0 10px;
	font: normal 11px/1.4em arial, sans-serif;
	float: left;
}

.txt_results_promo span {
	color: #666666;
}

.txt_results_promo h3 a {
	text-decoration: none;
	font-size: 14px;
}

.results_promo img.logo_promo { width: 120px; }








/********** Offers **********/

#offers { clear: both; width: 700px; }

#offers ul {clear: both;}

.venta, .alquiler {
	width: 210px;
	margin: 0 10px 10px 0;
	padding: 0 5px;
	float: left;
	height: 360px;
}

.venta {
	background: url(images/sale.png) no-repeat;
	color: #CCCCCC;
}

.alquiler {
	background: url(images/renting.png) no-repeat;
	color: #CCCCCC;
}

.venta img, .alquiler img {
	width: 210px;
	height: 116px;
	display: block;
}

.venta a, .alquiler a {
	background: none;
	color: #CCCCCC;
}

.venta h3, .alquiler h3 {
	width: 200px;
	height: 30px;
	margin-bottom: 5px;
	padding: 0 5px;
	font: bold 13px/30px arial, sans-serif;
	color: #CCCCCC;
	text-align: center;
	overflow: hidden;
}
.save2list img {

	display: none;
}
.venta h3 a, .alquiler h3 a {
	text-decoration: none;
	color: #CCCCCC;
}

.venta .reference {
	height: 20px;
	padding: 0 5px;
	line-height: 15px;
	font-size: 10px;
	color: #CCCCCC;
}

.alquiler .reference {
	height: 20px;
	padding: 0 5px;
	line-height: 15px;
	font-size: 10px;
	color: #CCCCCC;
}

.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;
	clear: both;
	font: normal 11px/1.4em arial, sans-serif;
}

#content_right .venta p.description {
	color: #CCCCCC;
}

#content_right .alquiler p.description {
	color: #CCCCCC;
}

.venta .description a {
	color: #CCCCCC;
}

.alquiler .description a {
	color: #CCCCCC;
}

.venta .save2list, .alquiler .save2list { height: 27px; padding: 5px; }
.venta .save2list a, .venta .save2list .tabs, .venta .save2list .guardado, .venta .save2list .borrar {
	color: #CCCCCC;
}
.alquiler .save2list a, .alquiler .save2list .tabs, .alquiler .save2list .guardado, .alquiler .save2list .borrar {
	color: #CCCCCC;
}

*:first-child+html .venta .save2list, *:first-child+html .alquiler .save2list { height: 25px; }

.venta .price, .alquiler .price {
	height: 40px;
	font: normal 18px/40px arial, sans-serif;
	text-align: center;
	color:#CCCCCC;
}

#content_right .venta p.price {
	color: #CCCCCC;
	margin-top:8px;
}
	
#content_right .alquiler p.price {
	color: #CCCCCC;
	margin-top:8px;
}

.venta a.more_info {
	display: block;
	width: 200px;
	height: 18px;
	margin: 10px 0 4px 5px;
	font: normal 12px/18px arial, sans-serif bold;
	text-align: center;
	text-decoration: none;
	color: #CCCCCC;
	text-transform: uppercase;
}

.alquiler a.more_info {
	display: block;
	width: 200px;
	height: 18px;
	margin: 10px 0 4px 5px;
	font: normal 12px/18px arial, sans-serif bold;
	text-align: center;
	text-decoration: none;
	color: #CCCCCC;
	text-transform: uppercase;
}




/********** Info at the bottom (about company) **********/

.info_company {
	clear: both;
	width: 680px;
	padding: 10px 0 0 0;
	font: normal 11px/1.4em arial, sans-serif;
}

.mini_logo {
	width: 60px;
	height: 60px;
	margin: 0 10px 0 0;
	float: left;
}

#contact_mini_logo { display: none; }

/********** Shortcuts **********/

#shortcuts {
	clear: both;
	width: 100%;
	margin: 0 auto;
	background-color: #91151b;
	font: normal 10px/1.4em arial, sans-serif;
	text-align: left;
	color: white;
	background-image: url(images/shortcuts_background.jpg);
	background-repeat: repeat-x;
}

#shortcuts table.shortcuts_table {
	width: 985px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 30px;
	margin-top:30px;
}

#shortcuts table.shortcuts_table a {
	background: none;
	color: #CCCCCC;
}

#shortcuts table.shortcuts_table h2 {
	font: bold 20px/1em arial, sans-serif;
	margin: 10px 0px 0;
	color: #CCCCCC;
}

#shortcuts table.shortcuts_table h3 {
	font: bold 14px/1em arial, sans-serif;
	margin: 15px 0px 10px;
	color: #CCCCCC;
}

#shortcuts table.shortcuts_table tr td div#div { margin: 0 0px 20px; }

/********** Footer **********/

#footer {
	clear: both;
	width: 100%;
	height: 30px;
	margin: 0 auto;
	padding: 15px 0px;
	font: normal 10px/1.4em arial, sans-serif;
	text-align: center;
	color: #666666;
	background-color: #FFFFFF;
}

#footer div {
	width: 985px;
	margin:0 auto;
	text-align:left;
}

#footer p { float: left; }

#footer p#right {
	color: #666666;
	float: right;
}

#footer a {
	color: #666666;
	background: none;
}
