/* buscador: diseño horizontal nuevo */
@import url("//storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/imp_buscador_horizontal.css");

/* pagina resultados */
@import url("//storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/imp_results_map.css");

/* mainText: */
/*@import url("//storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/imp_mainText_dos_columnas.css");*/

/* pagina ficha inmueble */
@import url("//storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/imp_ficha_nueva.css");

/* actionbar */
@import url("//storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/imp_actionbar_fixed.css");

/* etiquetas */
@import url("//storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/imp_etiqueta_diagonal_dch.css");

/* box propiedades */
@import url("//storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/imp_box_propiedades_3col.css");

/* box promociones */
@import url("//storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/imp_box_promociones_3col.css");

/* diseño boxes */
@import url("//storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/imp_boxes_1.css");

/* diseño modal */
@import url("//storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/imp_modal.css");

/* diseño boxes promociones*/
@import url("//storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/imp_promo_boxes.css");

/* aside */
/*@import url("//storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/imp_aside_centrado.css");*/

/* footer */
@import url("//storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/imp_footer_2.css");

/* aviso cookies */
@import url("//storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/imp_cookies.css");

/* fuentes */
@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,500,500i,700');

/* ====================
   GENERALES
   ==================== */
body {
    font-family: 'Roboto', sans-serif;
	color: #4c575d;
	font-weight:400;
}
#background{
	background: #ebf1f0;
}
#home #bgContent {
	margin-top: -180px;
}
a {
	text-decoration: none;
}
a:hover, a:active {
	color: #be0f34;
}
a:focus{
	outline:0;
}
::selection {
	background: #e0e0e0;
	color: #FFF;
}  
h1,h2,h3,h4{
	color:#000;
	font-family: 'Roboto', sans-serif;
}

h2 {
    text-align: center;
	font-family: 'Roboto', sans-serif;
    font-style: italic;
	font-weight:500;
	 font-size: 30px;
}
img {
	max-width:100%;
}
form div.line input[type="text"], form div.line select, form div.line textarea {
	border-radius: 0;
	 height: 42px;

}
form div.line select {
	-webkit-appearance: none;
	background: #fff url(img/arrow.png)no-repeat 94%;
    background-size: 10px;
}

#buscador .btn, #buscador div form:last-child fieldset button {
	color: transparent;
    background: #a00f27 url(img/lupa.png)no-repeat center;
	background-size: 25px;
}

.btn {
	font-size: 14px;
    font-weight: 500;
    border-radius: 0;
	height: 42px;
    margin: 20px 0;
    border: none;
	background: #9f0f26;
	color:#fff;
}
.btn:hover {
	border: none;
	background: #000;
}
.fa-caret-down:before {  
    content: "\f107" !important;  /* icono flecha submenus */
}
.flecha {
	background: rgb(190, 190, 190); /* color flecha to top */
}
#aviso_cookie div {
	background: rgb(160, 15, 39);
	    padding: 0px 20px;
}
.offers {
    /*height: 325px;*/
    margin-top: 50px;
}


/* ====================
   HEADER
   ==================== */
header {
	position: relative;
	height:auto;
}
#home header{
}

/* ====================
   LOGO
   ==================== */
#logo {
	 top: 70px;
	z-index:1;
	width: auto;
}
#logo a img{
    width: 220px;
	float: left;
}
#home #logo a img {
	width: 325px;
	float: right;
}

/* ====================
   SLIDER
   ==================== */
#slider {
	z-index: 0;
    position: relative;
    background: #ebf1f0;
    background-attachment: fixed;
    background-size: cover;
    padding-top: 0px;
    height: 200px;
}
/*#slider:before {
	content:"";
	width:100%;
	height:100%;
	background: rgba(25,34,73,0.4);
    position: absolute;
    z-index: 2;
}*/
#home #slider {
	background: none;
    height: auto;
    max-height: 830px;
}
#slider .nivoSlider {
	margin: 0 auto;
}
#slider .nivoSlider img {
	width: 100% !important;
    height: auto !important;
}
.nivo-caption {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
	font-size: 20px;
    font-weight: 600;
    background: none!important;
    padding: 15px !important;
}
.nivo-caption > div {
    padding: 20px;
    color: #fff;
    font-size: 20px;
}
.nivo-caption p {
	color: #d81010;
	font-size: 26px;
	font-weight: 700;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-shadow: 0 1px 1px #616161;
}
.nivo-directionNav , .nivo-controlNav {
	display: none;
}
.nivo-caption > div span:after {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    margin: 0 20px;
    border-radius: 50%;
    border: 2px solid #568298;
    position: relative;
    top: -2px;
}
.nivo-caption > div span.superficie:after, .nivo-caption > div span.precio:after {
	display:none !important;
}
.nivo-directionNav a {
	top: 0 !important;
	width: 60px;
	height: 60px;
	text-indent: -9999px;
	background-image: url(img/nav_slider.png);
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.nivo-directionNav a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
.nivo-directionNav a.nivo-nextNav {
	background-position: -60px 0;
}
.nivo-directionNav a.nivo-prevNav {
	background-position: 0 0;
	left: initial !important;
	right: 70px;
}
#aviso_cookie {
    width: 100%;
    top: 0;
    z-index: 999999;
	bottom: inherit;
}


