/* 
@author Joaquin Marti Garcia 
@link http://www.joaquinmarti.com
@email joaquinmarti@gmail.com
*/

@import url('reset.css');

/* @group layout */

body {
	font-size: medium;
	background-color: #fff;
}

body,
textarea {
	font-family: arial, verdana, trebuchet ms, sans-serif;
}

div#wrapper {
	width: 100%;
	border-top: 5px solid #d03418;
	margin: 0em auto;
	background: #ffffff url(../img/common/wrapper_background.png) 50% 125px no-repeat;
}

div#main_content,
div#additional_content,
div#footer,
div#footer_extra {
	margin: 0em auto;
	width: 838px;
}

div#header {
	margin: 0em auto;
	width: 1060px;
}

div#content {
	margin: 0em auto;
	width: 1000px;
	overflow: hidden;
}

div#cover {
	position: absolute;
	height: 260px;
	overflow: hidden;
}

div#main_content {
	position: relative;
	min-height: 260px;
}

body#seo_general div#main_content {
	background-color: #ffffff;
	color: #153e84;
}

div.content {
	float: left;
	width: 392px;
	margin: 5px;
}

div.sidebar {
	float: right;
	width: 415px;
	margin: 5px;
}

*.rounded_corners {
	position: relative;
}

span.rc {
	position: absolute;
	width: 4px;
	height: 4px;
	display: block;
}

span.rc.nw {
	top: 0px;
	left: 0px;
}

span.rc.ne {
	top: 0px;
	right: 0px;
}

span.rc.sw {
	bottom: 0px;
	left: 0px;
}

span.rc.sw {
	bottom: 0px;
	right: 0px;
}

*.hidden {
	text-indent: -9999px!important;
	height: 0em!important;
	width: 0em!important;
	display: block!important;
	margin: 0em!important;
	padding: 0em!important;
}

/* @end layout */

/* @group image replacement */

*.IR {
	display: block;
	position: relative;
	margin: 0em;
	overflow: hidden;
	background-position: left top;
	background-repeat: no-repeat;
}

*.IR span {
    visibility: hidden;
    position: absolute;
    top: 0em; left: 0em;
    width: 0em; height: 0em;
    overflow: hidden;
}

/* @end image replacement */

/* @group opacity */

*.bg_opacity span {
	width: 100%!important;
	height: 100%!important;
	position: absolute!important;
	display: block;
	background: #ffffff;
	filter:alpha(opacity=50)!important;
	-moz-opacity:0.5!important;
	-khtml-opacity: 0.5!important;
	opacity: 0.5!important;
	padding: 0em!important;
}

/* @end opacity */

/* @group header */

div#header_wrapper {
	background: #e2e3e5 url(../img/common/header_background.png) 0em 0em repeat-x;
	/*overflow: hidden;*/
}

div#header {
	background: #e2e3e5 url(../img/common/header_inner_background.png) 0em 0em repeat-y;
}

/* logo */

div#header p.logo {
	float: left;
	margin: 19px 0em 14px 120px;
}

/* languages */

ul#languages {
	float: right;
	margin: 7px 120px 0em 0em;
	font-size: 0.7em;
	overflow: hidden;
	visibility: hidden;
}

ul#languages li {
	float: left;
	border-left: 1px solid #e99f96;
	padding: 0em 10px 0em 10px;
	margin: 0em 0em 0em -10px;
}

ul#languages li a {
	color: #d34228;
	text-decoration: none;
	margin-right: 10px;
	display: block;
}

/* phone */

div#phone {
	float: right;
	clear: right;
	width: 156px;
	height: 40px;
	background-image: url(../img/localized/es/phone.png);
	margin: 10px 120px 0px 0px;
}

/* menu */

div#menu {
	clear: both;
	background: #ebecf1 url(../img/common/menu_background.png) 0 0 repeat-x;
	/*overflow: hidden;*/
	height: 33px;
	width: 838px;
	margin: 15px auto 0em auto;
	padding-top: 1px;
}

div#menu ul {
	/*overflow: hidden;*/
	margin-top: 4px;
	font-size: 0.9em;
}

div#menu ul li {
	float: left;
	width: 168px;
	text-align: center;
	background: transparent url(../img/common/menu_ul_li_background.png) 100% 50% no-repeat;
	position: relative;
	height: 29px;
}

div#menu ul li.search {
	background: #d03519 url(../img/common/menu_ul_li_search_background.png) 100% 0 no-repeat;
	width: 166px;
}

div#menu ul li.contact {
	background: none;
}

div#menu ul li a {
	color: #1c3d8a;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	padding: 6px 0px 5px 0px;
	margin-right: 2px;
}

div#menu ul li.active a,
div#menu ul li a:hover,
div#menu ul li:hover a {
	padding-top: 3px;
	border-top: 3px solid #d13218;
}

div#menu ul li.search a span {
	color: #ffffff;
	background: transparent url(../img/common/menu_ul_li_search_a_background.png) 0 50% no-repeat;
	padding-left: 20px;
}

div#menu ul li.search a:hover {
	padding-top: 6px;
	border: 0em;
}

div#menu ul li ul {
	position: absolute;
	z-index: 2;
	top: 33px;
	background: #ffffff url(../img/common/menu_ul_li_ul_background.png) 0 0 repeat-x;
	display: none;
	margin-top: -4px;
	width: 168px;
}

div#menu ul li:hover ul {
	display: block;
}

div#menu ul li ul li {
	position: static;
	text-transform: none;
	text-align: left;
	background: none;
	height: auto;
	border-bottom: 1px solid #e6ecf3;
	position: relative;
}

div#menu ul li ul li a {
	padding: 8px 0px 8px 28px;
	background: transparent url(../img/common/search_results_bullet.png) 11px 50% no-repeat;
	color: #153e84;
	border: 0px;
	text-transform: none;
	
}

div#menu ul li:hover ul li a {
	padding: 8px 0px 8px 28px;
	border: 0px;
}

