/********** Main CSS Document (main.css) INMOWEB **********/

* {
	margin: 0;
	padding: 0;
}

html, body, img {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	margin:0px;
	background: #00416c url(images/bck_body.gif) repeat-x;
	font: normal 12px/1.6em sans-serif;
	color: #404040;
	text-align: center;
}

a {
	color: #e38600;
}

a:link, a:visited {
	text-decoration: underline;
}

a:hover, a:active {
	text-decoration: none;
}

/********** Container **********/

#container {
	width: 985px;
	margin: 0px auto 20px auto;
	padding: 90px 0 0 0;
	background: url(images/logo.gif) no-repeat 0px 15px;
	text-align: left;
	position:relative;
}

/********** Header **********/

#header {
	width: 985px;
	height: 273px;
	margin: 0px;
}

/********** Navigation bar **********/

div#navigation {
	
}

ul#navbar {
	position: absolute;
	top: 60px;
	right:0px;
}

ul#navbar {
	position: absolute;
	top: 48px;
	right:20px;
	list-style:none;
}

ul#navbar li {
	height: 37px;
	margin: 5px 2px 5px 0;
	padding-right: 10px;
	float: left;
	background: url(images/bck_navbar.gif) no-repeat top right;
}

ul#navbar li a {
	display: block;
	padding: 5px 5px 0 15px;
	font: bold 10px/30px arial, sans-serif;
	text-transform:uppercase;
	text-decoration: none;
	text-align: center;
	color: #623a00;
	float: left;
	background: url(images/bck_navbar.gif) no-repeat top left;
}

ul#navbar li:hover {
	background: url(images/bck_navbar.gif) no-repeat top right;
	color: white;
}

ul#navbar li a:hover {
	background: url(images/bck_navbar.gif) no-repeat top left;
	color: white;
}

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/bck_navbar.gif) no-repeat top right;
	color: white;
	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/bck_navbar.gif) no-repeat top left;
	color: white;
}

ul#select_language {
	width: 235px;
	height:30px;
	position:absolute;
	top:0px;
	right:0px;
	padding:0px 10px;
	background:url(images/bck_lan.gif) no-repeat;
}

ul#select_language li {
	margin: 8px 5px;
	list-style: none;
	float: left;
}

ul#select_language li a.languages {
	display: block;
	width: 16px;
	height: 11px;
	font: normal 12px/24px sans-serif;
	text-decoration: none;
	float: left;
}

ul#select_language li a.languages img {
	width: 16px;
	height: 11px;
	border:#FFFFFF solid 1px;
}

/********** Content **********/

#content {
	width: 985px;
	background:url(images/bck_content.gif) repeat-y 245px;
	margin-top:30px;
}

#content_left {
	width: 225px;
	margin: -30px 20px 0 0;
	float: left;
}

#content_right {
	width: 718px;
	float: right;
	padding-top:30px;
}

#content_right #main_text_pages {
	color:#fff;
	}


#content_right h2 {
	font: normal 25px sans-serif;
	color: #fff;
	background:url(images/bck_h1.gif) no-repeat 0px 4px;
	padding-left:35px;
}

#content_right h2.home_header {
	padding: 0 0 20px 35px;
	background:url(images/bck_h1.gif) no-repeat 0px 4px;
}

#content_right h2.home_header a { color: #81ada8; }

#margin_bottom {
	clear: both;
	width: 700px;
	height: 20px;
}

/********** Main text **********/

#welcome {
	width: 426px;
	margin: 0 10px 0 0;
	padding: 0 0 20px 0;
	float: left;
	color:#FFFFFF;
}

#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;
	border-top: 1px solid #81ada8;
}

#contact {
	width: 242px;
	height:185px;
	color: #fff;
	float: right;
	margin:10px 0 0 0;
}

#contact.contact_home {
	width: 242px;
	height:185px;
	background:url(images/bck_contact.gif) no-repeat;
	color: #00416c;
	float: right;
	margin:10px 0 0 0;
	padding:40px 0px 0px 40px;
}

a.more {
	color: #e38600;
	font-weight: bold;
}

/********** Search **********/

#buying_search, #renting_search {
	position: absolute;
	width: 225px;
	height: 413px;
	margin-top:0px;
}

#renting_search {
	visibility: hidden;
}

ul.buying_search_tabs, ul.renting_search_tabs {
	width: 225px;
	height: 28px;
}

ul.buying_search_tabs li, ul.renting_search_tabs li {
	list-style: none;
	float: left;
	background:url(images/bck_pest_search.gif) no-repeat;
	margin-left:10px;
	display:inline;
}

ul.buying_search_tabs li a, ul.renting_search_tabs li a {
	display: block;
	width: 100px;
	height: 39px;
	font: bold 11px/28px sans-serif;
	text-align: center;
	text-decoration: none;
	float: left;
}

