/********** Main CSS Document (main.css) INMOWEB laguna4.es - Julio de 2008 **********/

* {
	margin: 0;
	padding: 0;
}
html, body, img {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	font: normal 12px/1.6em sans-serif;
	color: #2f2f2f;
	text-align: center;
	background: #151515 url(images/background.png) repeat-x;
}
a {
	color: #2f2f2f;
}
a:link, a:visited {
	color: #2f2f2f;
	text-decoration: underline;
}
a:hover, a:active {
	color: white;
	text-decoration: none;
}
/********** Container **********/

#background {
}
#container {
	padding:16px 0 0;
	text-align:left;
	width:960px;
	margin:0 auto;
}
/********** Header **********/

#header {
	margin-left:15px;
}
/********** Navigation **********/

#navigation {
	height:51px;
	line-height:50px;
	margin:15px auto 7px;
	width:960px;
}
ul#navbar {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-left:242px;
	position:absolute;
}
ul#navbar li {
	margin: 0;
	float: left;
}
ul#navbar li a {
	color:#404040;
	display:block;
	float:left;
	font-family:sans-serif;
	font-size:12px;
	font-weight:bold;
	height:50px;
	line-height:50px;
	padding:0 12px;
	text-decoration:none;
	background-repeat: repeat-x;
	border-left:1px solid transparent;
	border-right:1px solid transparent;
}
ul#navbar li a:hover {
	color: white;
	background-image: url(images/nav_hover.png);
	background-repeat: repeat-x;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
}
#home_active ul#navbar li#pest_home a, #buy_active ul#navbar li#pest_buy a, #sell_active ul#navbar li#pest_sell a, #corporate_active ul#navbar li#pest_corporate a, #contact_active ul#navbar li#pest_contact a {
	color: #FFFFFF;
	background-image: url(images/nav_hover.png);
	background-repeat: repeat-x;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
}
ul#select_language {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-left:7px;
	margin-top:13px;
	position:absolute;
}
*:first-child+html ul#select_language {
	width: 230px;
}
ul#select_language li {
	float:left;
	margin:7px 4px 7px 5px;
}
ul#select_language li a.languages {
	display: block;
	width: 16px;
	height: 11px;
	text-decoration: none;
}
ul#select_language li a.languages {
	background: none;
}
ul#select_language li a.languages img {
	width: 16px;
	height: 11px;
}
/********** Content **********/

#content_background {
	clear: both;
	width: 960px;
}
#content {
	width: 950px;
	padding: 0px 0 0 10px;
}
#content_left {
	width: 220px;
	margin-right: 10px;
	float: left;
}
#content_right {
	background-color:#f7f7f7;
	border:1px solid #000000;
	float:left;
	padding:15px 0 20px 10px;
	width:691px;
	margin-bottom:25px;
}
#content_right a:hover {
	color:#333333;
}
#content_right h2 {
	font: bold 20px/1em sans-serif;
	color: #2F2F2F;
}
#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: 700px;
	height: 0;
}
* html #margin_bottom {
	display: none;
}
/********** Main text **********/

#welcome {
	float:left;
	margin:0 34px 30px 0;
	text-align:justify;
	width:413px;
}
#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;
	padding: 10px 0;
}
#contact {
	float:left;
	margin-top:30px;
	width:220px;
}
a.more {
	color: #404040;
	font-weight: bold;
}
/********** Search **********/

#buying_search, #renting_search {
	position: absolute;
	width: 220px;
	height: 460px;
	border:1px solid #000000;
}
#renting_search {
	visibility: hidden;
}
ul.buying_search_tabs, ul.renting_search_tabs {
	height:43px;
	width:220px;
}
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:sans-serif;
	font-size:11px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	height:43px;
	line-height:41px;
	text-align:center;
	text-decoration:none;
	width:109px;
	border-left:1px solid #000000;
}
a.search_tab_on {
	background: url(images/search_tabs.png) no-repeat left;
	color: #fafafa;
}
a.search_tab_off {
	background: url(images/search_tabs.png) no-repeat right;
	color: white;
}
#filtro_resultados.favorites {
background: url("images/search_footer.png") no-repeat scroll center top transparent;
    clear: both;
    color: white;
    font-weight: normal;
    height: 1050px;
    padding: 0 14px 15px;
    width: 193px;
	bottom:10px;
}
.line input.button {
background-color: #D9D9D9;
    border: 1px solid #000000;
    color: #333333;
    font-weight: bold;
    margin: 9px 0 10px;
    padding: 6px 15px;
}

