/********** Main CSS Document (main.css) INMOWEB **********/

* {
	margin: 0;
	padding: 0;
}

html, body, img {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	margin: 10px 0 0 0;
	background: #ce291d;
	font: normal 12px/1.6em sans-serif;
	color: #404040;
	text-align: center;
}

a {
	color: #404040;
}

a:link, a:visited {
	text-decoration: underline;
}

a:hover, a:active {
	text-decoration: none;
}

/********** Container **********/

#container {
	width: 988px;
	margin: auto;
	padding: 0px 0 0 0;
	text-align: left;
	position:relative;
}

/********** Header **********/

#header {
	width: 978px;
	height: 384px;
	margin: 0 0 10px 0;
	background: url(images/bck_header.gif) no-repeat;
	text-align:right;
	padding:82px 10px 0px 0px
}

/********** Navigation bar **********/

div#navigation {
	position:absolute;
	top:485px;
	left:12px;
	width: 963px;
	margin: auto;
	background:#f6d7d4;
	border:#f6a29a solid 1px;
}

ul#navbar {
	float: left;
}

ul#navbar li {
	margin: 0px;
	list-style: none;
	float: left;
}

ul#navbar li a {
	display: block;
	padding: 8px 15px;
	font-size:14px;
	text-align: center;
	text-decoration: none;
	color: #ce291d;
	float: left;
	font-weight:bold;
}

ul#navbar li a:hover {
	color: #fff;
	background:#ce291d
}

ul#select_language {
	width: 295px;
	padding-left: 8px;
	position:absolute;
	top:-428px;
	right:12px;	
}

ul#select_language li {
	margin: 9px 7px;
	list-style: none;
	float: left;
}

ul#select_language li a.languages {
	display: block;
	width: 16px;
	height: 11px;
	border:#aaaaaa solid 1px;
}

ul#select_language li a.languages:hover {
	border:#ce291d solid 1px;
}

ul#select_language li a.languages img {
	width: 16px;
	height: 11px;
}

/********** Content **********/

#content_background {
	width:988px;
	background:url(images/bck_content.gif) repeat-y;
	}

#content {
	width: 968px;
	background:url(images/bck_content_top.gif) no-repeat top;
	padding:57px 10px 0px 10px
}

#content_left {
	width: 220px;
	margin: 0 17px 0 2px;
	float: left;
	background:#f6d7d4;
	border:#f6a29a solid 1px;
}

#content_right {
	width: 725px;
	float: left;
	padding-top:30px;
}

#content_right h2 {
	font: bold 20px/1em sans-serif;
	color: #ce291d;
}

#content_right h2.home_header {
	padding: 0 0 20px 0;
}

#content_right h2.home_header a { color: #81ada8; }

#margin_bottom {
	clear: both;
	width: 700px;
	height: 20px;
}

/********** Main text **********/

#welcome {
	width: 450px;
	margin: 0 10px 0 0;
	padding: 0 0 20px 0;
	float: left;
}

#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 #ccc;
}

#contact {
	width: 220px;
	color: #ce291d;
	float: right;
}

a.more {
	color: #404040;
	font-weight: bold;
}

/********** Search **********/

#buying_search, #renting_search {
	position: absolute;
	width: 367px;
	height: 302px;
	top:135px;
	left:25px;
}

#renting_search {
	visibility: hidden;
}


ul.buying_search_tabs, ul.renting_search_tabs {
	width: 368px;
	height: 28px;
}

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: 183px;
	height: 28px;
	font: bold 11px/28px sans-serif;
	text-align: center;
	text-decoration: none;
	float: left;
}

#buying_search ul.buying_search_tabs li a.search_tab_on {
	margin-right:1px;
}

#renting_search ul.buying_search_tabs li a.search_tab_on {
	margin-left:1px;
}

a.search_tab_on {
	background: url(images/bck_tab_on.gif) no-repeat left;
	color: #fff;
}

a.search_tab_off {
	background: url(images/bck_tab_off.gif) no-repeat right;
	color: white;
}

/********** Search form **********/