a.search_tab_on {
	background: url(images/search_tabs.jpg) no-repeat left;
	color: #fff;
}

a.search_tab_off {
	background: url(images/search_tabs.jpg) no-repeat right;
	color: #623a00;
}
.line input.button {
background-attachment:initial;
  background-color:initial;
  background-image:url(http://apart2000.es/clients/apart2000.es/css/images/bck_submit.gif);
  background-position:initial initial;
  background-repeat:no-repeat no-repeat;
  border-bottom-style:none;
  border-color:initial;
  border-left-style:none;
  border-right-style:none;
  border-top-style:none;
  border-width:initial;
  color:#FFFFFF;
  font-weight:bold;
  height:34px;
  line-height:29px;
  margin-bottom:10px;
  margin-left:0;
  margin-right:0;
  margin-top:5px;
  padding-bottom:5px;
  padding-left:0;
  padding-right:0;
  padding-top:0;
  text-align:center;
  width:134px;
}
#filtro_resultados.favorites  form {
padding: 2px 10px 0 0;
margin: 0;
color:white;
}
#filtro_resultados.favorites  form label {
font-weight:bold;
}
 #filtro_resultados.favorites
{
  background:none;
  position:relative;
  width:232px;
}
#filtro_resultados.favorites .favorites_footer
{
background:none;
}
/********** Search form **********/

form.form {
	clear: both;
	width: 200px;
	height: 365px;
	padding: 10px;
	background: url(images/search_footer.jpg) no-repeat bottom;
	font-weight: bold;
	color: white; 
}

form.form .line { width: 200px; }

form.form .line label { width: 200px; }

form.form .line select, form.form .line input.input_promo {
	width: 200px;
	margin: 2px 0 10px 0;
	padding: 1px;
	background-color: #F4F8F7;
	border: 1px solid #a4c4c0;
	font: normal 11px/1em sans-serif;
	color: #4c7974;
}

form.form .line input.input_promo {
	width: 195px;
	border: 1px solid #81ada8;
}

form.form .line input.button {
	width: 134px;
	height:34px;
	margin: 5px 0 10px 0;
	background:url(images/bck_submit.gif) no-repeat;
	text-align:center;
	color:#FFFFFF;
	border:none;
	font-weight:bold;
	line-height:29px;
	padding:0px 0px 5px 0px;
}

/********** Favorites **********/

.search_height {
	width: 220px;
	height: 433px;
	background: none;
}

.favorites {
	width: 220px;
	color: #00416c;
	margin-bottom: 20px;
	background:#fff url(images/bck_fav_top.gif) no-repeat top;
}

.favorites_footer {
	background:url(images/bck_fav_bot.gif) no-repeat bottom;
	padding-bottom:30px;
}

h3.favorites_header {
	width: 178px;
	height: 26px;
	padding: 10px 20px 0px 20px;
	font: bold 16px/26px sans-serif;
	color:#00416c;
}

.favorites ul {
	width: 218px;
	padding: 10px 0;
}

.favorites ul li {
	list-style: none;
}

.favorites ul li a,
.favorites a {
	display: block;
	width: 180px;
	padding: 2px 20px;
	color: #669cc0;
	text-decoration:none;
}

.favorites ul li a:hover {
	background: #669cc0;
	color: white;
}

.list_left {
	width: 198px;
	padding: 5px 10px;
	margin-top: 20px;
	color: #fff;
}

.list_left h3 { font: bold 14px/1.8em sans-serif; }

.list_left p { font: normal 11px/1.4em sans-serif; }

.loading
{
    background:transparent url(/ASP3/images/ajax_load.gif) no-repeat left top;
    padding-left:20px;
    padding-bottom:20px;
}

form.list_form {
	width: 198px;
}

form.list_form input.field {
	width: 192px;
	padding: 2px;
	margin: 10px 0;
	border: 1px solid #a4c4c0;
	font: bold 12px/1.5em "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #4c7974;
	background: #d9e6e5 url(images/info_contact.gif) repeat-x;
}

form.list_form input.button {
	width: 70px;
	margin: 0 5px 10px 0;
}

/********** Promotions **********/

#promotions {
	clear: both;
	width: 700px;
}

.promotion {
	width: 220px;
	margin: 0 10px 10px 0;
	float: left;
}

.promotion h3 {
	width: 220px;
	font: bold 14px/24px sans-serif;
	color: #fff;
	margin:5px 0px;
	text-transform:uppercase;
}

.promotion h3 a {
	text-decoration: none;
	color: #404040;
}

.promotion img {
	width: 220px;
	height: 110px;
}

.promotion div.text_promotion {
	width: 200px;
	padding: 5px 10px;
	font: normal 14px/1.4em sans-serif;
	color: white;
	min-height:70px;
}	
.promotion div.text_promotion a{
	text-decoration: none;
	color: #e28909;
	font-weight:bold;
}