div#menu ul li ul li a:hover {
	padding: 8px 0px 8px 28px;
	border: 0px;
	background: #BFCBDC url(../img/common/search_results_bullet_selected.png) 11px 50% no-repeat;
	color: #ffffff;
}

/* @end header */

/* @group main_content */

/* home */

div#renting {
	position: relative;
}

div#renting_info {
	position: absolute;
	bottom: 0em;
	right: 81px;
	width: 382px;
}

div#home_cover {
	width: 1000px;
	height: 260px;
}

div#home_cover img {
	display: block;
}

div#renting_info div.title,
div#renting_info div.text {
	position: relative;
}

div#renting_info div.title {
	margin-bottom: 2px;
}

div#renting_info div.title p {
	color: #ffffff;
	font-size: 1.1em;
	font-weight: bold;
	position: relative;
	padding: 10px;
}

div#renting_info div.title span {
	background: #074185;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}

div#renting_info div.text span {
	background: #074185;
}

div#renting_info div.text p {
	color: #ffffff;
	font-size: 0.9em;
	padding: 10px;
	position: relative;
}

div#renting_info div.text p.moreinfo {
	font-weight: bold;
	text-align: right;
}

div#renting_info div.text p.moreinfo  a {
	color: #ffffff;
	text-decoration: none;
}

div#renting_info div.text p.moreinfo  a span {
	display: none;
}

/* interiores */

div#breadcrumb {
	margin: 10px 0px 0px 12px;
	font-size: 0.8em;
	color: #ffffff;
}

div#breadcrumb h1 a {
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
}

/* venta */

div#selling_search_form {
	margin-top: 10px;
	overflow: hidden;
}

div#selling_search_form form {
	width: 278px;
	float: left;
	overflow: hidden;
}

div#selling_search_form form label {
	overflow: hidden;
	float: left;
	margin-bottom: 7px;
}

div#selling_search_form form label.label_lugar {
	margin-right: 10px;
}

div#selling_search_form form label select {
	width: 134px;
	height: 152px;
	color: #153e85;
	border: 1px solid #ecedef;
}

div#selling_search_form form label.label_vpo {
	background: transparent url(../img/common/label_red_background.png) 0 0 no-repeat;
	color: #ffffff;
	font-size: 0.8em;
	display: block;
	float: none;
	clear: left;
	margin: 0em;
	height: 27px;
	border: 0em;
	margin-bottom: 4px;
}

div#selling_search_form form label.label_vivienda_libre {
	background: transparent url(../img/common/label_white_background.png) 0 0 no-repeat;
	color: #0f3f82;
	font-size: 0.8em;
	display: block;
	float: none;
	clear: left;
	margin: 0px 0px 5px 0px;
	height: 27px;
	border: 0em;
}

div#selling_search_form form label.label_vpo strong,
div#selling_search_form form label.label_vivienda_libre strong {
	display: block;
	padding: 6px 0px 0px 33px;
}

div#selling_search_form form label.label_vpo strong span,
div#selling_search_form form label.label_vivienda_libre strong span {
	text-transform: uppercase;
}

div#selling_search_form form label.label_vpo input#vpo, 
div#selling_search_form form label.label_vivienda_libre input#vivienda_libre {
	position: absolute;
	top: 5px;
	left: 10px;
}

div#selling_results {
	float: right;
	width: 548px;
	background-color: #ffffff;
	border: 1px solid #ecedef;
	min-height: 186px;
}

div#selling_results span {
	color: #153e85;
	font-size: 1.5em;
	margin: 54px 0px 0px 44px;
	display: block;
	background: transparent url(../img/common/search_results_arrow.png) 0em 50% no-repeat;
	padding-left: 22px;
}

div#selling_results p.error span {
	background-image: none;
	margin-top: 78px;
}

div#selling_results span.searching,
div#renting_results span.searching,
div#results span.searching {
	background: transparent url(../img/common/ajax-loader.gif) 0em 0em no-repeat;
	display: block;
	width: 32px;
	height: 32px;
	text-indent: -3000em;
	margin: 31px 0px 0px 252px;
}

div#results span.searching {
	margin: 70px 0px 0px 160px;
}

div#selling_results ul {
	font-size: 0.9em;
	margin: 6px;
}

div#selling_results ul li ul {
	font-size: 1em;
}

div#selling_results ul li {
	border-bottom: 1px solid #eaedf1;
	padding: 10px 0em;
	position: relative;
}

div#selling_results ul li li {
	border: 0em;
	padding: 0em;
	position: static;
}

div#selling_results ul li h3 a {
	color: #153e85;
	text-decoration: none;
	background: transparent url(../img/common/search_results_bullet.png) 3px 50% no-repeat;
	padding-left: 22px;
	display: block;
	outline: none;
}

div#selling_results ul li p,
div#selling_results ul li ul {
	display: none;
}

div#selling_results ul li p.vpo {
	display: block;
	background: url(../img/localized/es/vprotegida.png) 0em 0em no-repeat;
	width: 70px;
	height: 23px;
	position: absolute;
	top: 8px;
	right: 8px;
}

div#selling_results p.vivienda_libre {
	display: block;
	background: url(../img/localized/es/vivienda_libre.png) 0em 0em no-repeat;
	width: 70px;
	height: 23px;
	position: absolute;
	top: 8px;
	right: 8px;
}

div#selling_results ul li.selected {
	background: #bfcbdc url(../img/common/search_results_selected_background.png) 0em 100% repeat-x;
	padding: 10px;
	min-height: 96px;
	overflow: hidden;
}

div#selling_results ul li.selected h3 a {
	color: #ffffff;
	background: transparent url(../img/common/search_results_bullet_selected.png) 3px 50% no-repeat;
	border-bottom: 1px solid #dae1eb;
}

div#selling_results ul li.selected p,
div#selling_results ul li.selected ul {
	display: block;
	font-size: 0.8em;
}

div#selling_results ul li.selected p {
	color: #133f7d;
	width: 280px;
	margin-top: 8px;
	float: left;
}

div#selling_results ul li.selected ul.photos {
	float: right;
	border-left: 1px solid #dae1eb;
}