/* ==================== 
   NAVEGACIÓN
   ==================== */

#navegacion {
	position: absolute;
	top: 80px;
	background:none;
	z-index: 3;
}
#home #navegacion nav:before {
    content: "Tu inmobiliaria en Arganda";
    display: block;
    position: absolute;
    height: 30px;
    background: none;
    top: 100px;
    right: 0;
    z-index: 9;
    font-size: 48px;
    color: #000;
    font-weight: bold;
}
#home #navegacion nav:after {
    content: "La oportunidad que estabas esperando";
    display: block;
    position: absolute;
    height: 30px;
    background: none;
    top: 155px;
    right: 0;
    z-index: 9;
    font-size: 36px;
    color: #a00f27;
    font-weight: 300;
}
#home #navegacion {
	top: 175px;
}
.favoritos li a {
    color: #9f1027;
}
#navegacion.fixed {
	background: #000;
	background: rgb(160, 15, 39);
    top: 0 !important;
}
#navegacion.fixed nav:after, #navegacion.fixed nav:before {
	display:none !important;
}
#navegacion.fixed ul li a {
    color: #fff;
}
#navegacion nav {
	display: table;
    position: relative;
    box-sizing: border-box;
	box-shadow:none;
}
#navegacion #navHeader {
	z-index:10;
	float:right;
}
#navegacion #navHeader #navLinks li:last-child {
	border-right: none;
}
#navegacion ul li a {
	color: #000;
	font-size: 17px;
	padding: 10px 0 10px 30px;
}
 
#navegacion ul li:hover > a, #navegacion ul li > a:hover {
	background: none;
	color: #a00f27 !important;
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
}
#navegacion ul li.dropDownMenu ul li.dropDownMenu a, #navegacion ul li.dropDownMenu ul li a {
	color: #fff !important;
	padding: 10px 20px 10px 4px !important;
    font-size: 15px;
}
#navegacion ul li.dropDownMenu ul li.dropDownMenu:hover > a,#navegacion ul li.dropDownMenu ul li.dropDownMenu a:hover {
	color: #fff !important;
}
#navegacion ul li.dropDownMenu:hover > a, #navegacion ul li.dropDownMenu > a:hover {}

#navegacion ul li.dropDownMenu:hover ul li:hover {
	 background: #a00f27 !important;
}
#navegacion ul#idiomas li.dropDownMenu:hover ul li:hover {
	 background: none !important;
}
#navegacion ul li.dropDownMenu:hover ul li a {
	background: none !important;
}

#navegacion ul li.dropDownMenu ul li a:hover {
	background: none !important;
    color: #fff !important;
}

#navegacion ul li.dropDownMenu:hover > a {
	border-bottom: none !important;
}
#navegacion ul li.dropDownMenu:hover > a:after {
	display: none;
}
#navLinks .dropDownMenu > a > i {
    float: left;
    margin-top: 0;
    margin-right: 5px;
}
#navLinks .dropDownMenu > a > span {
	float: left;
}
.dropDownMenu ul {
	background: #202020 !important;
	height: auto !important;
	right:0;
	top: 35px;
}
.dropDownMenu ul li a {
	color: #fff !important;
	border-right: none !important;
	margin: 0 10px;
}
.dropDownMenu ul li a:hover {
	color: #fff !important;
	background: #404d36 !important;
}

#navegacion #operationList > li > ul > li.dropDownMenu > a > i {
    margin: 0px 8px 0 0;
}


/* ====================
   FAVORITOS
   ==================== */
#navegacion ul#favoritos {
}
#navegacion ul#favoritos > li:hover > a {
}
#navegacion ul#favoritos > li > div {
	background: #e3e3e3;
	width:100% !important;
	padding: 0 10px;
    box-sizing: border-box;
}
#navegacion ul#favoritos > li > div > div > div > ul > li {
	background: #fff;
	height: 190px;
	padding: 0px !important;
	width: calc(100% * (1/8) - 0px - 1px) !important;
	margin: 20px 10px;
}
#navegacion ul#favoritos > li > div > div > div > ul > li:hover {
}
#navegacion ul#favoritos > li:hover > div a {
	height: 82px;
}
#navegacion ul#favoritos > li > div > div > div > ul > li h3 {
	top: 0px;
	left: 0px;
	padding:5px;
	background:#272727 ;
	position: relative;
	margin:0;
}
#navegacion ul#favoritos > li > div > div > div > ul > li h3 a {
	padding: 0 !important;
	font-size: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 22px !important;
	line-height: 22px;
	color: #fff !important;
	text-shadow: none;
	text-transform:initial;
	letter-spacing:0px;
}
#navegacion ul#favoritos > li > div > div > div ul li .contenido .caracteristicas li{
	text-align:center;
	color: #333;
}
#navegacion ul#favoritos > li > div > div > div ul li .contenido .descripcionCaracteristicas .caracteristicas li i{
	display:none;
}
#navegacion ul#favoritos > li > div > div > div ul li .contenido {
	color: #222;
    top: 0;
    opacity: 1;
    height: 70px;
    left: 0;
    margin: 0;
    width: 100%;
    padding: 0;
}

