/********** Main CSS Document (main.css) INMOWEB  **********/

* {
	margin: 0;
	padding: 0;
}
html, body, img {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 1.6em;
	font-weight: normal;
	font-variant: normal;
	color:#fff;
	background:url("images/top_bkg.png") repeat-x #161616;
}
a {
	color:#eee;
	text-decoration:underline;
}
a:link, a:visited {
	text-decoration: underline;
}
a:hover, a:active {
	color:#eee;
	text-decoration:underline;
}
/********** Container **********/

#container {
	background: url("images/logo.png") no-repeat scroll 5px 4px transparent;
	margin: 0 auto;
	position: relative;
	width: 960px;
}
/********** Header **********/

#header {
	height: 294px;
	padding-top: 88px;
}
/********** Navigation **********/

#navigation {
	position: relative;
}
ul#navbar {
	height: 38px;
	left: 0;
	list-style: none outside none;
	position: absolute;
	top: 2px;
}
ul#navbar li {
	float: left;
	margin: 0;
}
ul#navbar li a {
	border-bottom: 6px solid transparent;
	color: #DDDDDD;
	display: block;
	float: left;
	font-size: 12px;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	margin: 0 20px;
	padding: 0 20px;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 0 #333333;
	text-transform: uppercase;
	-webkit-transition:all 0.2s ease-out;  /* Chrome y Safari */
	-moz-transition:all 0.2s ease-out;  /* Mozilla Firefox */
	transition:all 0.2s ease-out;  /* W3C */
}
ul#navbar li a:hover {
	cursor:pointer;
	border-bottom: 6px solid #f7b016;
	color:#fff;
}
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 {
}
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 {
	border-bottom: 6px solid #E50B09;
	margin:0;
	cursor: default;
}
ul#select_language {
	height: 11px;
	list-style: none outside none;
	position: absolute;
	right: 10px;
	top: -340px;
	width: auto;
}
ul#select_language li {
	margin-right: 9px;
	float: left;
}
ul#select_language li a.languages {
	display: block;
	width: 16px;
	height: 11px;
	text-decoration: none;
	background: none;
}
ul#select_language li a.languages img {
	border: 1px solid #c9c9c9;
	border-radius: 3px 3px 3px 3px;
	height: 11px;
	padding: 2px;
	width: 16px;
}
ul#select_language li a.languages img:hover {
	border-color:#999;
}
/********** Content **********/
#background {
}
#content_background {
	clear: both;
	z-index: 2;
}
#content {
	height: auto !important;
	margin: 54px 0;
	min-height: 100%;
}
#content_left {
	display: inline;
	float: left;
	position: relative;
	width: 230px;
	margin-top:25px;
}
#content_right {
	display: inline;
	float: right;
	margin-top: 25px;
	padding: 0px 0 20px 10px;
	width: 710px;
}
#content_right p {
}
#content_right h1 {
	font-size:24px;
	line-height:28px;
}
#content_right h2 {
	font-size: 24px;
	line-height: 1.4em;
	font-weight: normal;
}
#content_right .detail_head_left h2 {
	background: none;
	padding: 0;
}
#content_right h2.home_header {
	margin:0 0 10px 10px;
	width:670px;
}
#content_right h2.home_header a {
}
/********** Main text **********/

#welcome {
	float: left;
	width: 460px;
	clear:both;
}
#welcome p {
	margin: 10px;
	text-align: justify;
}
#welcome h2 span {
	font-weight: normal;
}
#welcome img {
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	margin:20px 0 0;
	padding:10px;
}
#welcome img.company_img {
	margin: 20px 0 10px 0;
}
#welcome p.contact_p {
	margin: 10px;
	padding: 10px;
}
#contact {
	border-left:1px solid #333;
	float:right;
	margin-top:53px;
	padding-left:14px;
	width:226px;
}
a.more {
	font-weight: bold;
}
/********** Search **********/