div#selling_results ul li.selected ul.photos li {
	border: 1px solid #8d9fba;
	float: left;
	margin-left: 3px;
}

div#selling_results ul li.selected ul.photos li img {
	border: 5px solid #ffffff;
	display: block;
}

div#selling_results ul li.selected p.vpo,
div#selling_results ul li.selected p.vivienda_libre {
	display: none;
}

div#selling_results ul li.selected p.view_promotion {
	background: #f4f6f9 url(../img/common/view_promotion_background.png) 0 0 no-repeat;
	width: 105px;
	height: 20px;
	overflow: hidden;
	margin-left: 180px;
}

div#selling_results ul li.selected p.view_promotion a {
	display: block;
	margin: 3px 0px 0px 10px;
	color: #133f7d;
	text-decoration: none;
}

/* alquiler */

div#renting_search_form {
	margin: 10px 0px 20px 0px;
	overflow: hidden;
}

div#renting_highlighted {
	background-color: #ffffff;
	border: 1px solid #e1e5ea;
	padding: 40px 7px 7px 30px;
}

div#renting_highlighted h2 {
	background: url(../img/localized/es/renting_highlighted_h2.png) 0em 0em no-repeat;
	width: 597px;
	height: 63px;
}

div#renting_highlighted ul.highlighted {
	position: relative;
	height: 213px;
	margin-top: 20px;
	padding-top: 20px;
}

div#renting_highlighted ul.highlighted li {
	width: 320px;
	overflow: visible;
	border-bottom: 1px solid #e7ebf2;
}

div#renting_highlighted ul.highlighted li span {
	width: 329px;
	color: #92a8c6;
	text-transform: uppercase;
	font-size: 12px;
	display: block;
	margin: 0px;
	padding: 8px 20px 8px 20px;
	position: relative;
	
}

div#renting_highlighted ul.highlighted li.selected span {
	color: #123f83;
	background: transparent url(../img/common/highlighted_li_selected.gif) 0em 0em no-repeat;
}

div#renting_highlighted ul.highlighted li div.highlighted {
	width: 475px;
	height: 213px;
	position: absolute;
	top: 0em;
	right: 0em;
	border: 1px solid #e1e5ea;
	display: none;
}

div#renting_highlighted ul.highlighted li div.highlighted img {
	position: absolute;
}

div#renting_highlighted ul.highlighted li.selected div.highlighted {
	display: block;
}

div#renting_highlighted ul.highlighted li div.highlighted div.text {
	position: absolute;
	bottom: 0px;
	width: 100%;
	font-size: 12px;
}

div#renting_highlighted ul.highlighted li div.highlighted div.text span {
	background-color: #ffffff;
	background-image: none;
	color: #92A8C6;
}

div#renting_highlighted ul.highlighted li div.highlighted div.text h3,
div#renting_highlighted ul.highlighted li div.highlighted div.text p {
	position: relative;
	color: #054289;
}

div#renting_highlighted ul.highlighted li div.highlighted div.text h3 {
	margin: 10px 10px 2px 10px;
	font-weight: bold;
	text-transoform: uppercase;
}

div#renting_highlighted ul.highlighted li div.highlighted div.text p {
	margin: 2px 10px 2px 10px;
}

div#renting_highlighted ul.highlighted li div.highlighted div.text p.link {
	float: right;
}

div#renting_highlighted ul.highlighted li div.highlighted div.text p.link a {
	color: #054289;
	font-weight: bold;
}

div#renting_highlighted div.info {
	margin-top: -75px;
	position: relative;
}

div#renting_highlighted div.info ul {
	font-size: 12px;
}

div#renting_highlighted div.info ul li {
	background: transparent url(../img/common/search_results_bullet.png) no-repeat scroll 3px 50%;
	padding: 0px 0px 0px 14px;
	margin: 10px 0px 10px 0px;
}

div#renting_highlighted div.info ul li a {
	color: #123f83;
}

div#renting_search_form form {
	margin-top: 30px;
	width: 278px;
	float: left;
	overflow: hidden;
}

div#renting_search_form form div {
	margin-bottom: 10px;
}

div#renting_search_form form div h2 {
	text-transform: uppercase;
	color: #163d86;
}

div#renting_search_form form label {
	overflow: hidden;
	float: left;
	margin-bottom: 10px;
}

div#renting_search_form form label.label_lugar {
	margin-right: 10px;
}

div#renting_search_form form label select {
	width: 134px;
	height: 152px;
	color: #153e85;
	border: 1px solid #ecedef;
}

div#renting_search_form form label.label_vpo {
	background: transparent url(../img/common/label_red_background.png) 0 0 no-repeat;
	color: #ffffff;
	font-size: 0.8em;
	display: block;
	float: none;
	clear: left;
	margin: 0px 0px 5px 0px;
	height: 27px;
	border: 0em;
}

div#renting_search_form form label.label_vivienda_libre {
	background: transparent url(../img/common/label_white_background.png) 0 0 no-repeat;
	color: #0f3f82;
	font-size: 0.8em;
	display: block;
	float: none;
	clear: left;
	margin: 0px 0px 5px 0px;
	height: 27px;
	border: 0em;
}

div#renting_search_form form label.label_opcion_compra {
	background: transparent url(../img/common/label_blue_background.png) 0 0 no-repeat;
	color: #ffffff;
	font-size: 0.8em;
	display: block;
	float: none;
	clear: left;
	margin: 0px 0px 5px 0px;
	height: 27px;
	border: 0em;
}

div#renting_search_form form label.label_vpo strong,
div#renting_search_form form label.label_vivienda_libre strong,
div#renting_search_form form label.label_opcion_compra strong {
	display: block;
	padding: 6px 0px 0px 33px;
}

div#renting_search_form form label.label_vpo strong span,
div#renting_search_form form label.label_vivienda_libre strong span,
div#renting_search_form form label.label_opcion_compra strong span {
	text-transform: uppercase;
}