#buying_search form{
	background:url(images/bck_search.gif) no-repeat 0px 0px;
	}
	
#renting_search form {
	background:url(images/bck_search.gif) no-repeat 0px -274px;
	}


form.form {
	clear: both;
	width: 347px;
	height: 254px;
	padding: 10px;
	color: white; 
}

form.form .line {
	width: 166px;
	height:55px;
	float:left;
	text-align:left;
}

form.form #numero_ref,
form.form #tipo_de_propiedad,
form.form #dormitorios {
	margin:0px 10px 0px 0px;
}

form.form .line p {
	margin:13px 0px 0px 15px;
	color:#FFFFFF;
}

form.form .line p a {
	color:#FFFFFF;
}

form.form .line label { width: 166px; }

form.form .line select,
form.form .line input.input_promo {
	width: 158px;
	margin: 2px 0 10px 0;
	padding: 3px;
	background-color: #F4F8F7;
	border: 1px solid #a4c4c0;
	font: normal 11px/1em sans-serif;
	color: #4c7974;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

form.form .line input.input_promo {
	width: 154px;
	border: 1px solid #81ada8;
	padding: 4px 3px ;
}

form.form .line input.button {
	width: 159px;
	margin: 10px 0px 0px 5px;
	background:url(images/bck_submit.jpg) no-repeat;
	height:30px;
	border:none;
	color:#FFFFFF;
	text-shadow: #96180f 0px -1px 0px;
	font-size:12px;
	text-transform:uppercase;

}
#filtro_resultados form div{
	margin:15px 8px !important;}
/********** Favorites **********/

.search_height {
	display:none;
}

.favorites {
	/*position: relative;
	top: 325px;*/
	width: 218px;
	color: #ce291d;
	margin-bottom: 20px;
}

h3.favorites_header {
	height: 26px;
	margin: 0 20px;
	font: bold 14px/26px sans-serif;
	color: #ce291d;
	border-bottom:#f6a29a solid 1px;
}

.favorites a {
	margin:0px 20px 0px 20px;
	text-decoration:none;
	padding:5px 10px;
	color: #ce291d;
	display:block;
	border:#ce291d solid 1px;
	text-align:center;
	font-weight:bold;
}

.favorites a:hover {
	text-decoration:none;
	border:#ce291d solid 1px;
	background:#ce291d;
	color:#FFFFFF;
}

.favorites ul {
	width: 218px;
	padding: 5px 0;
}

.favorites ul li {
	list-style: none;
}

.favorites ul li a {
	display: block;
	width: 180px;
	padding: 2px 20px;
	color: #ce291d;
	text-decoration:none;
	border:none;
	margin:0px;
	text-align:left;
	font-weight:normal
}

.favorites ul li a:hover {
	background: #ce291d;
	color: #fff;
	border:none;
}

.list_left {
	width: 190px;
	padding: 5px 10px;
	margin: 5px;
	color: #6b6b55;
	background-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: 725px;
}

.promotion {
	width: 220px;
	margin: 0 10px 10px 0;
	background-color: #fff;
	float: left;
	padding:4px;
	border:#c1c1c1 solid 1px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.promotion h3 {
	width: 220px;
	font: bold 14px/24px sans-serif;
	color: #ce291d;
	text-align:center;
}

.promotion h3 a {
	text-decoration: none;
	color: #404040;
}

.promotion img {
	width: 220px;
	height: 110px;
}

.promotion div.text_promotion {
	width: 200px;
	padding: 5px 10px;
	background-color: #f6d7d4;
	font: normal 12px sans-serif;
	color: #ce291d;
	min-height:70px;
	margin-top:5px;
	text-align:center;
}	
.promotion div.text_promotion a{
	text-decoration: none;
	color: #404040;
	height:30px;
	display:block;
	text-decoration:underline;
}

.promotion div.text_promotion a:hover {
	text-decoration:none;
}

/********** Results promotions **********/

.results_promo {
	clear: both;
	width: 700px;
	padding: 10px 0;
	border-top: 1px solid #ccc;
}

.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: #81ada8;
}

.txt_results_promo h3 a {
	text-decoration: none;
	font-size: 14px;
}

