/********** Main CSS Document (main.css) INMOWEB  **********/
/* Reset Style */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
* {
	margin: 0;
	padding: 0;
}
html, body, img {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	background:#F8F8F8 url(images/background.png) repeat-x scroll 0 0;
	color:#084280;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.6em;
	text-align:center;
}
h1, h2, h3, h4, h1 a, h2 a, h3 a, h4 a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
h1 {
	font-size:32px;
}
h2 {
	font-size:24px;
}
h3 {
	font-size:14px;
}
a {
	color: #084280;
}
a:link, a:visited {
 color:#084280  text-decoration: underline;
}
a:hover, a:active {
	color: #084280F;
	text-decoration: none;
}
/********** Container **********/

#background {
}
#container {
	background:url("images/logo.png") no-repeat scroll 0px 10px transparent;
	clear:both;
	margin:0 auto 30px;
	overflow:hidden;
	padding:0;
	text-align:left;
	width:990px;
}
/********** Header **********/

#header {
	height:204px;
	margin-left:214px;
	margin-top:0;
	padding:35px 0 0 54px;
}
/********** Navigation **********/

#navigation {
	position:relative;
}
ul#navbar {
	float:right;
}
ul#navbar li {
	height:33px;
	line-height:34px;
	float: left;
	margin-right:5px;
}
ul#navbar li a {
	display:block;
	float:left;
	font-size:14px;
	height:33px;
	line-height:34px;
	margin-right:5px;
	padding:0 0 0 10px;
	text-align:center;
	text-decoration:none;
	color:#fff;
}
ul#navbar li:hover {
	color: #fff;
	display: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: #fff;
	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.png) no-repeat top left;
	color: #fff;
	display:block;
}
ul#select_language {
	background-color:#FBFBFB;
	border:1px solid #CCCCCC;
	margin-left:7px;
	padding:0 0 0 6px;
	position:absolute;
	right:22px;
	top:-242px;
}
*:first-child+html ul#select_language {
	width: 230px;
}
ul#select_language li {
	float:left;
	margin:9px 10px 11px 0;
	display:inline-block;
}
ul#select_language li a.languages {
	display: inline-block;
	width: 16px;
	height: 11px;
	text-decoration: none;
	float:left;
}
ul#select_language li a.languages {
	background: none;
}
ul#select_language li a.languages img {
	border:1px solid #FBFBFB;
	height:14px;
	width:19px;
}
/********** Content **********/

#content_background {
	clear:both;
	margin-bottom:5px;/*width:960px;*/
}
#content {
}
#content_left {
	display:inline;
	float:left;
	width:255px;
	margin-top:-94px;
}
#content_right {
	float:left;
	margin-bottom:25px;
	padding:35px 10px 20px 20px!important;
	padding:35px 0px 20px 10px;
	width:675px;
	display:inline;
}
#content_right a:hover {
}
#content_right h2 {
	line-height:1em;
	text-transform:uppercase;
}
#content_right h2.home_header {
	padding: 25px 0 15px 0;
}
#content_right h2.home_header a {
	color: #2F2F2F;
}
html>body #margin_bottom {
	clear: both;
	width: 678px;
	height: 0;
}
* html #margin_bottom {
	display: none;
}
/********** Main text **********/

#welcome {
	float:left;
	font-size:14px;
	margin:0 34px 30px 0;
	text-align:justify;
	width:407px;
}
#welcome.welcome_home {
	float:left;
	margin:0 0px 30px 0;
	text-align:justify;
	font-size:14px;
	width:100%;
}
#welcome p {
	margin: 10px 0 0 0;
}
#welcome h2 {
	font-size:24px;
}
#welcome h2 span {
	font-weight: normal;
}
#welcome img {
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	margin:20px 0 0;
	padding:8px;
}
#welcome img.company_img {
	margin: 20px 0 10px 0;
}
#welcome p.contact_p {
	margin: 10px;
	padding: 10px 0;
}
#contact {
	border-left:1px solid #FFFFFF;
	display:inline;
	float:left;
	margin-top:30px;
	padding-left:25px;
	width:205px;
}
#contact.contact_home {
	display:none;
}
a.more {
	font-weight: bold;
}
/********** Search **********/

#buying_search, #renting_search {
	background:transparent url(images/search_bkg.png) no-repeat scroll 0 0;
	color:#FFFFFF;
	height:447px;
	position:absolute;
	width:255px;
	font-weight:bold;
}
#renting_search {
	visibility: hidden;
}
ul.buying_search_tabs, ul.renting_search_tabs {
	font-weight:bold;
	height:39px;
	margin-left:14px;
	margin-top:7px;
	overflow:hidden;
}
ul.buying_search_tabs li, ul.renting_search_tabs li {
	float: left;
	width:117px;
}
ul.buying_search_tabs li a, ul.renting_search_tabs li a {
	display:block;
	float:left;
	height:39px;
	line-height:39px;
	text-align:center;
	text-decoration:none;
	width:116px;
	color:#fff;
}
a.search_tab_on {
	background: url(images/tabs.png) no-repeat right top;
}
a.search_tab_off {
	background: url(images/tabs.png) no-repeat left top;
}
/********** Search form **********/