div#renting_search_form form label.label_vpo input#vpo,
div#renting_search_form form label.label_vivienda_libre input#vivienda_libre,
div#renting_search_form form label.label_opcion_compra input#opcion_compra {
	position: absolute;
	top: 5px;
	left: 10px;
}

div#renting_results {
	margin-top: 30px;
	background-color: #FFFFFF;
	float: right;
	min-height: 286px;
	width: 548px;
}

div#renting_results span.aviso,
div#renting_results p.error span {
	color: #153e85;
	font-size: 1.5em;
	margin: 54px 0px 0px 44px;
	display: block;
	background: transparent url(../img/common/search_results_arrow.png) 0em 50% no-repeat;
	padding-left: 22px;
}

div#renting_results p.error span {
	background-image: none;
	margin-top: 78px;
}

div#renting_results table {
	border: 1px solid #cfd9e5;
	font-size: 11px;
	width: 100%;
}

div#renting_results table td.nombre {
	width: 50%;
	border-right: 1px solid #eaedf1;
}

div#renting_results table td.m2 {
	width: 16%;
	border-right: 1px solid #eaedf1;
	text-align: center;
}

div#renting_results table td.precio {
	width: 16%;
	border-right: 1px solid #eaedf1;
	text-align: center;
}

div#renting_results table td.tipo {
	width: 17%;
}

div#renting_results table thead th {
	background-color: #cfd9e5;
	color: #153e84;
	border-bottom: 1px solid #bec9d8;
	text-align: center;
	padding: 5px 0px 5px 0px;
}

div#renting_results table thead th.nombre {
	text-align: left;
}

div#renting_results table thead th.nombre span {
	display: block;
	margin: 0px 0px 0px 30px;
}

div#renting_results table tbody td {
	padding: 5px 0px 5px 0px;
	border-bottom: 1px solid #eaedf1;
}

div#renting_results table tbody td.nombre span {
	display: block;
	padding: 0px 0px 0px 28px;
	background: transparent url(../img/common/search_results_bullet.png) 11px 50% no-repeat;
	color: #153e84;
}

div#renting_results table tbody td.m2 span,
div#renting_results table tbody td.precio span {
	color: #153e84;
}

div#renting_results p.vpo {
	display: block;
	background: url(../img/localized/es/vprotegida.png) 0em 0em no-repeat;
	width: 70px;
	height: 23px;
	margin-left: 11px;
}

div#renting_results p.vivienda_libre {
	display: block;
	background: url(../img/localized/es/vivienda_libre.png) 0em 0em no-repeat;
	width: 70px;
	height: 23px;
	margin-left: 11px;
}

div#renting_results p.opcion_compra {
	display: block;
	background: url(../img/localized/es/opcion_compra.png) 0em 0em no-repeat;
	width: 70px;
	height: 23px;
	margin-left: 11px;
}

div#renting_help {
	background-color: #fbffdb;
	border-bottom: 1px solid #d5d8ba;
	margin: 10px 0px 10px 0px;
}

div#renting_help p a {
	display: block;
	color: #163d86;
	background: transparent url(../img/common/renting_help_lupa.png) 20px center no-repeat;
	padding: 16px 0px 16px 55px;
	text-decoration: none;
}

/* detalle inmueble */

div#details_menu {
	overflow: hidden;
	margin-top: 20px;
}

div#details_menu h2 {
	color: #ffffff;
	float: right;
}

div#details_menu h2 span {
	text-transform: uppercase;
}

div#details_menu ul {
	float: left;
	font-size: 0.7em;
}

div#details_menu ul li {
	float: left;
	position: relative;
	margin: 0px 2px 2px 0px;
}

div#details_menu ul li a {
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	margin: 5px;
	padding-bottom: 2px;
	position: relative;
}

div#details_menu ul li.active {
	background-color: #ffffff;
	padding-bottom: 2px;
	margin-bottom: 0px;
}

div#details_menu ul li.active span {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

div#details_menu ul li.active a {
	color: #133f7d;
}

div#details_content {
	overflow: hidden;
	background-color: #ffffff;
	font-size: 0.78em;
}

div#details_content div.content p {
	margin: 0px 0px 10px 0px;
}

/* modules: description */

div#details_content div.content div.description {
	color: #133f81;
	margin: 10px;
}

/* end modules: description */

/* modules: send */

div#details_content div.content div.send {
	margin: 10px;
}

div#details_content div.content div.send ul {
	overflow: hidden;
}

div#details_content div.content div.send ul li {
	float: left;
	margin-right: 15px;
}

div#details_content div.content div.send ul li a {
	color: #133f81;
	text-decoration: none;
}

div#details_content div.content div.send ul li.send a {
	background: transparent url(../img/common/icon_send.png) 0em 50% no-repeat;
	padding-left: 22px;
}

div#details_content div.content div.send ul li.calc a {
	background: transparent url(../img/common/icon_calc.png) 0em 50% no-repeat;
	padding-left: 15px;
}

div#send_to_a_friend,
div#calc {
	display: none;
}

div#fancy_div {
	background-color: #ffffff!important;
	color: #000000!important;
	font-size: 13px;
}

div#fancy_div p,
div#fancy_div label strong,
div#fancy_div fieldset.submit input {
	color: #142f72;
	margin: 0em 0em 10px 0em;
}

div#fancy_div p.title {
	text-transform: uppercase;
	border-bottom: 1px solid #435a86;
	font-weight: bold;
}

div#fancy_div div#send_to_a_friend_inner p.title {
	background: transparent url(../img/common/icon_send.png) 0em 50% no-repeat;
	padding-left: 22px;
}

div#fancy_div div#calc_inner p.title {
	background: transparent url(../img/common/icon_calc.png) 0em 50% no-repeat;
	padding-left: 15px;
}

div#fancy_div form fieldset label input {
	border: 1px solid #c9d2e1;
	padding: 3px;
	width: 256px;
}

div#fancy_div form fieldset.submit {
	float: right;
	margin: 15px 0em 0em 0em;
	padding: 0em 27px 15px 20px;
}

div#fancy_div form fieldset.submit input {
	background: none;
	border-width: 0px 0px 1px 0px;
	border-color: #0e3f82;
	border-style: solid;
}