/********** Search form **********/

form.form {
	background:transparent url(images/search_footer.png) no-repeat scroll center top;
	clear:both;
	color:white;
	font-weight:normal;
	height:392px;
	padding:0 10px 15px;
	padding:0 14px 15px;
!important width:220px;
	width:193px;
!important
}
form.form .line, form.form .line label {
	width: 200px;
}
form.form .line select {
	width:192px;
}
form.form .line input.input_promo {
	width:184px;
}
form.form .line select, form.form .line input.input_promo {
	background-color:#FAFAFA;
	border:1px solid #000000;
	color:#333333;
	font-family:arial, sans-serif;
	font-size:11px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:1em;
	margin:2px 0 10px;
	padding:3px;
}
form.form .line input.button {
	background-color:#D9D9D9;
	border:1px solid #000000;
	color:#333333;
	font-weight:bold;
	margin:9px 0 10px;
	padding:6px 15px;
}
form.form .line a {
	color: white;
}
/********** Favorites **********/

.search_height {
	width: 220px;
	height: 460px;
	background: none;
}
.favorites {
	width: 220px;
	margin-top: 10px;
	background: url(images/favorites_background.png) repeat-y;
	color: white;
	border:1px solid #000000;
}
.favorites_footer {
	width: 220px;
	padding-bottom: 15px;
	background: url(images/favorites_footer.png) no-repeat bottom;
}
h3.favorites_header {
	width: 200px;
	height: 40px;
	padding: 5px 10px 0 10px;
	background: url(images/favorites_header.png) no-repeat top;
	font: bold 14px/30px sans-serif;
	color: white;
	overflow:hidden;
}
.favorites ul {
	width: 200px;
	padding: 0 10px;
	list-style: none;
}
.favorites ul li {
	width: 160px;
	display: block;
	width: 200px;
}
.favorites ul li:hover {
}
.favorites ul li a {
	display: block;
	width: 160px;
	padding: 2px 20px;
	text-decoration:none;
}
.favorites ul li a:hover {
	background: url(images/favorites_hover.png) no-repeat center left;
	color: white;
}
.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 {
	font: bold 14px/1.8em sans-serif;
}
.list_left p {
	font: normal 11px/1.4em sans-serif;
}
#mailing_list {
	background:transparent url(images/newsletter_bkg.png) no-repeat scroll 0 0;
	border:1px solid #000000;
	height:109px;
	margin-bottom:40px;
	padding:10px 14px;
	width:192px;
}
#capa_mailing.list_form input#email {
	border:1px solid #000000;
	padding:2px;
	width:115px;
}
#capa_mailing.list_form input#NewsletterSend {
	background-color:#FBFBFB;
	border:1px solid #000000;
	color:#000000;
	padding:1px 5px;
}
#web_stats {
	background:transparent url(images/web_stats.png) no-repeat scroll 0 0;
	margin-bottom:5px;
	padding:15px 25px;
	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: 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: #ee6308;
	background: #b992ff url(images/info_contact.png) repeat-x;
	float: left;
}
form.list_form input.button {
	width: 70px;
	margin: 0 5px 10px 0;
}
/********** Promotions **********/

#promotions {
	clear: both;
	width: 690px;
}
.promotion {
	background-color:#2F2F2F;
	border:1px solid #2F2F2F;
	float:left;
	margin:0 7px 0 0;
	width:220px;
}
.promotion h3 {
	background-color:#2F2F2F;
	color:#FAFAFA;
	font-family:sans-serif;
	font-size:10px;
	font-size:14px;
!important font-weight:bold;
	line-height:24px;
	margin:0 5px;
	width:210px;
	height:27px;
	overflow:hidden;
}
.promotion h3 a {
	text-decoration: none;
	color: #F03D1D;
}
.promotion img {
	width: 220px;
	height: 110px;
	display:block;
}
.promotion div.text_promotion {
	width: 200px;
	padding: 5px 10px;
	font: normal 14px/1.4em sans-serif;
	color: white;
	min-height: 70px;
}
#content_right .promotion div.text_promotion a {
	text-decoration: none;
	color: #fff;
}
#content_right .promotion div.text_promotion a:hover {
	text-decoration: underline;
	color:#fff;
}
/********** Results promotions **********/

