/********** 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: #000;
	font: normal 12px/1.6em sans-serif;
	color: #fff;
	text-align: center;
}

a {
	color: #188bc0;
}

a:link, a:visited {
	text-decoration: underline;
}

a:hover, a:active {
	text-decoration: none;
}

/********** Container **********/

#container {
	width: 970px;
	margin: auto;
	padding: 0px;
	background:url(images/bck_container.gif) repeat-y;
}

#content_background {
	padding-bottom:30px;
	background:url(images/bck_shortcuts.gif) no-repeat bottom;
	}

/********** Header **********/

#header {
	width: 970px;
	height: 350px;
	margin: 0px 0px 10px 0px;
}

/********** Navigation bar **********/

div#navigation {
	width:938px;
	margin: auto;
	padding: 0px;
	display:block;
	clear:both;
	overflow:hidden;
}

ul#navbar {
	width:696px;
	float: right;
	background:#00567e;
	border:#FFFFFF solid 1px;
}

ul#navbar li {
	margin:0px;
	list-style: none;
	float: left;
}

ul#navbar li a {
	display: block;
	padding: 0px 26px 0px 25px;
	font: normal 12px/24px sans-serif;
	text-align: center;
	text-decoration: none;
	color: #fff;
	float: left;
	text-transform:uppercase;
	font-size:10px;
}

ul#navbar li a:hover {
	padding: 0px 26px 0px 25px;
	color: #00567e;
	background:#FFFFFF;
}

ul#select_language {
	width: 230px;
	float: left;
}

ul#select_language li {
	margin: 7px 4px;
	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: 938px;
	text-align:left;
	margin:20px 16px 0px 16px;
}

#content_left {
	width: 230px;
	margin: 0px 10px 0px 0px;
	float: left;
}

#content_right {
	float: left;
	width:698px;
	margin:0px 0px 0px 0px;
}

#content_right h2 {
	font: bold 20px/1em sans-serif;
	color: #188bc0;
}

#content_right h2.home_header {
	padding: 0 0 20px 0;
	color:#188bc0;
}

#content_right h2.home_header a { color: #188bc0; }

#margin_bottom {
	clear: both;
	width: 698px;
	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 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;
}

#contact {
	width: 220px;
	color: #fff;
	float: right;
	border-left:#FFFFFF solid 1px;
	padding-left:10px;
}

a.more {
	color: #188bc0;
	font-weight: bold;
}

/********** Search **********/

#buying_search, #renting_search {
	position: absolute;
	width: 220px;
	height: 413px;
	background: url(images/search.gif) repeat-y;
}

#renting_search {
	visibility: hidden;
}

ul.buying_search_tabs, ul.renting_search_tabs {
	width: 220px;
	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: 110px;
	height: 28px;
	font: bold 11px/28px sans-serif;
	text-align: center;
	text-decoration: none;
	float: left;
}

a.search_tab_on {
	color: #fff;
	background:url(images/arrow.gif) no-repeat 10px 10px;
}

a.search_tab_off {
	color: 188bc0;
}

/********** 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: #fff;
	border: 1px solid #fff;
	font: normal 11px/1em sans-serif;
	color: #188bc0;
}

form.form .line input.input_promo {
	width: 195px;
	border: 1px solid #fff;
}

form.form .line input.button {
	width: 80px;
	margin: 5px 0 10px 0;
}

/********** Favorites **********/

.search_height {
	width: 220px;
	height: 433px;
	background: none;
}

.favorites {
	/*position: relative;
	top: 325px;*/
	width: 218px;
	background-color: #188bc0;
	border: 1px solid #fff;
	color: #4c7974;
	margin-bottom: 20px;
}

h3.favorites_header {
	width: 178px;
	height: 26px;
	padding: 0 20px;
	font: bold 14px/26px sans-serif;
	color: white;
}

.favorites ul {
	width: 218px;
	padding: 10px 0;
}

.favorites ul li {
	list-style: none;
}

.favorites ul li a {
	display: block;
	width: 178px;
	padding: 2px 20px;
	color:#fff;
	text-decoration:none;
}

.favorites ul li a:hover {
	background:#fff;
	color:#188bc0;
}

.list_left {
	width: 198px;
	padding: 5px 10px;
	margin-top: 20px;
	border: 1px solid #fff;
	color: #fff;
	background-color: #188bc0;
}

.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: 698px;
}

.promotion {
	width: 220px;
	margin: 0 10px 10px 0;
	float: left;
}