div#fancy_div div#calc_inner label {
	background-color: #e7eaf1;
	height: 40px;
	display: block;
	overflow: hidden;
}

div#fancy_div div#calc_inner label.odd {
	background-color: #d0d6e2;
}

div#fancy_div div#calc_inner label strong {
	width: 140px;
	display: block;
	float: left;
	margin: 12px 0px 0px 10px;
}

div#fancy_div div#calc_inner label input {
	width: 175px;
	float: left;
	margin-top: 4px;
	padding: 7px
}

div#fancy_div div#calc_inner label span {
	display: block;
	float: left;
	margin: 12px 0px 0px 10px;	
	color: #142f72;
}

div#fancy_div div#calc_inner fieldset.submit {
	float: none;
	padding: 0px;
}

div#fancy_div div#calc_inner fieldset.submit input.delete {
	float: left;
	text-transform: uppercase;
	color: #8899b5;
	border-color: #e0e5e9;
	margin-top: 3px;
}

div#fancy_div div#calc_inner fieldset.submit input.calculate {
	float: right;
	font-size: 15px;
	text-transform: uppercase;
}


/* end modules: send */

/* modules: prices */

div#details_content div.content div.prices {
	margin: 10px;
	background-color: #eef1f6;
	border: 1px solid #d4d4d4;
}

div#details_content div.content div.prices p {
	color: #acbbd3;
	text-transform: uppercase;
	margin: 9px 0px 0px 9px;
}

div#details_content div.content div.prices ul {
	overflow: hidden;
	margin: 8px 0px;
}

div#details_content div.content div.prices ul li {
	float: left;
	border-right: 1px solid #a8bcd3;
	padding: 0px 9px;
	font-size: 0.85em;
}

div#details_content div.content div.prices ul li.last, div#details_content div.content div.prices ul li:last-child {
	border: 0em;
}

div#details_content div.content div.prices ul li h3 {
	font-weight: bold;
	color: #074083;
	font-size: 1.2em;
	margin: 4px 0px;
}

div#details_content div.content div.prices ul li p {
	text-transform: none;
	color: #074083;
	margin: 4px 0px;
}

div#details_content div.content div.prices span.rc {
	width: 3px;
	height: 3px;
}

div#details_content div.content div.prices span.rc.nw {
	top: -1px;
	left: -1px;
	background: transparent url(../img/common/prices_rc_nw.png) 0em 0em no-repeat;
}

div#details_content div.content div.prices span.rc.ne {
	top: -1px;
	right: -1px;
	background: transparent url(../img/common/prices_rc_ne.png) 0em 0em no-repeat;
}

div#details_content div.content div.prices span.rc.sw {
	bottom: -1px;
	left: -1px;
	background: transparent url(../img/common/prices_rc_sw.png) 0em 0em no-repeat;
}

div#details_content div.content div.prices span.rc.se {
	bottom: -1px;
	right: -1px;
	background: transparent url(../img/common/prices_rc_se.png) 0em 0em no-repeat;
}

/* end modules: prices */

/* modules: related */

div#details_content div.content div.related {
	margin: 10px;
	background-color: #fffad2;
	border: 1px solid #d4d4d4;
}

div#details_content div.content div.related h2 {
	color: #b8c2ba;
	text-transform: uppercase;
	margin: 9px 0px 0px 9px;
}

div#details_content div.content div.related ul {
	margin: 10px 0px 10px 22px;
}

div#details_content div.content div.related ul li {
	color: #133f81;
}

div#details_content div.content div.related ul li a {
	color: #133f81;
}

div#details_content div.content div.related span.rc {
	width: 3px;
	height: 3px;
}

div#details_content div.content div.related span.rc.nw {
	top: -1px;
	left: -1px;
	background: transparent url(../img/common/related_rc_nw.png) 0em 0em no-repeat;
}

div#details_content div.content div.related span.rc.ne {
	top: -1px;
	right: -1px;
	background: transparent url(../img/common/related_rc_ne.png) 0em 0em no-repeat;
}

div#details_content div.content div.related span.rc.sw {
	bottom: -1px;
	left: -1px;
	background: transparent url(../img/common/related_rc_sw.png) 0em 0em no-repeat;
}

div#details_content div.content div.related span.rc.se {
	bottom: -1px;
	right: -1px;
	background: transparent url(../img/common/related_rc_se.png) 0em 0em no-repeat;
}

/* end modules: related */

/* modules: map */

div#map {
	width: 412px;
	height: 310px;
	border: 1px solid #c5cfde;
}

/* end modules: link */

/* modules: link */

div#details_content div.link {
	float: left;
	background-color: #eef1f6;
	border: 1px solid #d4d4d4;
	background-repeat: no-repeat;
	background-position: 5px 50%;
	padding-left: 17px;
	margin-top: 10px;
	float: right;
}

div#details_content div.link.gmaps {
	background-image: url(../img/common/icon_chincheta.png);
}

div#details_content div.link.pdf {
	background-image: url(../img/common/icon_pdf.png);
	padding-left: 32px;
}

div#details_content div.link p {
	margin: 5px;
	border-left: 1px solid #acbbd3;
	padding: 3px;
}

div#details_content div.link p a {
	color: #123f81;
}

div#details_content div.link span.rc {
	width: 3px;
	height: 3px;
}

div#details_content div.link span.rc.nw {
	top: -1px;
	left: -1px;
	background: transparent url(../img/common/prices_rc_nw.png) 0em 0em no-repeat;
}

div#details_content div.link span.rc.ne {
	top: -1px;
	right: -1px;
	background: transparent url(../img/common/prices_rc_ne.png) 0em 0em no-repeat;
}

div#details_content div.link span.rc.sw {
	bottom: -1px;
	left: -1px;
	background: transparent url(../img/common/prices_rc_sw.png) 0em 0em no-repeat;
}

div#details_content div.link span.rc.se {
	bottom: -1px;
	right: -1px;
	background: transparent url(../img/common/prices_rc_se.png) 0em 0em no-repeat;
}