#navegacion ul#favoritos h3 {
	 opacity: 1;
	width: 100%;
}
.promocion:hover h3 {
}
#navegacion ul#favoritos > li > div > div > div ul li .contenido .descripcionCaracteristicas {
	height: 32px;
	color: #575757;
}
#navegacion ul#favoritos > li > div > div > div > ul > li .contenido .precio {
	background: none !important;
	color: #292929 !important;
	margin-top: 12px !important;
	font-weight: 700;
	text-align: center;
}
#navegacion nav ul#favoritos > li > a span {
	display:none !important;
}

/*--------------------
 :: IDIOMAS
--------------------*/
#navegacion ul#idiomas {
	display: none;
}
#navegacion ul#idiomas .dropDownMenu ul {
}
#navegacion ul#idiomas li a.langSelect {
}
#navegacion ul#idiomas > li > a > i {
}
#navLinks > li.dropDownMenu > ul:before, #operationList > li.dropDownMenu > ul:before, #idiomas > li.dropDownMenu > ul:before {
	content: "";
	position: absolute;
	top: -13px;
	right: 20px;
	width: 0;
    height: 0;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-bottom: 13px solid #e3e3e3;
	display:none;
}
#navegacion ul#idiomas li a {
}
#navegacion ul#idiomas > li:hover > a {
	background: none!important;
}
#navegacion ul#idiomas li ul li a {
	height: 30px;
	line-height: 30px;
	padding: 0;
	text-align: center;
}
#navegacion ul#idiomas li ul li:hover > a {
	color: #FFF !important;
}
#navegacion ul#idiomas li a span > span:last-child {
	display:none;
}

/* ====================
   DATOS CONTACTO HEADER 
   ==================== */
   
header .datosContacto {
	top:0px !important;
	background: none;
	z-index: 3;
}
header .datosContacto address {
	display:none;
}

#home header .datosContacto address {
	box-sizing: border-box;
    background: none;
    width: 330px !important;
    padding: 0;
    position: absolute;
    text-align: right;
    right: 0;
    top: 400px;
	display:block;
}

header .datosContacto address ul:nth-child(1) {
	
}
header .datosContacto address ul li {
	display: none;
}
header .datosContacto address ul li.telefono {
    display: block;
	font-size: 48px;
}
li.telefono > a {
    color: #000;
}
address ul li i {
    display: none !important;
}
header .datosContacto ul:first-child li:last-child {
	display:none;
}
header .datosContacto address ul li.poblacionProvincia i {
	display:none;
}
header .datosContacto address ul li.direccion i:before {
 
}
header .datosContacto address ul li.telefono i:before {
     content: "\f098" !important;
}
header .datosContacto address ul li.email i:before {
     content: "\f1d8" !important;
}
.datosContacto .socialLinks {
	position:absolute;
	top:0;
	border:none;
	right: 0;
}

/* ==================== 
   BUSCADOR 
   ==================== */
#buscador {
	background: #202020;
	position:relative;
	top:0;
	display:none;
}
#home #buscador {
	display:block;
}
#buscador > div{
	background: #202020;
	height: 135px;
}
#buscador ul.tabs {
	border: none;
    position: absolute;
    top: -39px;
    float: right;
    width: 25%;
    right: 152px;
	display: none; /*Activar si lo pide*/
}
#buscador .globalSelector div.value {
    height: 40px;
}

div#openProperty {
    position: absolute;
    top: 12px;
	left: 11px;
}
#buscador ul.tabs li a {
}
#buscador ul.tabs li.activo a, #buscador ul.tabs li a:hover {
	background: none;
    border: 0;
}
#buscador ul.tabs li a i {
}
#buscador .busquedaAvanzada > a {
	top: -47px;
    background: #a00f27;
    color: #fff;
    padding: 13px 18px;
    right: 0;
}
#buscador .busquedaAvanzada > a:hover {
}
#buscador .busquedaAvanzada > a > i {
	    display: none;
}
#buscador label {
	color: #fefdfc;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
    font-size: 15px;
}
#buscador form {
}
#buscador form div.line input[type="text"], #buscador form div.line select {
}
#buscador div > form button {
}
#buscador div > form button:hover {
}
#buscador div form:last-child fieldset button {
}

/* ====================
   MAIN TEXT
   ==================== */
article#mainText {	
	background: #a00f27;
	padding: 40px 0;
}
article#mainText .datosContacto {
	display:none;
}
article#mainText .welcome {
	color: #fff;
}
article#mainText h2 {
	display: none;
}
.link_child {
    width: 30px;
    height: 30px;
    background: #e3e3e3;
    display: block;
    padding: 9px;
    box-sizing: border-box;
	display: none;
}


article#mainText h3 {
	text-transform: initial;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-style: italic;
    position: absolute;
    margin-top: 100px;
    /* margin-left: 104px; */
    text-align: center;
    /* margin: auto; */
    width: 384px;
}

#mainText > div > div.welcome > div > div > div {
    margin-top: 60px;
}

#mainText .column_child {
    width: 31.6%;
    float: left;
}

/* ====================
   BOX PROMOCIONES, VENTA Y ALQUILER
   ==================== */