.promotion h3 {
	width: 220px;
	border-top: 1px solid #188bc0;
	font: bold 14px/24px sans-serif;
	color: #fff;
	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: #188bc0;
	font: normal 14px/1.4em sans-serif;
	color: white;
	min-height:70px;
}	
.promotion div.text_promotion a{
	text-decoration: none;
	color: white;
}

/********** Results promotions **********/

.results_promo {
	clear: both;
	width: 698px;
	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: #188bc0;
}

.txt_results_promo h3 a {
	text-decoration: none;
	font-size: 14px;
}

.results_promo img.logo_promo {
	width: 120px;
}

/********** Offers **********/

#offers {
	clear: both;
	width: 698px;
	padding: 10px 0 0 0;
	overflow:hidden;
	margin-bottom:20px;
}

.venta, .alquiler {
	width: 210px;
	margin: 0 10px 10px 0;
	padding: 0 4px;
	float: left;
	height: 330px;
}

.venta {
	background-color: #000;
	border: 1px solid #fff;
	color: #fff;
}

.alquiler {
	background-color: #000;
	border: 1px solid #fff;
	color: #fff;
}

.venta h3, .alquiler h3 {
	width: 200px;
	height: 35px;
	padding: 0 5px;
	font: bold 16px/33px sans-serif;
	text-align: center;
	color:#188bc0;
	overflow:hidden;
}

.venta h3 a, .alquiler h3 a {
	text-decoration: none;
}

.venta h3 a { color: #fff; }

.alquiler h3 a { color: #fff; }

.venta a img, .alquiler a img {
	min-height: 116px;
}

.venta .reference, .alquiler .reference {
	height: 20px;
	line-height: 20px;
	font-size: 10px;
	color: #fff;
}

.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 .description a, .alquiler .description a { color: #fff; }

.venta .save2list, .alquiler .save2list {
	height: 25px;
	padding: 5px 0;
	color:#FFFFFF;
}

*:first-child+html .venta .save2list,*:first-child+html .alquiler .save2list {height: 23px;}

.venta .price, .alquiler .price {
	height: 35px;
	font: normal 16px/35px sans-serif;
	text-align: center;
	color: #fff;
}

.venta a.more_info, .alquiler a.more_info {
	display: block;
	width: 208px;
	height: 23px;
	margin: 0 0 4px 0;
	font: normal 12px/18px sans-serif;
	text-align: center;
	text-decoration: none;
	color: white;
	background:#188bc0;
	line-height:25px;
	border:#FFFFFF solid 1px;
}

.venta a.more_info:hover, .alquiler a.more_info:hover {
	text-decoration: none;
	color:#188bc0;
	background:#FFFFFF;
}

.venta .save2list .guardado,
.alquiler .save2list .guardado {
	color:#FFFFFF;
	}

/********** 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;
}

.mini_logo {
	width: 60px;
	height: 60px;
	margin: 0 10px 0 0;
	float: left;
}

/********** Shortcuts **********/

#shortcuts {
	clear: both;
	width: 970px;
	font: normal 10px/1.4em sans-serif;
	text-align: left;
	color: white;
	margin:0px auto;
	padding-top:20px;
	display:none;
}

#shortcuts table.shortcuts_table {
	position: relative;
	top: 15px;
	width: 910px;
	margin: 0 auto;
	color:#474747;
} 

#shortcuts table.shortcuts_table h2 {
	font: bold 20px/1em sans-serif;
	color: #474747;
}

#shortcuts table.shortcuts_table h3 {
	font: bold 14px/1em sans-serif;
	color: #474747;
	margin: 10px 0 0 0;
}

#shortcuts table.shortcuts_table tr td div#div {
	margin: 0 0 20px 0;
} 

#shortcuts a {
	color:#474747;
	}

/********** Footer **********/

#footer {
	clear: both;
	width: 968px;
	height: 50px;
	background:#188bc0;
	border:#FFFFFF solid 1px;
	font: normal 10px/1.4em sans-serif;
	text-align: left;
	color: white;
	margin:10px auto 10px auto;
}

#footer div {
	position: relative;
	top: 12px;
	width: 910px;
	margin: 0 auto;
}

#footer p { float: left; }

#footer p#right {
	color: #fff;
	float: right;
}

#footer a {
	color: #fff;
	text-decoration:underline;
}


#footer a:hover {
	color: #fff;
	text-decoration:none;
}