/* end modules: link */

/* modules: facilities */

div#content div.facilities {
	float: left;
	background-color: #eef1f6;
	border: 1px solid #d4d4d4;
	width: 548px;
	margin-right: 20px;
	font-size: 0.78em;
	min-height: 206px;
}

div#content div.facilities h2 {
	color: #acbbd3;
	text-transform: uppercase;
	margin: 9px 0px 0px 9px;
}

div#content div.facilities ul {
	margin: 9px;
	overflow: hidden;
}

div#content div.facilities ul li {
	float: left;
	width: 146px;
	height: 23px;
	padding: 3px 0px 0px 30px;
	margin-bottom: 1px;
	background-position: 0em 0em;
	background-repeat: no-repeat;
	color: #133f81;
}

div#content div.facilities ul li.bus {
	background-image: url(../img/common/icon_bus.png);
}

div#content div.facilities ul li.centro_comercial {
	background-image: url(../img/common/icon_centro_comercial.png);
}

div#content div.facilities ul li.colegio {
	background-image: url(../img/common/icon_colegio.png);
}

div#content div.facilities ul li.gimnasio {
	background-image: url(../img/common/icon_gimnasio.png);
}

div#content div.facilities ul li.hospital {
	background-image: url(../img/common/icon_hospital.png);
}

div#content div.facilities ul li.metro {
	background-image: url(../img/common/icon_metro.png);
}

div#content div.facilities ul li.paddle {
	background-image: url(../img/common/icon_paddle.png);
}

div#content div.facilities ul li.parque {
	background-image: url(../img/common/icon_parque.png);
}

div#content div.facilities ul li.piscina {
	background-image: url(../img/common/icon_piscina.png);
}

div#content div.facilities ul li.zona_comunitaria {
	background-image: url(../img/common/icon_zona_comunitaria.png);
}

div#content div.facilities ul li.zona_infantil {
	background-image: url(../img/common/icon_zona_infantil.png);
}

div#content div.facilities ul.locations {
	border-top: 1px solid #d4d4d4;
	margin: 9px;
	padding: 9px;
}

div#content div.facilities ul.locations li {
	width: 240px;
	background: transparent url(../img/common/icon_chincheta.png) 0em 50% no-repeat;
	height: 16px;
	padding: 2px 0px 0px 15px;
}

div#content div.facilities span.rc {
	width: 3px;
	height: 3px;
}

div#content div.facilities span.rc.nw {
	top: -1px;
	left: -1px;
	background: transparent url(../img/common/prices_rc_nw.png) 0em 0em no-repeat;
}

div#content div.facilities span.rc.ne {
	top: -1px;
	right: -1px;
	background: transparent url(../img/common/prices_rc_ne.png) 0em 0em no-repeat;
}

div#details_content div.facilities span.rc.sw {
	bottom: -1px;
	left: -1px;
	background: transparent url(../img/common/prices_rc_sw.png) 0em 0em no-repeat;
}

div#content div.facilities span.rc.se {
	bottom: -1px;
	right: -1px;
	background: transparent url(../img/common/prices_rc_se.png) 0em 0em no-repeat;
}

/* end modules: facilities */

/* modules: floors */

div#content div.floors {
	margin: 10px;
}

div#content div.floors ul li a {
	color: #133f81;
	background: transparent url(../img/common/search_results_bullet.png) 0em 50% no-repeat;
	padding-left: 15px;
}

/* end modules: floors */

/* modules: qualities */

div#content div.qualities {
	margin: 10px;
}

div#content div.qualities ul {
	overflow: hidden;
}

div#content div.qualities ul li {
	float: left;
	width: 49%;
}

div#content div.qualities ul li a {
	color: #133f81;
	background: transparent url(../img/common/search_results_bullet.png) 0em 50% no-repeat;
	padding-left: 15px;
}

div#content div.quality_detail {
	background-color: #f5f7fa;
	border: 1px solid #e6e6e6;
	padding: 10px;
}

div#content div.quality_detail p {
	color: #133f81;
	background: transparent url(../img/common/search_results_bullet.png) 0em 3px no-repeat;
	padding-left: 15px;
	margin: 0px 0px 10px 0px;
}

/* end modules: qualities */

/* modules: status */

div#content div.request_info {
	margin: 10px;
}

div#content div.request_info p {
	color: #133f81;
}

div#content div.request_info form {
	overflow: hidden;
}

div#content div.request_info form fieldset {
	float: left;
	margin-right: 10px;
}

div#content div.request_info form fieldset label strong {
	display: none;
}

div#content div.request_info form fieldset label input {
	background-color: #eef1f6;
	border: 1px solid #e4e4e4;
	color: #8098bb;
	padding: 2px;
}

div#content div.request_info form fieldset.submit input {
	background: none;
	border-width: 0px 0px 1px 0px;
	border-color: #0e3f82;
	border-style: solid;
	color: #0e3f82;
}

div#content div.status {
	/*background-color: #eaebee;*/
	width: 414px;
	min-height: 250px;
}

div#content div.status p {
	position: absolute;
	z-index: 1;
	background-color: #b0c0d3;
	color: #ffffff;
	font-size: 2.4em;
	padding: 5px;
}

div#content div.status img {
	position: relative;
	z-index: 0;
	border: 1px solid #c5cfde;
}

/* end modules: status */

div#details_content div.sidebar p.error {
	padding: 100px 10px 100px 10px;
	text-align: center;
	border: 1px solid #cfd2d6;
	color: #5D5D5D;
}

/* modules: caracteristicas */

div#content div.photos div.big {
	position: relative;
	float: left;
}

div#content div.photos div.big img {
	border: 1px solid #cfd2d6;
	position: relative;
	z-index: 0;
}

div#content div.photos div.big img.lupa {
	position: absolute;
	z-index: 1;
	right: 1px;
	bottom: 1px;
	border: 0em;
}

div#content div.photos ul {
	margin: 16px 0px;
	overflow: hidden;
	width: 105%;
	clear: left;
}