.etiqueta {
}  
.promocion, .venta, .alquiler {
	background: #d9d9d9;
	overflow:hidden;
	padding-top:0 !important;
}
.venta .contenido .descripcionCaracteristicas ul.caracteristicas li, .alquiler .contenido .descripcionCaracteristicas ul.caracteristicas li {
    width: 49.7%;
	font-size: 18px;
}
.promocion .contenido .descripcionCaracteristicas ul.caracteristicas {
    padding: 1px 0;
}
.promocion .contenido .descripcionCaracteristicas ul.caracteristicas li {
    margin: 0;
}
li.habitaciones {
    border-right: 2px solid #fff;
}
.sliderPropiedad.sliderMini {
    transform: none !important;
}
.promocion .contenido .descripcionCaracteristicas ul.caracteristicas li span {
	display:block;
	color:#000;
}
.nivo-html-caption {
	display:block;
}
.nivo-caption {
    left: 32% !important;
    bottom: 155px !important;
    text-align: center;
    color: #202020 !important;
    width: 275px !important;
}
.promocion:hover figure div.sliderPropiedad.sliderMini .img a:after {
    background-color: rgba(0,0,0,0.9);
}
.promocion h3 {
}
.venta h3, .alquiler h3 {
    top: 5px;
    padding-left: 0;
    text-align: center;
    z-index: 8;
    color: #fff;
    text-transform: initial;
    font-weight: bold;
    font-size: 28px;
    font-style: italic;
}

.venta:hover h3, .alquiler:hover h3 {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}
.promocion .contenido {
	    top: 26%;
}
.venta .contenido, .alquiler .contenido {
	 margin-top: 0;
	 font-family: 'Roboto', sans-serif;

}
.promocion .acciones {
}
.venta .acciones, .alquiler .acciones {
    display: none;
}
.promocion .acciones a {
	display:none;
}
figure > div.sliderPropiedad.sliderMini > div > div > a:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000;
	opacity:.25;
	transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.venta:hover figure > div.sliderPropiedad.sliderMini > div > div > a:after, .alquiler:hover figure > div.sliderPropiedad.sliderMini > div > div > a:after {
    opacity:0;
}
.venta .contenido .descripcionCaracteristicas, .alquiler .contenido .descripcionCaracteristicas {
}
.promocion .contenido .descripcionCaracteristicas h4 {
	padding: 15px 0;
}
.venta .contenido .descripcionCaracteristicas h4, .alquiler .contenido .descripcionCaracteristicas h4 {
	padding-left: 0;
    text-align: center;
    padding: 20px 0;
	margin: 0;
	font-size: 18px;
	border-bottom: 2px solid #fff;
}
.promocion .contenido .descripcionCaracteristicas ul.caracteristicas, .venta .contenido .descripcionCaracteristicas ul.caracteristicas, .alquiler .contenido .descripcionCaracteristicas ul.caracteristicas {
    margin: 0;
}
.venta .contenido .descripcionCaracteristicas > ul > li , .alquiler .contenido .descripcionCaracteristicas > ul > li  {
	padding: 20px 0;
	border-bottom: 2px solid #fff;
	margin-bottom: 0 !important;
}
.venta .contenido .descripcionCaracteristicas > ul > li > i , .alquiler .contenido .descripcionCaracteristicas > ul > li > i {
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	margin-right:10px;
	    font-size: 22px;
		    color: #a00f27;
}
.venta .contenido .descripcionCaracteristicas > ul > li.habitaciones > i:before , .alquiler .contenido .descripcionCaracteristicas > ul > li.habitaciones > i:before {
	content: "\f236";
}
.venta .contenido .descripcionCaracteristicas > ul > li.supHabitable > i:before , .alquiler .contenido .descripcionCaracteristicas > ul > li.supHabitable > i:before {
    content: "\f015";
}
.venta .contenido .descripcionCaracteristicas > ul > li.supConstruida > i:before , .alquiler .contenido .descripcionCaracteristicas > ul > li.supConstruida > i:before {
    content: "\f0b2";
}

.venta .contenido .descripcionCaracteristicas > ul > li.supParcela > i:before , .alquiler .contenido .descripcionCaracteristicas > ul > li.supParcela > i:before {
   content: "\f009";
}

.promocion .contenido .precio {
}
.venta .contenido .precio, .alquiler .contenido .precio {
	background: none;
    color: #4c575d;
	font-size: 24px;
}
.venta .contenido .precio p, .alquiler .contenido .precio p {
}
.venta .contenido .precio .antes, .alquiler .contenido .precio .antes {
	margin: 6px 0 -5px 0;
    color: #a00f27;
}

/* ====================
   FORMULARIO ALERTAS BÚSQUEDAS
   ==================== */


/* ====================
   MAILING LIST
   ==================== */
aside {
	background:none;
}
aside #mailingList {
    width: 55% !important;
}
aside #mailingList h3 {
}
aside #mailingList p, aside #mailingList form .line.checkbox p a {
}
aside #mailingList form .line button {
	width: 42px !important;
    color: transparent !important;
    background: #a00f27 url(img/lupa.png)no-repeat center;
    background-size: 25px;
}
aside #mailingList form .line button:hover {
	background:#a62d31;
}
aside #mailingList form .line button:after {
}
aside #mailingList form .line {
    float: left;
}
#newsletter_form > div:nth-child(1) {
    width: 90%;
}

/* ====================
   RESULTS
   ==================== */

