/********** Main CSS Document (main.css) INMOWEB / enero de 2009 **********/

* {
	margin: 0;
	padding: 0;
}
html, body, img {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	background-color: #FFFFFF;
	/*font-family: "trebuchet ms", sans-serif;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 1.6em;
	font-weight: normal;
	font-variant: normal;
	color:#434343;
}
h1 {
	font-size:24px;
	line-height:30px;
}
a {
	color: #307199;
}
a:link, a:visited {
	text-decoration: underline;
}
a:hover, a:active {
	text-decoration: none;
}
/********** Container **********/

#container {
	margin:0 auto;
	position:relative;
	width:960px;
}
/********** Header **********/

#header {
}
/********** Navigation **********/

#navigation {
	height:48px;
}
ul#navbar {
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-left:8px;
	margin-top:7px;
	width:auto;
}
ul#navbar li {
	height: 40px;
	padding-right: 7px;
	float: left;
}
ul#navbar li a {
	display: block;
	height: 40px;
	padding: 0 0px 0 7px;
	text-decoration: none;
	text-align: center;
	color: #fff;
	float: left;
	font-size: 12px;
	text-transform:uppercase;
	line-height: 35px;
	font-weight: bold;
}
ul#navbar li:hover {
	color: #2788a7;
	background: url(images/nav_active.png) no-repeat right -1px;
}
ul#navbar li a:hover {
	color: #2788a7;
	background: url(images/nav_active.png) no-repeat left -1px;
}
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_active.png) no-repeat right -1px;
	padding-right: 7px;
	color: #2788a7;
	cursor: default;
}
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_active.png) no-repeat left -1px;
	padding: 0 3px 0 10px;
	color: #2788a7;
}
ul#select_language {
	float:right;
	height:11px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding:17px 10px 10px 15px;
	width:auto;
}
ul#select_language li {
	margin-left: 9px;
	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 {
	border:1px solid #FFFFFF;
	height:11px;
	padding:1px;
	width:16px;
}
/********** Content **********/
#background {
	position:relative;
	background-color: #ffffff;
	background-image: url(images/background.png);
	background-repeat: repeat-x;
}
#content_background {
	clear: both;
	width: 960px;
	z-index: 2;/* background: url(images/content_background.gif) repeat-y left;*/
}
#content {
	height:auto !important;
	min-height:100%;
	margin-bottom: 25px;
}
#content_left {
	float:right;
	margin: 25px 0;
	width:230px;
}
#content_right {
	float:left;
	width:720px;
	margin: 25px 0;
}
#content_right p {
	color: #404040;
}
#content_right h2 {
	color: #404040;
	font-size: 24px;
	line-height: 1.4em;
	font-weight: bold;
}
#content_right .detail_head_left h2 {
	background: none;
	padding: 0;
}
#content_right h2.home_header {
	margin: 0 0 15px;
	width: 670px;
}
#content_right h2.home_header a {
	color: white;
}
/********** Main text **********/

#welcome {
	float:left;
	margin:10px 0 20px;
	width:460px;
}
#welcome p {
	margin: 10px;
	text-align: justify;
}
#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;
	padding: 10px;
}
#contact {
	background:transparent url(images/publi.jpg) no-repeat scroll 0 0;
	float:right;
	padding-left:14px;
	padding-top:196px;
	width:226px;
}
a.more {
	font-weight: bold;
}
/********** Search **********/

.search_height {
	height:467px;
	width:230px;
}
#buying_search, #renting_search {
	background:transparent url(images/search.png) no-repeat;
	height:467px;
	position:absolute;
	width:230px;
}
#renting_search {
	visibility: hidden;
}
ul.buying_search_tabs, ul.renting_search_tabs {
	height:50px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-left:10px;
	width:220px;
}
ul.buying_search_tabs li, ul.renting_search_tabs li {
	float: left;
}
ul.buying_search_tabs li a, ul.renting_search_tabs li a {
	display:block;
	float:left;
	font-weight:bold;
	height:50px;
	line-height:56px;
	text-align:center;
	width:110px;
}
a.search_tab_on {
	color: #ffffff;
}
a.search_tab_off {
	color: #ddd;
	text-decoration: none;
}
a.search_tab_off:hover {
	color:#ffffff;
	text-decoration:underline;
}
/********** Search form **********/