.search_height {
	height: 406px;
}
#buying_search, #renting_search {
	border: 1px solid #272727;
	height: 390px;
	left: 0;
	padding: 5px;
	position: absolute;
	top: 0;
}
#buying_search div#numero_ref, #buying_search div#tipo_operacion, #buying_search div#tipo_de_propiedad, #buying_search div#poblacion, #buying_search div#dormitorios, #buying_search div#precio, div#renting_search form.form div.line {
	height: 40px;
	margin-bottom: 5px;
}
#renting_search {
	visibility: hidden;
}
ul.buying_search_tabs, ul.renting_search_tabs {
	height: 52px;
	list-style: none outside none;
	position: relative;
}
ul.buying_search_tabs li, ul.renting_search_tabs li {
}
ul.buying_search_tabs li a, ul.renting_search_tabs li a {
	text-align: left;
	text-decoration: none;
	text-indent: 19px;
}
a.search_tab_on {
	background: none repeat scroll 0 0 #F8B626;
	color: #FFFFFF;
	display: block;
	font-size: 16px;
	height: 39px;
	line-height: 40px;
}
a.search_tab_off {
	color: #7A7A7A;
	font-size: 12px;
	height: 33px;
	left: 0;
	line-height: 35px;
	position: absolute;
	text-decoration: none;
	top: 39px;
	display:none;
}
a.search_tab_off:hover {
	text-decoration:underline;
	color:#333333;
}
/********** Search form **********/

form.form {
	clear: both;
	font-weight: normal;
	padding: 0 10px;
	width: 198px;
}
form.form .line, form.form .line label {
	line-height:21px;
}
form.form .line select, form.form .line input.input_promo {
	border: 1px solid #000;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0 0 5px;
	padding: 2px;
	width: 198px;
}
form.form .line input.input_promo {
	padding: 3px 4px;
	width: 188px;
}
form.form .line input.button, #filtro_resultados .line input.button {
	background: url("images/search_btn.png") no-repeat scroll 0 center transparent;
	border: medium none;
	color: #C50907;
	cursor: pointer;
	font-size: 14px;
	height: 34px;
	padding: 0 0 2px 20px;
	position: absolute;
	right: 5px;
	text-shadow: 0 -1px 0 #000000;
	text-transform: uppercase;
	bottom: 8px;
	width: auto;
}
form.form .line input.button:hover, #filtro_resultados .line input.button:hover {
}
form.form .line a, #filtro_resultados .line a {
	display: block;
	font-size: 10px;
	line-height: 27px;
	margin: 5px 1px;
	text-align: left;
}
#filtro_resultados {
	margin-bottom: 25px;
	padding-bottom: 82px;
}
/********** Favorites **********/
#favorito {
}
.favorites {
	border: 1px solid #272727;
	margin: 15px 0;
	padding: 5px;
}
.favorites_footer {
}
h3.favorites_header, #extras h3.favorites_header {
	background: none repeat scroll 0 0 #F8B626;
	color: #FFFFFF;
	display: block;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.2em;
	min-height: 18px;
	padding: 10px 15px;
	text-align: left;
	text-decoration: none;
}
#web_stats h3 {
}
.favorites ul {
	list-style: none;
	margin:2px 0;
}
.favorites ul li {
	display: block;
	margin: 0 0 2px 0;
}
.favorites ul li a {
	border: 1px solid transparent;
	color: #EEEEEE;
	display: block;
	line-height: 20px;
	text-decoration: none;
	-webkit-transition:all 0.2s ease-out;  /* Chrome y Safari */
	-moz-transition:all 0.2s ease-out;  /* Mozilla Firefox */
	transition:all 0.2s ease-out;  /* W3C */
}
#content_left .favorites ul li a:hover {
	background:#E50B09;
}
.favorites a {
	padding: 0 20px 0 12px;
}
.list_left {
}
#content_left .list_left a:hover {
	color: white;
}
.list_left h3 {
	font: bold 14px/1.8em;
}
.list_left p {
	font: normal 11px/1.4em;
}
#mailing_list {
	background: url("images/icon_envelope.png") no-repeat scroll 19px 10px transparent;
	border: 1px solid #272727;
	margin: 15px 0;
	padding: 5px 20px 10px;
}
#mailing_list h3 {
	font-size: 18px;
	font-weight: normal;
	line-height: 27px;
	padding-left: 42px;
}
#mailing_list p {
	margin:10px 0;
}
#capa_mailing input#email {
	border: 1px solid #000000;
	color: #333333;
	margin-bottom: 7px;
	padding: 4px 10px;
	width: 166px;
}
#capa_mailing input#NewsletterSend {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 3px double #000000;
	color: #333333;
	cursor: pointer;
	padding: 3px 22px;
	-webkit-transition:all 0.2s ease-out;  /* Chrome y Safari */
	-moz-transition:all 0.2s ease-out;  /* Mozilla Firefox */
	transition:all 0.2s ease-out;  /* W3C */
}
#capa_mailing input#NewsletterSend:hover {
	background: none repeat scroll 0 0 #F8B626;
}
#web_stats {
	background: url("images/icon_clock.png") no-repeat scroll 18px 9px transparent;
	display: block;
	margin: 15px 0;
	padding: 5px 0 0 64px;
	text-align: left;
}
#web_stats h3 {
	display: none;
}
#sociallinks {
	margin: 15px 0;
	padding-left: 20px;
}
.loading {
	background: transparent url(/ASP3/images/ajax_load.gif) no-repeat left top;
	padding: 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;
	color: #ee6308;
	background: #b992ff url(images/info_contact.gif) repeat-x;
	float: left;
}
form.list_form input.button {
	background-color:#1E6896;
	border-width:1px;
	border-style:solid;
	border-bottom-color: #5F0000;
	border-left-color: #DF0000;
	border-top-color: #EF0000;
	border-right-color: #4F0000;
	color:#FFFFFF;
	margin:5px 0 8px;
	padding:3px 5px;
}
/********** Promotions **********/