div#content div.photos ul li {
	float: left;
	min-height: 75px;
	margin: 0px 16px 16px 0px;
}

div#content div.photos ul li a {
	display: block;
	border: 1px solid #cfd2d6;
}

div#content div.photos ul li.forth {
	margin: 0px;
}

div#content div.photos ul li img {
	border: 3px solid #ffffff;
	display: block;
}

/* end modules: caracteristicas */

/* @end */

/* @group Diursa */

div#quienes_somos {

}

div#quienes_somos div#descripcion {
	width: 430px;
	height: 185px;
	overflow-y: scroll;
	float: left;
	margin: 20px 0 0 12px;
	font-size: 0.9em;
}

div#quienes_somos div#descripcion  p {
	color: #ffffff;
	margin: 0px 0px 10px 0px;
}

div#quienes_somos div#fotografia {
	float: right;
}

div#quienes_somos div#fotografia p img {
	border: 7px solid #ffffff;
}

div#delegaciones {
	width: 96%;
	height: 185px;
	overflow: auto;
	float: left;
	margin: 20px 0 0 12px;
	font-size: 0.9em;
}

div#delegaciones p,
div#delegaciones ul {
	color: #ffffff;
	margin: 0px 0px 10px 0px;
}

div#delegaciones ul {
	border-right: 1px solid #d2d5da;
	width: 250px;
	position: relative;
}

div#delegaciones ul li {
	margin-bottom: 0px;
}

div#delegaciones ul li div.delegacion {
	padding: 3px 0px 3px 15px;
}

div#delegaciones ul li div.selected {
	background-color: #d2d5da;
	color: #123e7f;
}

div#delegaciones ul li div.direccion {
	position: absolute;
	right: -290px;
	top: 0px;
	width: 270px;
}

div#delegaciones ul li div.direccion p.title {
	padding: 4px;
	background-color: #ffffff;
	color: #123e7f;
	text-transform: uppercase;
}

/* @end */

/* @group Buscador */

div#search_form {
	margin-top: 10px;
	overflow: hidden;
}

div#search_form form {
	width: 838px;
	overflow: hidden;
}

div#search_form form fieldset {
	float: left;
}

div#search_form form label {
	overflow: hidden;
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
	display: block;
}

div#search_form form label select {
	width: 147px;
	height: 152px;
	color: #153e85;
	border: 1px solid #ecedef;
}

div#search_form div#results {
	width: 365px;
	height: 152px;
	color: #153e85;
	border: 1px solid #ecedef;
	background-color: #ffffff;
	float: left;
}

div#search_form div#results ul li h3 a {
	font-size: 12px;
	text-decoration: none;
	display: block;
	color: #153e85;
	padding: 1px 0px 1px 3px;
}

div#search_form form fieldset.filters {
	width: 367px;
	color: #ffffff;
	float: right;
	font-size: 11px;
	position: relative;
}

div#search_form form fieldset.filters strong {
	position: relative;
	margin: 2px 0px 0px 10px;
	display: block;
}

div#search_form form fieldset.filters label {
	position: relative;
	margin: 0px 3px 4px 8px;
}

div#search_form form fieldset.filters label select {
	width: 165px;
	height: auto;
	margin: 3px 3px 0px 3px;
	font-size: 10px;
}

div#search_form form fieldset.submit {
	float: right;
	margin-right: 10px;
}

div#search_form form fieldset.submit div input {
	width: 91px;
	height: 28px;
	background: #d23519 url(../img/common/search_submit_background.png) 0em 0em no-repeat;
	color: #ffffff;
	text-transform: uppercase;
	border: 0em;	
}

/* @end */

/* @group Contacta */

div#contact_main {
	background-color: #ffffff;
	overflow: hidden;
	margin-top: 10px;
	padding: 24px;
	font-size: 0.9em;
}

div#contact_main div.content {
	width: 513px;
	margin: 0em;
}

div#contact_main div.sidebar {
	width: 263px;
	margin: 0em;
}

div#contact_main p {
	margin-bottom: 10px;
}

div#contact_main p.question {
	font-weight: bold;
}

div#contact_main form {
	background-color:#EEF1F6;
	border:1px solid #D4D4D4;
	overflow: hidden;
}

div#contact_main form fieldset {
	padding: 20px 20px 5px 20px;
}

div#contact_main p,
div#contact_main label strong,
div#contact_main form fieldset.submit input {
	color: #0e3f82;
}

div#contact_main form div p.title, 
div#contact_main dl dt {
	font-weight: bold;
}

div#contact_main form label {
	clear: left;
	display: block;
	margin-bottom: 5px;
	overflow: hidden;
}

div#contact_main label strong {
	width: 136px;
	display: block;
	float: left;
	position: relative;
	top: 5px;
}

div#contact_main label.no_label strong {
	display: none;
}

div#contact_main form label input {
	width: 270px;
	float: left;
}

div#contact_main form label textarea,
div#contact_main form label input {
	border: 1px solid #e4e4e4;
	color: #6e8cb4;
	padding: 3px;
}

div#contact form label textarea {
	font-size: 1.1em;
	width: 242px;
}

div#contact_main form fieldset.submit {
	float: right;
	margin: 0em;
	padding: 0em 27px 15px 20px;
}

div#contact_main form fieldset.submit input {
	background: none;
	border-width: 0px 0px 1px 0px;
	border-color: #0e3f82;
	border-style: solid;
}

div#contact_main div.sidebar div.phone {
	background-color:#EEF1F6;
	border:1px solid #D4D4D4;
	color: #0e3f82;
	padding: 10px;
}

div#contact_main div.sidebar div.phone dl dd {
	margin-top: 5px;
	font-size: 40px;
}

div#contact_main div.sidebar div.phone p.phone_schedule {
	margin-top: 5px;
	padding: 5px 0px 0px 0px;
	border-top: 1px solid #c3d0e0;
	color: #7d9bbd;
	text-align: center;
	font-size: 0.9em;
}