#results .headerResults {
}
.paginacion ul li span, .paginacion ul li a {
}
.paginacion ul li span.activa, .paginacion ul li a:hover {
    border: 1px solid #9f0f27;
    background: #9f0f26;
}
.vistaResultados ul li a {
}
.vistaResultados ul li a:hover, .vistaResultados ul li a.activo {
}
.filtroResultados > ul > li > ul {
}
#results article.offers #leyenda span.titulo {
}
#leyenda > form > fieldset > div > label {
}
.box_horizontal .promocion h3, .box_horizontal .venta h3, .box_horizontal .alquiler h3 {
}
.box_horizontal .venta .contenido .descripcionCaracteristicas h4, .alquiler .contenido .descripcionCaracteristicas h4 {
}
.box_horizontal .venta .contenido .descripcionCaracteristicas h4 a, .alquiler .contenido .descripcionCaracteristicas h4 a {
}
.box_horizontal .promocion .contenido .precio, .box_horizontal .venta .contenido .precio, .box_horizontal .alquiler .contenido .precio {
}


/*Solo cuando sea resultado con mapa*/
.wxp-map-icon-animated span, .wxp-map-icon-hover span {
}
.wxp-map-icon-hover div img, .wxp-map-icon-animated div img {
}
.wxp-map-icon-selected {
}
.wxp-map-icon-selected h3 {
}
#results article.offers #leyenda span.titulo:after {
}
#results label:after {
	color: #9f0f26;
}


/* ====================
   FORMULARIO CAPTACION
   ==================== */
#captacion form fieldset legend {
    margin: 0px 0 20px 0;
	box-sizing: border-box;
	 z-index: 1;

}


/* ====================
   FICHA
   ==================== */
   
#ficha #etiqueta {
   position:relative;
}
#details .headerResults {
}
#detalle {
} 
#details .breadcrumbs {
}   
#detalle #ficha .header {
}
#promo_details #ficha .header:before {
	display:none;
}
#promo_details #ficha .header .headerTitulo .headerLeft h1 {
    color: #000000;
}
#promo_details #ficha .header .headerTitulo .headerRight .precio {
    color: #9f0f27;
}
#promo_details #ficha .header .headerTitulo p {
    color: #909090;
}
#promo_details #ficha .header .headerTitulo {
    top: 160px;
}
#detalle #ficha .header .headerTitulo .headerLeft h1 {
}
#detalle #ficha .header .headerTitulo p {
}
#detalle #ficha .header .headerTitulo .headerRight .precio {
}
#detalle #ficha .header .headerTitulo .headerRight .precioReducido {
}
#detalle #ficha .header img {
}
.breadcrumbs > ul > li.activo {
    color: #9f0f27;
}
#detalle #ficha .header .caracteristicasPrincipales {
}
#detalle #ficha div.colIzq #descripcionFicha {
}
#detalle .colIzq .detallesFicha {
}
#detalle #ficha div .detallesFicha h3 {
}
#detalle #ficha div .detallesFicha h3 i {
	    display: none;
}
#detalle #ficha div .detallesFicha ul li {
}
#detalle #ficha div .detallesFicha ul li strong {
}
#detalle #ficha div.colIzq .groupTabs .googleMaps h3, #detalle #ficha div.colIzq .groupTabs .videos h3 {
}
#detalle #ficha .actionBar ul li i, #detalle #ficha .actionBar a.hazOferta {
	    background: #9f0f27;
}
#fichaScroll {
    background: rgb(159, 15, 39);
}
#detalle #ficha .header .caracteristicasPrincipales ul li i {
    background: none;
    border: 2px solid #fff;
}
#detalle #formMasInfo #contenido h3 {
}
#detalle .sliderPropiedad .sliderPrincipal .graficoCertificacion {
}

body#promo_details #detalle .colDch {
	position: relative;
}
body#promo_details #detalle .colDch {
	padding-top: 260px;
}
body#promo_details #detalle .colDch .detallesFicha {
	position: absolute;
	top: 0;
	width: 100%;
}

#promo_details #detalle {
    padding-top: 160px;
}


.sliderPropiedad .sliderPrincipal > a {
	z-index:1;
}


/* ====================
   CONTACTO
   ==================== */

#contacto .mapa {
    width: 100%;
    height: 500px;
}
#contacto .datosContacto{
	background: none;
}
#contacto label {
}
#contacto .datosContacto .sucursales .sucursal:nth-child(2n+1) {
}

/* ====================
   CAPTACION
   ==================== */
   
form fieldset legend {
	color: #525b61;
    border-bottom: 1px solid #b8b8b8;
    font-size: 16px;
	margin-bottom:20px;
	box-sizing: border-box;
	background: none;
}

/* ====================
   MODAL
   ==================== */
.modalContainer .modal {
	top:100px;
}
.modalContainer .modal form fieldset div.line {
	border:none;
}
.modalContainer .modal form fieldset div.line.labelHorizontal label {
}
.modalContainer form .colIzq, .modalContainer form .colDcha {
	width: 49% !important;
}
#buscadorAvanzado label {
    color: #50585e !important;
}

.modalContainer form .colDcha {
	float: right !important;
}

.busquedaAvanzada .modal span.titulo {
    background: #50585e;
}
.busquedaAvanzada form fieldset div.line > div input[type="text"], .busquedaAvanzada form fieldset div.line > div select {
    width: 135px;
}
.modalContainer .modal {
    border-bottom: 45px solid #50585e;
}