#promotions {
	clear: both;
	overflow: hidden;
	margin-bottom: 20px;
	display:none;
}
.promotion {
	background: url("images/promotion.png") no-repeat scroll 0 0 transparent;
	display: inline-block;
	float: left;
	height: 229px;
	margin: 8px;
	width: 220px;
}
.promotion h3 {
	color: #333333;
	display: block;
	font-size: 14px;
	font-weight: normal;
	height: 18px;
	overflow: hidden;
	padding: 13px 12px;
	width: 196px;
	margin-bottom:3px;
}
.promotion h3 a {
	text-decoration: none;
	color: #154a5b;
}
.promotion img {
	display: block;
	height: 116px;
	margin: 8px 5px 6px;
	width: 210px;
}
.promotion div.text_promotion {
	height: 50px;
	overflow: hidden;
	padding: 0 10px;
	width: 200px;
}
.promotion div.text_promotion a {
	font-size: 12px;
	line-height: 15px;
	text-decoration: underline;
}
/********** Results promotions **********/

.results_promo {
	border-bottom:1px solid #333333;
	clear:both;
	padding:15px;
	width:670px;
}
.results_promo img {
	border:1px solid #ccc;
	display:inline-block;
	float:left;
	padding:5px;
	width:210px;
	background-color:#fff;
}
.txt_results_promo {
	width: 360px;
	margin: 0 10px;
	font: normal 11px/1.4em;
	float: left;
}
.txt_results_promo span {
	color: #333333;
}
.txt_results_promo h3 a {
	text-decoration: none;
	font-size: 14px;
}
.results_promo img.logo_promo {
	width: 120px;
}
/********** Offers **********/