.results_promo img.logo_promo {
	width: 120px;
}

/********** Offers **********/

#offers {
	clear: both;
	width: 725px;
	padding: 10px 0 0 0;
	overflow:hidden;
	margin-bottom:10px;
}

.venta, .alquiler {
	width: 210px;
	margin: 0 10px 10px 0;
	padding: 0 9px;
	float: left;
	height: 355px;
	position:relative;
}

.venta img.vendido,
.alquiler img.vendido {
	position:absolute;
	top:33px;
	left:7px;
	width:103px;
	height:104px;
	}

.venta {
	background:url(images/bck_venta.gif) no-repeat;
	color: #6b6b55;
}

.alquiler {
	background:url(images/bck_alquiler.gif) no-repeat;
	color: #ce291d;
}

.venta h3, .alquiler h3 {
	width: 200px;
	padding: 4px 0px;
	font: bold 14px/28px sans-serif;
	text-align: left;
}

.venta h3, .venta .reference, .venta .description {
	background: url(images/sale_line.gif) repeat-x bottom;
}

.alquiler h3, .alquiler .reference, .alquiler .description {
	background: url(images/renting_line.gif) repeat-x bottom;
}

.venta h3 a, .alquiler h3 a {
	text-decoration: none;
}

.venta h3 a { color: #4c7974; }

.alquiler h3 a { color: #A04C4C; }

.venta img, .alquiler img {
	width: 210px;
	height: 110px;
	display:block;
}

.venta .reference, .alquiler .reference {
	height: 42px;
	line-height: 20px;
	font-size: 10px;
	color: #404040;
	overflow:hidden
}

.venta .reference span.type, .alquiler .reference span.type {
	width:73px;
	margin:7px 2px 0px 0px;
	float: right;
	text-align:center;
	font-weight:bold;
}

.venta .reference span.reference_num, .alquiler .reference span.reference_num {
	float: left;
	width:125px;
	margin:23px 0px 0px 2px;
	text-align:center;
	font-weight:bold;
}

.venta .description, .alquiler .description {
	height: 46px;
	padding: 5px 0;
	clear: both;
	font: normal 11px/1.4em sans-serif;
}

.venta .description a, .alquiler .description a { color: #404040; }

.venta .save2list, .alquiler .save2list {
	height: 32px;
	padding: 5px 0;
}

*:first-child+html .venta .save2list,*:first-child+html .alquiler .save2list {height: 30px;}

.guardado img {
	width:auto;
	height:auto;
	display:inline;
	}

.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: 210px;
	height: 18px;
	margin: 0 0 4px 0;
	font: normal 12px/18px sans-serif;
	text-align: center;
	text-decoration: none;
	color: white;
}

.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;
	font: normal 11px/1.4em sans-serif;
}

.mini_logo {
	width: 60px;
	height: 60px;
	margin: 0 10px 0 0;
	float: left;
	border:#ccc solid 1px;
}

/********** Shortcuts **********/

#shortcuts {
	clear: both;
	width: 988px;
	margin:0px auto;
	background:url(images/bck_content.gif) repeat-y center;
	font: normal 10px/1.4em sans-serif;
	text-align: left;
	color: white;
	padding-bottom: 20px;
}

#shortcuts table.shortcuts_table {
	position: relative;
	top: 15px;
	width: 920px;
	margin: 0 auto;
	border-top:#c1c1c1 solid 1px;
} 

#shortcuts table.shortcuts_table h2 {
	font: bold 20px/1em sans-serif;
	color: #ce291d;
	margin:20px 0px 0px 0px;
	
}

#shortcuts table.shortcuts_table h3 {
	font: bold 14px/1em sans-serif;
	color: #81ada8;
	margin: 10px 0 0 0;
}

#shortcuts table.shortcuts_table tr td div#div {
	margin: 0 0 20px 0;
} 

/********** Footer **********/

#footer {
	clear: both;
	width: 988px;
	margin:0px auto;
	height: 50px;
	background: url(images/bck_content_bot.gif) no-repeat top;
	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: #ffcbc7;
}