.modalContainer {
	top:5px
}
.modalContainer form {
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.modalContainer .modal form button.btn {
    bottom: -40px;
    width: 155px !important;
    border: none;
    margin: 0 0 0 -75px;
    background: #a00f27 !important;
    height: 35px !important;
    top: inherit !important;
    color: #fff !important;
}
.modalContainer .modal form button.btn:hover {
	background: #000 !important;
}
.modalContainer .modal form button.btn i {
}
.simuladorHipoteca.modalContainer .modal {
	padding: 47px 0 30px 0;
}
.simuladorHipoteca form fieldset div.line > div select {
    width: 120px;
}

/* ====================
   FOOTER
   ==================== */

footer {
	background: #3b3b3b;
    background-size: cover;
    color: #fff;
	position: relative;
    z-index: 0;
}
footer:after {
    display:none;
}
footer a {
	color: #fff !important;
}
footer #datosContactoFooter , footer #creditos {
    position: relative;
    z-index: 2;
}
footer #datosContactoFooter {
    padding: 0 35px;
    box-sizing: border-box;
	font-family: 'Roboto', sans-serif;
}
footer #datosContactoFooter div {
}
footer #datosContactoFooter div i {
	    color: #fff;
}
footer #datosContactoFooter div span {
}
footer #datosContactoFooter div.socialLinks {
}
footer a, #creditos a {
    color: #fff;
}
footer #creditos .right p a {
    background-image: url(//storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/img/logoinmoweb2_blanco.png) !important;
}

#home section {
    width: 100%;
}

/* ====================
   RESPONSIVE
   ==================== */
@media screen and (min-width: 0) and (max-width: 767px) {
	
	#slider, .mainText, aside, #home #logo:after, footer #datosContactoFooter div.socialLinks > i, #navegacion nav div > ul > li:hover > a:before, #navegacion nav ul#favoritos > li:hover > a:before , #buscador .busquedaAvanzada , .box_vertical .etiqueta:before{
		display: none;
	}
	
	.offers , .row {
		display:block;
	}
	
	.box_vertical .promocion, .box_vertical .venta, .box_vertical .alquiler {
		float:none;
	}
	
	header , #home header {
	    height: auto;
		background: none;
	}
	
	#results header {
		position:relative !important;
	}
	
	#home #logo , #logo {
	    width: auto;
		top: 0;
		margin-top: 0px;
		position: relative;
		padding:10px 0;
	}
	
	#home #logo a img , #logo a img {
	    width: 80% !important;
		float: none;
	}
	
	#navegacion , #navegacion.fixed , #buscador > div , #detalle{
		padding:0;
	}
	
	#navegacion {
		position: relative !important;
		top: 0px !important;
		background: #fff;
	}
	
	#navegacion nav {
		padding: 0;
		background:#333333;
	}
	
	#navegacion ul li a {
		height: 40px;
		line-height: 40px;
		padding-left:10px !important;
	}
	
	#navegacion ul li:hover a {
		background: #272727 !important;
		color: #fff !important;
	}
	
	#navegacion #navHeader {
	    padding: 5px;
		box-sizing: border-box;
		width: 100%;
	}
	
	#navegacion #navHeader #navLinks {
	    position: absolute;
		background: #bebebe;
		left: 0;
		width: 100%;
		padding: 0px 10px;
		box-sizing: border-box;
		display: none;
		z-index: 9999999;
		top: 50px;
	}
	
	#navegacion #navHeader #navLinks li {
		float: none;
	    border-bottom: 1px solid #d9d9d9;
	}
	
	#navegacion #navHeader #navLinks .dropDownMenu ul {
		background: none !important;
	}
	
	#navegacion #navHeader #navToggle, #navegacion #navHeader #searchToggle {
		display: inline-block;
	}
	
	#navegacion #navHeader #navToggle button, #navegacion #navHeader #searchToggle button {
	    margin: 0px 0px;
		padding: 6px 10px;
		background: #575757;
		color: #fff;
		height: auto !important;
		border-radius: 0;
		box-sizing: border-box;
		border: none;
	}
	
	#navegacion #navHeader #navToggle button:hover, #navegacion #navHeader #searchToggle button:hover {
		background: #000;
		color: #fff;
	}
	
	#navegacion ul#idiomas {
	    top: 0px;
		left:inherit;
		right: 10px;
		z-index: 1000000;
	}
	
	#navegacion ul#idiomas .dropDownMenu ul {
    	top: 60px;
	}
	
	#navegacion ul#idiomas > li > a {
		margin: 0;
	    color: #fff;
		height: 50px;
    	line-height: 50px;
		padding:0;
	}
	
	#navegacion ul#idiomas > li > a > i {
		color: #192249;
	}
	#home #bgContent {
		margin-top:0;
	}
	#bgContent {
		padding-top: 0;
	}
	#home #buscador, #buscador {
		z-index: 1000;
		display:none;
		left:0;
	    top: 30px !important;
        position: relative;
		margin: 0;
		outline: none;
		height: 715px;
	}
	#buscador > div {
		height: auto;
	}
	#buscador .tabs {
		top:0;
		left:0;
		position: relative !important; 
	}
	#buscador div form fieldset button, #buscador div form:first-child fieldset button, #buscador div form:last-child fieldset button {
		width:100% !important;
	}
	#buscador div form:first-child {
		padding:10px;
	}
	section, #home section {
		float: none;
		width: 100%;
		margin: 0 !important;
	    padding: 0px 10px;
    	box-sizing: border-box;
	}
	
	
	
	/*PENDIENTE DE COLOCAR EN ESTE RESPONSIVE*/
	
	#home footer {
    	padding-top: 20px;
	}
	
	
	#detalle #ficha .actionBar {
		width:100%;
		padding: 0;
		display:none;
	}
	
	#detalle #ficha .actionBar ul li {
		width:50%;
		height: 30px;
	}
   
	
	.breadcrumbs , #blog .headerResults {
		display:none;
	}
	.headerRight {
		border-top: 1px solid #fff;
	}
	#detalle #ficha div.colDch { 
		margin-top:0;
	}
	footer #datosContactoFooter {
		background: none;
	}
	#datosContactoFooter > div.socialLinks{
	    top: 16px;
		width: 100%;
		border: none;
		margin: 0;
		height:auto !important;
	}
	#home footer #datosContactoFooter {
    	padding: 0;
	}
	
	footer #creditos .left {
		margin-top: 0;
		float: none;
		    top: 0;
		text-align: center;
	}
	#buscador div#openProperty form:last-child div.line:last-child {
		width:100% !important;
	}
	
	footer #creditos .right {
		width: 100%;
	}
	
	footer #creditos .right p.inmoweb_logo {
    	float: left;
	}
	
	footer #creditos .right p.mls_logo {
		margin: 0;
		float: right;
	}
	
	
	#home section article.offers {
		top: 0px;
		padding:0 !important;
	}
	
	#sliderPropiedad {
		width: 320px;
	}
	
	.sliderPropiedad .sliderPrincipal .img img {
		max-height: initial;

	}
	
	#ficha .sliderPropiedad .sliderPrincipal .img {
		height: auto;
	}
	
	.promocion,	.venta, .alquiler {
		height: auto !important;
	}
	
	.venta, .alquiler {
   		padding: 0 !important;
		margin: 0px 0px 20px !important;
	}
	
	#ficha > div.colIzq > div:nth-child(4) > p {
		text-align:justify;
	}
	#detalle #ficha .header .headerTitulo .headerRight {
		position: relative;
		border:none;
	}
	.sliderPropiedad .miniaturas {
		margin-top:0;
	}
	#home #navegacion nav:before, #home #navegacion nav:after, header .datosContacto {
    	display:none;
	}
	div#openProperty {
    left: 0;
}
#detalle #ficha div.colIzq {
    text-align: center;
}
#detalle .colIzq .detallesFicha {
    margin-top: 30px;
}
.venta .contenido .descripcionCaracteristicas ul.caracteristicas li, .alquiler .contenido .descripcionCaracteristicas ul.caracteristicas li {
    width: 49.6%;
}