div#contact_main span.rc.nw {
	background: transparent url(../img/common/contact_rc_nw.png) 0 0 no-repeat;
	top: -1px;
	left: -1px;
}

div#contact_main span.rc.ne {
	background: transparent url(../img/common/contact_rc_ne.png) 0 0 no-repeat;
	top: -1px;
	right: -1px;
}


div#contact_main span.rc.sw {
	background: transparent url(../img/common/contact_rc_sw.png) 0 0 no-repeat;
	bottom: -1px;
	left: -1px;
}


div#contact_main span.rc.se{
	background: transparent url(../img/common/contact_rc_se.png) 0 0 no-repeat;
	bottom: -1px;
	right: -1px;
}

/* @end */

/* @group additional_content */

div#additional_content {
	margin: 35px auto;
	overflow: hidden;
}

div#news,
div#promo {
	float: left;
	margin-right: 15px;
}

div#contact {
	float: right;
}

div#promo {
	width: 260px;
	margin-top: 21px;
}

div#news {
	width: 280px;
}

div#contact {
	margin-right: 0px;
	width: 266px;
}

/* news */

div#news {
	position: relative;
	height: 240px;
}

div#news ul li {
	float: left;
	text-align: center;
}

div#news ul li#renting_news {
	width: 147px;
}

div#news ul li#renting_news.active {
	width: 149px;
}

div#news ul li#sales_news {
	width: 131px;
}

div#news ul li#sales_news.active {
	width: 133px;
}

div#news ul li h3 {
	border-color: #a5b6ca;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	text-transform: uppercase;
	font-size: 0.6em;
	color: #a0b0d2;
	padding: 7px 6px 0px 6px;
}

div#news ul li.active h3 {
	color: #193e8c;
	border-width: 1px 1px 0px 1px;
	background: #ffffff url(../img/common/news_ul_li_background.png) 0 0 repeat-x;
}

div#news ul li ul {
	position: absolute;
	left: 0em;
	border-right: 1px solid #a5b6ca;
	width: 279px;
}

div#news ul li ul li {
	float: none;
	width: auto;
	text-align: left;
	padding: 7px 0px 3px 0px;
	clear: left;
	margin-right: 10px;
	border-bottom: 1px solid #d6d7e9;
	overflow: hidden;
}

div#news ul li ul li.last {
	border-bottom: 0px;
}

div#news ul li ul li img {
	border: 1px solid #4a689a;
	float: left;
	margin-right: 8px;
}

div#news ul li ul li h4,
div#news ul li ul li p  {
	display: inline;
	color: #0f3d78;
	font-size: 0.7em;
}

div#news ul li ul li a {
	color: #0f3d78;
	text-decoration: none;
}

div#news ul li ul li h4,
div#news ul li ul li h4 a {
	font-weight: bold;
}

/* promo */

div#promo img {
	display: block;
}

h2#promo1 {
	margin-bottom: 6px;
}

h2#promo1 a img {
	border: 1px solid #3e6294;
}

h2#promo2 a img {
	border: 1px solid #b0c1d1;
}

/* contact */

div#contact {
	background-color: #eef1f6;
	border:1px solid #d4d4d4;
	font-size: 0.78em;
}

div#contact p.title {
	color: #b1bed6;
	text-transform: uppercase;
}

div#contact p.title,
div#contact form {
	margin: 8px;
}

div#contact p.question {
	font-weight: bold;
}

div#contact div {
	margin-bottom: 5px;
}

div#contact p,
div#contact label strong,
div#contact form fieldset.submit input {
	color: #0e3f82;
}

div#contact form label {
	clear: left;
	display: block;
	margin-bottom: 5px;
	overflow: hidden;
}

div#contact label strong {
	width: 50px;
	display: block;
	float: left;
	position: relative;
	top: 5px;
}

div#contact label.no_label strong {
	display: none;
}

div#contact form label input {
	width: 130px;
	float: left;
}

div#contact form label textarea,
div#contact form label input {
	border: 1px solid #e4e4e4;
	color: #6e8cb4;
	padding: 3px;
}

div#contact form label textarea {
	font-size: 1.1em;
	width: 242px;
}

div#contact form fieldset.submit {
	float: right;
	margin-top: -27px;
}

div#contact form fieldset.submit input {
	background: none;
	border-width: 0px 0px 1px 0px;
	border-color: #0e3f82;
	border-style: solid;
}

div#contact span.rc.nw {
	background: transparent url(../img/common/contact_rc_nw.png) 0 0 no-repeat;
	top: -1px;
	left: -1px;
}

div#contact span.rc.ne {
	background: transparent url(../img/common/contact_rc_ne.png) 0 0 no-repeat;
	top: -1px;
	right: -1px;
}


div#contact span.rc.sw {
	background: transparent url(../img/common/contact_rc_sw.png) 0 0 no-repeat;
	bottom: -1px;
	left: -1px;
}


div#contact span.rc.se{
	background: transparent url(../img/common/contact_rc_se.png) 0 0 no-repeat;
	bottom: -1px;
	right: -1px;
}


/* @end additional_content */

/* @group footer */

#footer_wrapper {
	background-color: #eceff4;
}

#footer {
	font-size: 0.8em;
	padding: 12px 0px 50px 0px;
}

#footer ul {
	overflow: hidden;
	margin: 0px auto;
	text-align: center;
}

#footer ul li {
	display: inline;
}

#footer ul li a {
	color: #8595af;
	text-decoration: none;
	border-right: 1px solid #8595af;
	padding: 0px 15px 0px 15px;
	
}

/* @end footer */

/* @group footer_extra */

div#footer_extra {
	font-size: 0.9em;
}

div#footer_extra h2 {
	color: #abb6cc;
	text-transform: uppercase;
	font-weight: bold;
}

div#accesos_directos,
div#por_provincia {
	margin-top: 1em;
}

div#accesos_directos ul {
	margin: 1em 0em;
}

div#accesos_directos ul li {
	display: inline;
}

div#por_provincia ul {
	margin: 1em 0em;
}

div#por_provincia ul li {
	float: left;
	width: 30%;
}

/* @end footer_extra */