#offers {
	clear: both;
}
.venta, .alquiler {
	display: inline;
	float: left;
	height: 343px;
	margin: 8px;
	position: relative;
	width: 220px;
}
.venta img, .alquiler img {
	display: block;
	height: 120px;
	margin: 3px 5px 5px;
	width: 210px;
}
.venta {
	background: url(images/sale.png) no-repeat;
	color: #404040;
}
.alquiler {
	background: url(images/sale.png) no-repeat;
	color: #404040;
}
.venta a, .alquiler a {
	background: none;
	color: #404040;
}
.venta h3, .alquiler h3 {
	color: #404040;
	display: block;
	font-size: 14px;
	font-weight: normal;
	height: 20px;
	margin-bottom: 3px;
	overflow: hidden;
	padding: 12px;
	text-align: center;
	width: 196px;
}
.venta h3 a, .alquiler h3 a {
	text-decoration: none;
	color: #404040;
}
.alquiler h3 {
}
.venta .reference, .alquiler .reference {
	color: #333333;
	font-size: 10px;
	height: 18px;
	line-height: 14px;
	padding: 0 10px;
	width: 200px;
}
.alquiler .reference {
}
.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:60px;
	padding:0 10px;
	overflow:hidden;
}
.venta p.description, .alquiler p.description {
	overflow: hidden;
	padding: 0 5px 6px;
	width: 210px;
}
.venta .description a, .alquiler .description a {
	background: none repeat scroll 0 0 #EEEEEE;
	color: #333333;
	display: block;
	line-height: 24px;
	padding: 0 10px;
	text-decoration: none;
}
.venta p.description br, .alquiler p.description br {
	line-height:1px;
	font-size:1px;
}
.venta p.description strong, .alquiler p.description strong {
	margin-left:10px;
}
.venta .save2list, .alquiler .save2list {
	height:38px;
	padding:0 15px;
	width:206px;
}
.venta .save2list a, .venta .save2list .tabs, .venta .save2list .guardado, .venta .save2list .borrar {
}
.alquiler .save2list a, .alquiler .save2list .tabs, .alquiler .save2list .guardado, .alquiler .save2list .borrar {
}
.detail_head_right div.guardado {
}
.guardado img {
	width:16px;
	height:16px;
	display:none;
}
#content_right .venta .price, #content_right .alquiler .price {
	font-size:18px;
	line-height:24px;
	text-align:center;
}
.venta a.more_info, .alquiler a.more_info {
	display: block;
	font-size: 11px;
	line-height: 19px;
	text-align: center;
	text-decoration: none;
}
#offers ul {
	clear: both;
	list-style: none;
	padding-left: 0;
}
#detail_doc li {
	list-style-type: none;
}
#detail_doc li a {
border: 1px solid #F8B626;
    color: #F8B626;
    display: inline-block;
    margin: 8px 0;
    padding: 4px 13px;
    text-decoration: none;
}
.venta .vendido, .alquiler .vendido {
	border: medium none;
	height: 104px;
	left: -1px;
	position: absolute;
	top: 43px;
	width: 103px;
}
/********** Info at the bottom (about company) **********/

.info_company {
	border-top: 1px solid #262626;
	clear: both;
	margin-top: 15px;
	padding: 10px 0 0;
}
.mini_logo {
	border:1px solid #CCCCCC;
	float:left;
	height:60px;
	margin:0 10px 0 0;
	width:60px;
}
#contact_mini_logo {
	display: none;
}
/********** Shortcuts **********/

#shortcuts {
	background: url("images/shortcuts_bkg.png") repeat scroll 0 0 #262626;
	border-bottom: 1px solid #191919;
	border-top: 1px solid #3D3D3D;
	clear: both;
	color: #FFFFFF;
	margin: 0 auto;
	padding-top: 20px;
	text-align: left;
	width: 100%;
}
#shortcuts table.shortcuts_table {
	margin:0 auto;
	padding:0 20px 25px;
	width:960px;
}
#shortcuts table.shortcuts_table a {
	/*background:none repeat scroll 0 0 #0060AF;
	border:1px solid #003763;
	padding:6px;*/
	display:block;
	margin:2px;
	padding:4px;
	text-decoration:none;
	color:#fff;
}
#shortcuts table.shortcuts_table a:hover {
	text-decoration:underline;
}
#shortcuts table.shortcuts_table br {
	font-size:0;
	height:0;
	line-height:0;
}
#shortcuts table.shortcuts_table h2 {
	font: bold 20px/1em;
}
#shortcuts table.shortcuts_table h3 {
	font-size:18px;
	font-weight:normal;
	margin:15px 0 2px;
}
#shortcuts table.shortcuts_table tr td div#div {
	margin: 0;
}
/********** Footer **********/

#footer {
	background: none repeat scroll 0 0 #E50A08;
	border-top: 1px solid #FE4C4B;
	clear: both;
	text-align: center;
	width: 100%;
}
#footer div {
	margin:0 auto;
	overflow:hidden;
	padding:16px;
	text-align:left;
	width:900px;
}
#footer p {
	float: left;
}
#footer p#right {
	float: right;
}
#footer a {
	background: none;
}