form.form {
	clear:both;
	padding:18px 14px 15px 22px;
}
form.form .line, form.form .line label {
	width: 220px;
}
form.form .line select {
	width:218px;
}
form.form .line input.input_promo {
	width:210px;
}
form.form .line select, form.form .line input.input_promo {
	background-color:#F7F7F7;
	border:1px solid #26456A;
	color:#26456A;
	font-size:11px;
	line-height:1em;
	margin:2px 0 5px;
	padding:3px;
}
form.form .line input.button {
	background-color:transparent;
	border:medium none;
	bottom:35px;
	color:#FFFFFF;
	cursor:pointer;
	font-weight:bold;
	margin:9px 0 10px;
	padding-right:50px;
	position:absolute;
	text-align:right;
	text-transform:uppercase;
	width:200px;
}
form.form .line a {
	color:#FFF;
}
/********** Favorites **********/

.search_height {
	height: 452px;
	background: url(images/search_we_bkg.png) no-repeat center bottom;
}
.favorites {
	color:#fff;
	background: url(images/fav_bkg.png) repeat-y;
}
.favorites_footer {
	padding-bottom: 25px;
}
h3.favorites_header {
	font-size:18px;
	font-weight:bold;
	height:30px;
	line-height:30px;
	margin-bottom:10px;
	overflow:hidden;
	padding:5px 10px 0 25px;
	width:220px;
}
.favorites ul {
	padding: 0 15px;
	list-style: none;
}
.favorites ul li {
	width: 200px;
}
.favorites ul li a {
	color:#FFFFFF;
	display:block;
	padding:2px 20px 2px 23px;
	text-decoration:none;
	width:197px;
}
.favorites ul li a:hover {
	text-decoration:none;
	background:url(images/fav_hover.png) no-repeat 1px 1px;
}
.favorites a {
	padding: 0 20px 0 30px;
	color: white;
}
#extras h3.favorites_header {
	width: 220px;
	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: white;
}
.list_left h3 {
	line-height: 1.8em;
	font-weight: bold;
	font-size:24px;
}
.list_left p {
	font-style: normal;
	line-height: 1.4em;
	font-weight: normal;
	font-variant: normal;
}
#mailing_list {
	background:transparent url(images/newsletter.png) no-repeat scroll 0 0;
	height:166px;
	margin:5px 0;
	padding:37px 19px 10px;
	width:220px;
}
#mailing_list p {
	margin:3px 0 8px;
}
#capa_mailing.list_form input#email {
	border:1px solid #2C4F79;
	padding:3px;
	width:200px;
}
#capa_mailing.list_form input#NewsletterSend {
	background-color:#FBFBFB;
	border:1px solid #2C4F79;
	color:#2C4F79;
	font-weight:bold;
	margin-top:5px;
	padding:2px 7px;
}
#web_stats {
	color:#084280;
	margin:5px 0;
	padding:15px 25px 0 38px;
}
#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: 200px;
}
form.list_form input.field {
	width: 194px;
	padding: 2px;
	margin: 10px 0;
	border: 1px solid #a776ff;
	color: #333333;
	background: #b992ff url(images/info_contact.png) repeat-x;
	float: left;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: bold;
}
form.list_form input.button {
	width: 70px;
	margin: 0 5px 10px 0;
}
/********** Promotions **********/

#promotions {
	clear: both;
	width: 690px;
}
.promotion {
	background:transparent url(images/promotion.png) no-repeat scroll 0 0;
	float:left;
	height:240px;
	margin:0 5px 0 0;
	width:224px;
}
.promotion h3 {
	color:#FFFFFF;
	font-weight:bold;
	height:39px;
	line-height:44px;
	margin:0 13px;
	overflow:hidden;
	width:196px;
	text-align:center;
}
.promotion h3 a {
	text-decoration: none;
}
.promotion img {
	border:1px solid #CCCCCC;
	display:block;
	height:120px;
	margin:4px 3px 5px 5px;
	width:210px;
}
.promotion div.text_promotion {
	height:70px;
	line-height:18px;
	overflow:hidden;
	padding:5px 10px;
	width:202px;
}
.promotion div.text_promotion b {
	font-size:19px;
}
#content_right .promotion div.text_promotion a {
	text-decoration: none;
	color:#666;
}
#content_right .promotion div.text_promotion a:hover {
	text-decoration:none;
}
/********** Results promotions **********/