.results_promo {
	clear: both;
	width: 680px;
	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 sans-serif;
	float: left;
}
.txt_results_promo span {
}
.txt_results_promo h3 a {
	text-decoration: none;
	font-size: 14px;
}
.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:#333;
	text-decoration: underline;
}
.venta, .alquiler {
	width: 210px;
	margin: 0 7px 10px 0;
	position:relative;
	padding: 0 5px;
	float: left;
	height: 347px;
	color:#fff;
}
.venta {
	background: url(images/sale.png) no-repeat;
}
.alquiler {
	background: url(images/renting.png) no-repeat;
}
.venta h3, .alquiler h3 {
	width: 200px;
	height: 40px;
	padding: 0 5px;
	font: bold 14px/40px sans-serif;
	text-align: center;
	margin-bottom:4px;
}
#content_right .venta a, #content_right .alquiler a {
	color:#fff;
	text-decoration: none;
}
#content_right .venta a:hover, #content_right .alquiler a:hover {
	color:#fff;
	text-decoration: underline;
}
.venta h3, .venta h3 a {
	color: #fff;
}
.alquiler h3, .alquiler h3 a {
	color: #333;
	text-decoration: none;
}
.venta img, .alquiler img {
	width: 210px;
	height: 110px;
	display:block;
	border:1px solid #000000;
}
.venta .vendido, .alquiler .vendido {
	border:medium none;
	height:71px;
	left:4px;
	position:absolute;
	top:43px;
	width:81px;
}
.venta .reference, .alquiler .reference {
	height: 20px;
	line-height: 20px;
	font-size: 10px;
}
.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 sans-serif;
}
.venta .save2list, .alquiler .save2list {
	height: 32px;
	padding: 5px 0;
}
.save2list img {
	display:none;
}
*:first-child+html .venta .save2list, *:first-child+html .alquiler .save2list {
	height: 30px;
}
.venta .price, .alquiler .price {
	height: 35px;
	font: normal 16px/35px sans-serif;
	text-align: center;
}
.venta a.more_info, .alquiler a.more_info {
	display: block;
	width: 200px;
	height: 20px;
	margin: 0 0 4px 5px;
	font: normal 12px/8px sans-serif;
	text-align: center;
	text-decoration: none;
	color: white;
}
.venta a.more_info:hover, .alquiler a.more_info:hover {
	text-decoration: underline;
}
.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;
	width: 680px;
	padding: 10px 0 0 0;
	border-top: 1px solid #ccc;
	font: normal 11px/1.4em sans-serif;
}
.mini_logo {
	width: 60px;
	height: 60px;
	margin: 0 10px 0 0;
	float: left;
}
#contact_mini_logo {
	display: none;
}
/********** Shortcuts **********/

#shortcuts {
	clear: both;
	position: relative;
	left: 10px;
	background: #e0e0e0 url(images/shortcuts.gif) repeat-x bottom;
	font: normal 10px/1.4em sans-serif;
	text-align: left;
	color: #F03D1D;
	padding:10px 30px;
	width:890px;
	margin:auto;
}
#shortcuts a:hover, #shortcuts a:active {
	color:#333;
}
#shortcuts table.shortcuts_table {
	position: relative;
	top: 15px;
	width: 920px;
	margin: 0 auto 20px auto;
}
#shortcuts table.shortcuts_table h2 {
	font: bold 20px/1em sans-serif;
	color: #333;
}
#shortcuts table.shortcuts_table h3 {
	font: bold 14px/1em sans-serif;
	margin: 15px 0 10px 0;
}
#shortcuts table.shortcuts_table tr td div#div {
	margin: 0 0 20px 0;
}
/********** Footer **********/

#footer {
	clear: both;
	position: relative;
	height: 60px;
	background: url(images/footer.gif) repeat-x;
	font: normal 10px/1.4em sans-serif;
	text-align: left;
	color: #f2f2f2;
	border:1px solid #000000;
}
#footer div {
	padding:15px 32px 0;
	width:880px;
	margin:auto;
}
#footer p {
	float: left;
}
#footer p#right {
	color: #F03D1D;
	float: right;
}
#footer a {
	color: white;
}