#home footer #datosContactoFooter div {
    display: none;
}
footer {
    height: 160px;
}
}

@media screen and (min-width: 0) and (max-width: 767px) and (orientation: landscape) {
	
	

}

@media screen and (min-width: 768px) and (max-width: 1023px) {

	.box_vertical .venta, .box_vertical .alquiler {
	}
	
	.box_vertical .promocion {
	}

	#results .venta, #results .alquiler {
		width: 100% !important;
	}
	
	#results_promo .box_vertical .promocion {
	}
	
	#buscador > div , #home h2, header .datosContacto address, 	#sliderPropiedad, #logo {
		width: 768px;
	}
	
	.nivo-directionNav, #home #logo {
		width: 768px;
		margin-left: -384px;
	}	
	
	#detalle #ficha div.colIzq {
		width: 100%;
	}

	#detalle #ficha div.colDch {
		width: 100%;
		margin-top:0;
	}
	
	#navegacion ul li a {
		padding: 10px;
	}
	
	#navegacion ul#favoritos > li > div > div > div > ul > li {
		width: calc(100% * (1/5) - 0px - 1px) !important;
		margin: 20px 17px;
	}
	
	.sliderPropiedad.sliderMini .img {
		height: 195px;
		vertical-align: middle;
		text-align: center;
	}
	#results .sliderPropiedad.sliderMini .img {
		height: auto;
	}
	
	#tipo_de_propiedado, #tipo_operaciono {
		position: relative;
    	top: -10px;
	}

	article.offers #leyenda form .line .desplegado span, article.offers #leyenda form .line ul li {
		width: 100%;
	}
		
	#detalle #sliderPropiedad .img img {
	    max-height: 100%;
   		max-width: 100% !important;
    	width: 768px;
	}
	
	#captacion form .localizacionInmueble div.line:nth-child(2), #captacion form .localizacionInmueble div.line:nth-child(3), #captacion form .localizacionInmueble div.line:nth-child(4), #captacion form .localizacionInmueble div.line:nth-child(5) {
		width: 100%;
	}
	
	#captacion form .detalleInmueble div.line {
		width: 45.3%;
	}
	#home #navegacion nav:before, #home #navegacion nav:after, header .datosContacto {
    	display:none;
	}
	#results .box_vertical .sliderPropiedad .sliderPrincipal .img img {
    	max-height: 300px;
	}
}