.results_promo {
	border-top:1px solid #084280;
	clear:both;
	float:left;
	padding:15px 3px;
	width:680px;
}
.results_promo img {
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	float:left;
	padding:4px;
}
.results_promo h3 {
	font-size:20px;
	margin:5px 0;
}
.txt_results_promo {
	width: 360px;
	margin: 0 10px;
	float: left;
	font-style: normal;
	line-height: 1.4em;
	font-weight: normal;
	font-variant: normal;
}
.txt_results_promo span {
}
.txt_results_promo h3 a {
	text-decoration: none;
	color:#084280;
}
.results_promo img.logo_promo {
	width: 120px;
}
/********** Offers **********/

#offers {
	clear: both;
	width: 690px;
}
#offers ul {
	clear:both;
	list-style:none;
	padding-top:25px;
}
#offers ul a:hover, #offers ul:hover {
	color:#26456A;
	text-decoration: underline;
}
.venta, .alquiler {
	color:#26456A;
	float:left;
	height:354px;
	margin:0 5px 10px 0;
	padding:0 5px;
	position:relative;
	width:214px;
}
.venta {
	background: url(images/sale.png) no-repeat;
}
.alquiler {
	background: url(images/sale.png) no-repeat;
}
.venta h3, .alquiler h3 {
	color:#fff;
	font-weight:bold;
	height:40px;
	line-height:42px;
	margin-bottom:4px;
	padding:0;
	text-align:center;
	width:210px;
}
.venta a, .alquiler a {
	text-decoration: none;
	color:#26456A;
}
.venta a:hover, .alquiler a:hover {
	text-decoration: none;
}
.venta h3, .venta h3 a {
}
.alquiler h3, .alquiler h3 a {
	text-decoration: none;
}
.venta img, .alquiler img {
	width: 210px;
	height: 110px;
	display:block;
	border:1px solid #ccc;
}
.venta .vendido, .alquiler .vendido {
	border:medium none;
	height:71px;
	left:4px;
	position:absolute;
	top:43px;
	width:81px;
}
.venta .reference, .alquiler .reference {
	font-size:11px;
	height:17px;
	line-height:15px;
	padding:0 4px;
}
.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:61px;
	line-height:21px;
	overflow:hidden;
	padding:4px;
}
.venta .save2list, .alquiler .save2list {
	height:46px;
	padding:0 0 5px 4px;
}
.save2list img {
	display:none;
}
*:first-child+html .venta .save2list, *:first-child+html .alquiler .save2list {
	height: 30px;
}
.venta .price, .alquiler .price {
	bottom:24px;
	font-size:16px;
	height:35px;
	line-height:32px;
	position:absolute;
	text-align:center;
	width:212px;
	overflow:hidden;
}
.venta a.more_info, .alquiler a.more_info {
	bottom:5px;
	color:#FFFFFF;
	display:block;
	font-size:11px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	margin-right:15px;
	margin-top:0;
	position:absolute;
	right:15px;
	text-align:right;
	text-decoration:none;
	width:90px;
}
.venta a.more_info:hover, .alquiler a.more_info:hover {
	text-decoration: underline;
	color:#fff;
}
.extra_text {
	margin-top:25px;
	width:690px;
}
.extra_text p {
	margin:15px 0 15px 15px;
}
/********** Info at the bottom (about company) **********/

.info_company {
	clear:both;
	font-size:11px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.4em;
	padding:20px 0 0;
	width:680px;
}
.mini_logo {
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	float:left;
	height:60px;
	margin:0 10px 0 0;
	padding:5px;
	width:60px;
}
#contact_mini_logo {
	display: none;
}
/********** Shortcuts **********/

#shortcuts {
	clear:both;
	color:#FFFFFF;
	font-size:11px;
	line-height:1.4em;
	margin:auto;
	padding:10px 20px;
	position:relative;
	text-align:left;
	background:#1368a6 url(images/shortcuts_top.png) repeat-x;
	overflow:hidden;
	display:block;
}
#shortcuts a {
	text-decoration:none;
}
#shortcuts a:hover, #shortcuts a:active {
	text-decoration:underline;
}
#shortcuts table.shortcuts_table {
	width: 920px;
	margin: 20px auto;
}
#shortcuts table.shortcuts_table a {
	color:#fff;
}
#shortcuts table.shortcuts_table h2 {
	line-height: 1em;
	font-weight: bold;
	color:#fff;
}
#shortcuts table.shortcuts_table h3 {
	margin: 15px 0 10px 0;
	line-height: 1em;
	font-weight: bold;
}
#shortcuts table.shortcuts_table tr td div#div {
	margin: 0 0 20px 0;
}
/********** Footer **********/

#footer {
	background:transparent url(images/footer_top.png) repeat-x scroll 0 0;
	clear:both;
	font-size:10px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	height:100px;
	line-height:1.4em;
	position:relative;
	text-align:left;
}
#footer div {
	background:transparent url(images/footer_logo.png) no-repeat scroll right top;
	height:100px;
	margin:auto;
	padding:46px 82px 0 0;
	width:855px;
}
#footer p {
	float: left;
}
#footer p#right {
	float:right;
	margin-right:154px;
}
#footer a {
	color: #084280;
}