.promotion div.text_promotion a:hover{
	text-decoration: none;
	color: #fff;
	font-weight:bold;
}

/********** Results promotions **********/

.results_promo {
	clear: both;
	width: 700px;
	padding: 10px 0;
	border-top: 1px solid #fff;
	color:#FFFFFF;
}

.results_promo img {
	/*width: 180px;*/
	float: left;
}

.txt_results_promo {
	width: 360px;
	margin: 0 10px;
	font: normal 11px/1.4em sans-serif;
	float: left;
}

.txt_results_promo span {
	color: #98cff3;
}

.txt_results_promo h3 a {
	text-decoration: none;
	font-size: 14px;
}

.results_promo img.logo_promo {
	width: 120px;
}

/********** Offers **********/

#offers {
	clear: both;
	padding: 10px 0 0 0;
	overflow:hidden;
}

.venta, .alquiler {
	width: 210px;
	margin: 0 10px 10px 0;
	padding: 0 5px;
	float: left;
	height: 368px;
	background:url(images/bck_offer.gif) no-repeat 0px 30px;
	position:relative;
}

.venta {
	color: #4c7974;
}

.alquiler {
	color: #A04C4C;
}

.venta h3, .alquiler h3 {
	width: 200px;
	height: 35px;
	padding: 0 5px;
	font: bold 16px/33px sans-serif;
	text-align: center;
	color: #fff;
}

.venta h3 a, .alquiler h3 a {
	text-decoration: none;
}

.venta a img,
.alquiler a img {
	display:block;
	height:116px;
	width:210px;
}

.venta img, .alquiler img {
	/*width: 210px;
	height: 110px;*/
}

.venta .vendido,
.alquiler .vendido {
	position:absolute;
	top:33px;
	left:0px;
	width:103px;
	height:104px;
	border:none;
	}
	
.venta .reference, .alquiler .reference {
	height: 20px;
	line-height: 20px;
	font-size: 10px;
	color: #fff;
	margin-top:20px;
}

.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;
	color:#FFFFFF;
}

.venta .description a, .alquiler .description a { color: #e28909; }

.venta .save2list, .alquiler .save2list {
	height: 32px;
	padding: 5px 0;
	color:#FFFFFF;
}

.venta .save2list .guardado, .alquiler .save2list .guardado {
	color:#FFFFFF;
}

*:first-child+html .venta .save2list,*:first-child+html .alquiler .save2list {height: 30px;}

.venta .price, .alquiler .price {
	height: 50px;
	font: bold 16px/35px sans-serif;
	text-align: center;
	color: #fff;
	line-height:50px;
}

.venta a.more_info, .alquiler a.more_info {
	display: block;
	width: 210px;
	height: 18px;
	margin: 0 0 4px 0;
	font: normal 12px/18px sans-serif;
	text-align: center;
	text-decoration: none;
	color:#e28909;
}

.venta a.more_info { background: url(images/more_info_sale.gif) repeat-x; }

.alquiler a.more_info { background: url(images/more_info_renting.gif) repeat-x; }

.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;
	border-top: 1px solid #d9e6e5;
	font: normal 11px/1.4em sans-serif;
	color:#FFFFFF;
}

.mini_logo {
	width: 60px;
	height: 60px;
	margin: 0 10px 0 0;
	float: left;
}

/********** Shortcuts **********/

#shortcuts {
	clear: both;
	width: 100%;
	background: #2e2e2e url(images/bck_footer.gif) repeat-x top;
	font: normal 10px/1.4em sans-serif;
	text-align: left;
	color: white;
}

#shortcuts table.shortcuts_table {
	position: relative;
	top: 15px;
	width: 910px;
	margin: 0 auto;
} 

#shortcuts table.shortcuts_table h2 {
	font: bold 20px/1em sans-serif;
	color: #9a9a9a;
}

#shortcuts table.shortcuts_table h3 {
	font: bold 14px/1em sans-serif;
	color: #9a9a9a;
	margin: 10px 0 0 0;
}

#shortcuts table.shortcuts_table tr td div#div {
	margin: 0 0 20px 0;
}

#shortcuts table a {
	color: #9a9a9a;
	text-decoration:none;
} 

/********** Footer **********/

#footer {
	clear: both;
	width: 100%;
	height: 50px;
	background:#2e2e2e;
	font: normal 10px/1.4em sans-serif;
	text-align: left;
	color: white;
}

#footer div {
	position: relative;
	top: 12px;
	width: 910px;
	margin: 0 auto;
}

#footer p { float: left; }

#footer p#right {
	color: #81ada8;
	float: right;
}

#footer a {
	color: #e28909;
}