@media screen and (min-width: 1024px) and (max-width: 1259px) {
	
	.box_vertical .venta, .box_vertical .alquiler {
	}
	
	.box_vertical .promocion {
	}

	#results .box_vertical .venta, #results .box_vertical .alquiler {
	}
	
	#results_promo .box_vertical .promocion {
	}
	
	section, #home .row , #home h2, header .datosContacto address, #sliderPropiedad, #logo {
		width: 984px;
	}
	
	.nivo-directionNav, #home #logo{
		width: 984px;
		margin-left: -492px;
	}	
	
	#detalle #ficha div.colIzq {
		width: 60%;
	}

	#detalle #ficha div.colDch {
		width: 30%;
	}
	
	#navegacion ul li a {
		padding:10px;
	}
	
	#navegacion ul#favoritos > li > div > div > div > ul > li {
    	width: calc(100% * (1/7) - 0px - 1px) !important;
	}
	
	#buscador label {
		font-size: 12px;
	}
	
	#detalle #sliderPropiedad .img img {
		max-height: inherit;
		max-width:100% !important;
		width:984px;
	}
	
	#captacion form .detalleInmueble div.line {
		width: 21.8%;
	}
	
	#captacion form .localizacionInmueble div.line:nth-child(2), #captacion form .localizacionInmueble div.line:nth-child(3), #captacion form .localizacionInmueble div.line:nth-child(4), #captacion form .localizacionInmueble div.line:nth-child(5) {
		width: 48.4%;
	}
	.venta .contenido .descripcionCaracteristicas ul.caracteristicas li, .alquiler .contenido .descripcionCaracteristicas ul.caracteristicas li {
    width: 49.6%;
}
header .datosContacto {
   display:none;
}
#home #navegacion nav:before, #home #navegacion nav:after, header .datosContacto {
    display:none;
}
#results .box_vertical .sliderPropiedad .sliderPrincipal .img img {
    height: 119px;
}
 
	
}

@media screen and (min-width: 1260px) {
	.box_vertical .venta, .box_vertical .alquiler {
	}
	
	.box_vertical .promocion {
		height: 234px;
	}

	#results .box_vertical .venta, #results .box_vertical .alquiler {
	}
	
	#results_promo .box_vertical .promocion {
	}
	
	#sliderPropiedad, #video, #googleMaps, article,  footer #datosContactoFooter, footer #creditos, #navegacion nav, #slider .slider .slide .contenedor, #navegacion ul#favoritos > li > div > div > div, .headerResults, .paginacion, .informe_propietario,  section, #home .row , #home h2, header .datosContacto address, #fichaScroll div, #logo {
		width: 1220px;
	}
	
	header .datosContacto {
		width: 1220px;
	}
	
	#detalle #ficha div.colIzq {
		width: 60%;
	}
	#detalle #ficha div.colDch {
		width: 27%;
	}
	.sliderPropiedad {
		width: 849px;
	}
	
	#detalle #sliderPropiedad .img img {
		max-width: 100% !important;
		max-height: 905px;
	}
	
	#captacion form .localizacionInmueble div.line:nth-child(2), #captacion form .localizacionInmueble div.line:nth-child(3), #captacion form .localizacionInmueble div.line:nth-child(4), #captacion form .localizacionInmueble div.line:nth-child(5) {
		width: 48.4%;
	}
	#results .venta .contenido .descripcionCaracteristicas ul.caracteristicas li, #results .alquiler .contenido .descripcionCaracteristicas ul.caracteristicas li {
    width: 49.5%;
}
}
@media screen and (min-width: 1260px) and (max-width: 1540px) {
#home #navegacion nav:before {
    height: 30px;
    top: 68px;
    font-size: 36px;
}
#home #navegacion nav:after {
    height: 30px;
    top: 110px;
    font-size: 30px;
}
header .datosContacto {
    display:none;
}
#results .box_vertical .sliderPropiedad .sliderPrincipal .img img {
		height: 198px;
	}
}
@media screen and (min-width: 1541px) and (max-width: 1759px) {
	#results .box_vertical .sliderPropiedad .sliderPrincipal .img img {
		height: 198px;
	}
}
@media screen and (min-width: 1760px) {
	#results .box_vertical .sliderPropiedad .sliderPrincipal .img img {
		height: 160px;
	}
}
/* ie 8 */
@media \0screen {
}

@media print {
	
	#detalle {
		padding-top: 180px;
	}
	#detalle #ficha .header .headerTitulo {
		top: -50px;
	}
	#detalle #ficha .header .headerTitulo .headerLeft h1 {
		font-size: 1.6em;
	}
	#detalle #ficha .header .headerTitulo p {
		font-size: 15px;
	}
	#detalle #ficha .header .caracteristicasPrincipales ul li {
		font-size: 18px;
		width: 100px;
		height: 70px;
		padding-top: 0px;
		margin: 0 20px;
	}
	#detalle #ficha .header .caracteristicasPrincipales {
		margin-top: -50px;
	}
	#detalle #ficha {
		margin-top: -40px;
	}
	#detalle .colIzq .detallesFicha#descripcionFicha p {
		font-size: 12px;
	}
	#detalle #ficha div.colIzq .groupTabs .googleMaps, #detalle #ficha div.colIzq .groupTabs .videos {
		display:none !important;
	}
	#detalle #ficha .header {
		height: 200px;
	}
}