form.form {
	clear:both;
	color:#FFFFFF;
	font-weight:normal;
	height:373px;
	padding:20px;
	width:190px;
}
form.form .line, form.form .line label {
	width: 190px;
}
form.form .line select, form.form .line input.input_promo {
	border:1px solid #0B0B0B;
	color:#404040;
	font-size:12px;
	line-height:1em;
	margin:2px 0 8px;
	padding:1px 2px;
	width:190px;
}
form.form .line input.input_promo {
	width: 183px;
}
form.form .line input.button {
background:none no-repeat scroll 0 0 transparent;
border:medium none;
bottom:17px;
color:#FFFFFF;
cursor:pointer;
font-size:18px;
position:absolute;
text-align:left;
width:190px;
}
form.form .line a {
	color: white;
}
/********** Favorites **********/
#favorito {
}
.favorites {
	background:url(images/favorites_background.png) repeat-y;
	color:#154a5b;
	margin:10px 0 10px;
	width:230px;
}
.favorites_footer {
	background:url(images/favorites_bottom.png) no-repeat center bottom;
	padding-bottom:38px;
	width:230px;
}
h3.favorites_header, #extras h3.favorites_header {
	background:transparent url(images/favorites_top.png) no-repeat scroll left top;
	color:#404040;
	font-size:16px;
	font-weight:bold;
	height:38px;
	line-height:51px;
	padding:0 20px;
	width:190px;
}
#web_stats h3 {
}
.favorites ul {
	width: 23px;
	margin: 5px 3px;
	list-style: none;
}
.favorites ul li {
	display: block;
	width: 200px;
	margin: 0 0 2px 0;
}
.favorites ul li a {
	display:block;
	font-size:13px;
	line-height:22px;
	padding:0 24px;
	text-decoration:none;
	width:176px;
}
#content_left .favorites ul li a:hover {
	color: #404040;
	text-decoration:underline;
}
.favorites a {
	padding: 0 20px 0 35px;
	color: #404040;
}
.list_left {
	width: 242px;
	color: #404040;
}
#content_left .list_left a:hover {
	color: white;
}
.list_left h3 {
	font: bold 14px/1.8em;
}
.list_left p {
	font: normal 11px/1.4em;
}
#mailing_list {
	display: none;
}
#web_stats {
	background:transparent url(images/webstatus_background.png) repeat scroll 0 0;
	color:#404040;
	height:56px;
	padding:18px 0 0 25px;
	text-align:left;
	width:205px;
}
#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;
	color: #404040;
	background: #b992ff url(images/info_contact.gif) repeat-x;
	float: left;
}
form.list_form input.button {
	background-color:#1E6896;
	border-width:1px;
	border-style:solid;
	border-bottom-color: #5F0000;
	border-left-color: #DF0000;
	border-top-color: #EF0000;
	border-right-color: #4F0000;
	color:#FFFFFF;
	margin:5px 0 8px;
	padding:3px 5px;/*width: 70px;
	margin: 0 5px 10px 0;*/
}
/********** Promotions **********/

#promotions {
	clear: both;
	width: 700px;
	overflow: hidden;
	margin-bottom: 20px;
}
.promotion {
	background:url(images/promo.png);
	width: 220px;
	height:244px;
	display:inline-block;
	margin: 0 10px 10px 0;
	float: left;
}
.promotion h3 {
color:#fff;
display:block;
height:22px;
margin:15px 10px 11px;
overflow:hidden;
text-align:center;
text-transform:uppercase;
width:200px;
}
.promotion h3 a {
	text-decoration: none;
	color: #404040;
}
.promotion img {
border:1px solid #404040;
display:block;
height:116px;
margin-left:5px;
width:208px;
}
.promotion div.text_promotion {
	color:#404040;
	height:60px;
	padding:5px 15px;
	width:190px;
}
.promotion div.text_promotion a {
	text-decoration: underline;
	color: #404040;
	font-size: 11px;
}
/********** Results promotions **********/

.results_promo {
	background-color:#FFFFFF;
	border-bottom:1px solid #cccccc;
	clear:both;
	padding:15px;
	width:670px;
}
.results_promo img {
	border:1px solid #cccccc;
	display:inline-block;
	float:left;
	padding:5px;
	width:210px;
}
.txt_results_promo {
	width: 360px;
	margin: 0 10px;
	font: normal 11px/1.4em;
	float: left;
}
.txt_results_promo span {
	color: #404040;
}
.txt_results_promo h3 a {
	text-decoration: none;
	font-size: 14px;
	color:#404040;
}
.results_promo img.logo_promo {
	width: 120px;
}
/********** Offers **********/

#offers {
	clear: both;
	width: 700px;
}
.venta, .alquiler {
	float:left;
	height:376px;
	margin:0 12px 10px 0;
	padding:0 5px;
	width:210px;
	position:relative;
}
.venta img, .alquiler img {
border-color:#404040 #404040 -moz-use-text-color;
border-style:solid solid none;
border-width:1px 1px medium;
display:block;
height:116px;
margin-left:2px;
margin-top:7px;
width:204px;
}
img.vendido {
	height:84px;
	left:4px;
	position:absolute;
	top:44px;
	width:85px;
	border:none;
}
.venta {
	background: url(images/sale.png) no-repeat;
	color: white;
}
.alquiler {
	background: url(images/sale.png) no-repeat;
	color: #404040;
}
.venta a, .alquiler a {
	background: none;
}
.venta h3, .alquiler h3 {
	color:#404040;
	font-size:15px;
	font-weight:bold;
	height:45px;
	line-height:42px;
	margin-bottom:5px;
	overflow:hidden;
	padding:0 5px;
	text-align:center;
}
.venta h3 a, .alquiler h3 a {
	text-decoration: none;
	color: white;
}
.alquiler h3 {
	color:#404040;
}
.venta .reference, .alquiler .reference {
	background:none repeat scroll 0 0 #404040;
	color:#FFFFFF;
	font-size:12px;
	height:20px;
	line-height:20px;
	margin:0 2px;
	padding:0 10px;
}
.alquiler .reference {
	background:#307199;
}
.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 {
	clear:both;
	height:50px;
	overflow:hidden;
	padding:5px 10px;
}
#content_right .venta p.description {
	color: #404040;
}
#content_right .alquiler p.description {
	color:#404040;
}
.venta .description a {
	color:#404040;
}
.alquiler .description a {
	color: #404040;
}
.venta .save2list, .alquiler .save2list {
	height: 30px;
	padding: 5px 10px;
}
.venta .save2list a, .venta .save2list .tabs, .venta .save2list .guardado, .venta .save2list .borrar {
	color: #404040;
}
.alquiler .save2list a, .alquiler .save2list .tabs, .alquiler .save2list .guardado, .alquiler .save2list .borrar {
	color: #404040;
}
.guardado {
	color:#404040;
}
.guardado img {
	width:16px;
	height:16px;
	display:none;
}
#content_right .venta .price, #content_right .alquiler .price {
	color:#307199;
	font-size:18px;
	line-height:24px;
	margin-top:22px;
	padding-left:5px;
	text-align:center;
}
#content_right .alquiler .price{
	color:#307199;
}
.venta a.more_info, .alquiler a.more_info {
	color:#404040;
	display:block;
	font-size:15px;
	height:20px;
	line-height:27px;
	margin:7px auto 0;
	text-align:center;
	text-decoration:none;
	width:80px;
}
#offers ul {
	clear: both;
	list-style: none;
	padding-left: 0;
}
#detail_doc li {
	list-style-type: none;
}
#detail_doc li a {
	background-color:#FFFFFF;
	border:3px solid #2D9EC3;
	color:#2D9EC3;
	display:inline-block;
	margin:6px;
	padding:4px 7px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
/********** Info at the bottom (about company) **********/

.info_company {
	clear: both;
	width: 680px;
	padding: 10px 0 0;
	border-top: 1px solid white;
	font: normal 11px/1.4em;
}
.mini_logo {
	border:1px solid #333333;
	float:left;
	height:60px;
	margin:0 10px 0 0;
	width:60px;
}
#contact_mini_logo {
	display: none;
}
/********** Shortcuts **********/

#shortcuts {
	clear: both;
	width: 100%;
	margin: 0 auto;
	padding-top: 20px;
	color: #404040;
	font: normal 10px/1.4em;
	text-align: left;
	color: white;
	background-color: #434343;
}
#shortcuts table.shortcuts_table {
	margin:0 auto;
	padding:0 20px 25px;
	width:960px;
}
#shortcuts table.shortcuts_table a {
	background: none;
	color: white;
}
#shortcuts table.shortcuts_table h2 {
	font: bold 20px/1em;
	color: white;
}
#shortcuts table.shortcuts_table h3 {
	font: bold 14px/1em;
	margin: 15px 0 10px;
	color: white;
}
#shortcuts table.shortcuts_table tr td div#div {
	margin: 0 0 20px;
}
/********** Footer **********/

#footer {
	clear: both;
	width: 100%;
	text-align: center;
	border-top:1px solid #ffffff;
}
#footer div {
	width: 920px;
	margin: 0 auto;
	padding: 25px;
	font: normal 10px/1.4em;
	text-align: left;
	overflow: hidden;
}
#footer p {
	float: left;
}
#footer p#right {
	float: right;
}
#footer a {
	background: none;
}
