/* 
 * 
 * ESTRUCTURA 2
 *
 */

@import url(http://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic);

/* buscador: diseño horizontal */
@import url("//storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/imp_buscador_vertical.css");

/* selección de tema */
/*
 *
 * ESTRUCTURA 2
 * TEMA 4
 *
 */

/* generales */
a {
    color: #575757;
}

a:hover, a:active {
    color: #5a617e;
}

::selection {
    background: #5a617e;
}

.btn {
    background: #5a617e;
    color: #fff;
}

.btn:hover {
    background: #a4942b;
}

#container {
    background: url(img/new_bg_nav_tema2.png) repeat-x 0 -380px;
}

#home #container {
    background: url(img/new_bg_nav_tema2.png) repeat-x;
}

/* color teléfono y email header */

header .datosContacto address ul li.email i, header .datosContacto address ul li.telefono i {
    background: #5a617e;
}

/* colores menú de navegación */
#navegacion nav {
    background: #5a617e;
}

#navegacion ul li:hover > a, #navegacion ul li > a:hover {
    background: #4b526e;
}

.dropDownMenu ul {
    background: #4b526e !important;
}

#navLinks > li.dropDownMenu > ul:before, #operationList > li.dropDownMenu > ul:before, #idiomas > li.dropDownMenu > ul:before {
    border-bottom: 5px solid #4b526e !important;
}

#navegacion ul li.dropDownMenu:hover ul li:hover {
    background: #a4942b !important;
}

#navegacion ul#favoritos > li > div {
    background: #a4942b !important;
}

/* colores menú idiomas */
#navegacion ul#idiomas > li:hover > a {
    background: #4b526e !important;
}

#navegacion ul#idiomas li ul li a span span.bandera {
    border: 1px solid #fba6a6;
}

/* slider */
.nivo-caption {
    background: #202020 !important;
    background: rgba(32,32,32,0.7) !important;
}

.nivo-caption p {
    color: #fff !important;
}

/* colores buscador */
#buscador > div {
    background: #202020;
}

#buscador .tabs li a {
    color: #6b6b6b;
    background: #acacac;
}

#buscador .tabs li a:hover {
    background: #202020;
    color: #fff;
}

#buscador .tabs li.activo a {
    background: #202020;
    color: #fff;
}

.busquedaAvanzada > a {
    color: #fff;
}

.busquedaAvanzada > a:hover {
    color: #a4942b;
}

/* colores box promociones */
.promocion {
    background: #f36639;
}

.promocion .sliderPropiedad.sliderMini, .promocion figure div.mask {
    background: none;
}

/* colores box propiedades */
.promocion h3, .venta h3, .alquiler h3 {
    color: #5a617e !important;
}

.box_vertical .venta .contenido .precio, .box_vertical .alquiler .contenido .precio {
    background: #202020 !important;
    background: rgba(32,32,32,0.8) !important;
}

/* colores footer */
footer {
    background: #202020;
    color: #fff;
    border-top: 5px solid #5a617e;
}

footer #datosContactoFooter {
    border-top: 5px solid #5a617e;
}

footer #datosContactoFooter, footer #creditos {
    background: #000000;
}

footer #datosContactoFooter:after {
    /*background: url(img/bg_footer_tema2.png);*/
}

footer div.email > i, footer div.direccion > i, footer div.tlf > i, footer div.socialLinks > i {
    color: #acacac !important;
}

footer #creditos {
    border-top: 1px solid #6b6b6b;
}

.promocion {background: url(img/bg_promociones_claro.png) no-repeat bottom center !important;}

/* ====================
   GENERALES
   ==================== */
#background {
    background: url(img/bg.png) repeat;
}

#buscador form div.line input[type="text"]#max_price, #min_pricep {
	color:#fff;
}

header {
    position: relative;
    height: 198px;
}

#home header {
    height: 600px;
}

#logo {
    margin-left: -115px;
    text-align: center;
    top: 8px;
    width: 230px;
    z-index: 2;
}

#logo a img {
	width: auto;
    height: 100px;
}
#bgContent {}

#content {
    /*width: 100% !important;*/
    margin: 0 auto !important;
    display: block;
    position: relative;
}

section {
    margin: 0px auto 160px auto;
    padding-top: 10px;
    float: none;
}

#home section {
    padding-top: 570px;
    margin: 0px auto 40px auto;
}

body {
    color: #737373;
}

a {
    /*color: #575757;*/
    text-decoration: underline;
}

a:hover, a:active {
    /*color: #f36639;*/
}

::selection {
    /*background: #f36639;*/
    color: #FFF;
}

.btn {
    border-radius: 2px;
    border: none;
    /*background: #252525;
    color: #fff;*/
}

.btn:hover {
    border: none;
    /*background: #000;*/
}

#bgContent {
    position: relative;
    /*z-index: 8;*/
    padding-top: 1px;
}

#home #bgContent {
    padding-top: 0;
}

h2 {
    padding-left: 0px;
    padding-top: 5px;
    color: #292929;
    font-family: 'Droid Serif', serif;
    font-weight: 400;
}

.etiqueta {
    top: 10px !important;
    left: -5px !important;
}

.modalContainer {}

.simuladorHipoteca.modalContainer .modal {
    padding: 47px 0 30px 0;
}

.modalContainer form {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

form div.line input[type="text"], form div.line select, form div.line textarea {
    border-radius: 0;
}

#seccionInterna, #contacto, .offers, #detalle {
    padding: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#captacion #seccionInterna legend {
    background: none;
}

#sliderPropiedad {
    background: none;
}

article.headerPage {
    padding: 0 15px;
}

.headerResults {
    background: none;
}

article.offers.box_listado #listOffers, article.offers.box_mapa #listOffers {
    width: 74%;
}

/* ====================
   SLIDER
   ==================== */
#slider {
    z-index: 0;
    position: relative;
    height: 455px;
    padding-top: 120px;
    left: 50%;
    overflow: visible;
    display: none;
}

#home #slider {
    display: block;
}

#slider .nivoSlider {
    height: 455px;
    overflow: hidden;
    box-shadow: 0 1px 3px #575757;
}

.nivo-controlNav {
    display:none;
}

#slider #slideshow  img {}

.nivoSlider img {
    width: 1220px !important;
    height: 455px !important;
    /*left: 50% !important;
    margin-left: -960px !important;*/
}

.nivo-caption {
    /*background: none !important;*/
    padding: 10px 10px 80px 10px !important;
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
    left: initial !important;
    right: 0;
}

.nivo-caption > div {
    /*padding: 20px;*/
    color: #fff;
    font-size: 20px;
}

.nivo-caption > div span:after {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    margin: 0 10px;
    border-radius: 50%;
    border: 2px solid #a2a2a2;
    position: relative;
    top: -2px;
}

.nivo-caption > div span:nth-last-child(2):after, .nivo-caption > div span.precio:after {
    display: none;
}

.nivo-caption p {
    /*color: #d81010;*/
    font-family: 'Droid Serif', serif;
    font-size: 34px;
    font-weight: 400;
    font-style: italic;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 60px;
    line-height: 60px;
    padding: 0 !important;
}

.nivo-directionNav {
    position: absolute;
    bottom: 160px;
    left: 50%;
    z-index: 10000;
    height: 60px;
    display: none;
}

.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;
}

.nivo-prevNav {
    left: initial !important;
    right: 70px;
}

/* ajustes para poner foto fija para cuando se muestran en el selector de plantillas (eliminar cuando se instale) */



/* ==================== 
   NAVEGACIÓN
   ==================== */
#navegacion {
    position: absolute;
    top: 120px;
    z-index: 10;/*9*/
    background: none;
}

#home #navegacion {
    top: 510px;
}

#navegacion nav {
    display: table;
    margin: 0 auto;
    position: relative;
}

#navegacion #navHeader #navLinks {
}

#navegacion #navHeader #navLinks li {
    /*border-right: 1px solid #ccc;*/
}

#navegacion ul li a {
    height: 55px;
    line-height: 55px;
    color: #fff;
    text-transform: uppercase;
    padding: 0px 15px !important;
    position: relative;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
}

#navegacion .dropDownMenu .dropDownMenu a, #navegacion .dropDownMenu ul li a {
    height: 40px;
    line-height: 40px;
}

#navegacion ul li:hover > a, #navegacion ul li > a:hover {
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
}

#navegacion ul li.dropDownMenu:hover ul li:hover {
    /*background: #bc3e15 !important;*/
}

#navegacion ul li.dropDownMenu:hover ul li a, #navegacion ul li.dropDownMenu ul li a:hover {
    background: none !important;
}

#navegacion #navLinks li:last-child a {
    border-right: none;
}

#navegacion ul li.dropDownMenu:hover > a {
}

#navegacion ul li.dropDownMenu:hover > a:after {
    display: none;
}

#navegacion nav div > ul > li > a, #navegacion nav ul#favoritos > li > a {
    position: relative;
}

#navLinks .dropDownMenu > a > i {
    /*float: right;*/
    /*margin-top: 30px;*//*12*/
    /*margin-left: 4px;*/
}

#navLinks .dropDownMenu > a > span {
    /*float: left;*/
}

.dropDownMenu ul {
    /*background: #dc5225 !important;*/
}

#navLinks > li.dropDownMenu > ul:before, #operationList > li.dropDownMenu > ul:before, #idiomas > li.dropDownMenu > ul:before {
    content: "";
    position: absolute;
    top: -5px;
    left: 11px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #dc5225;
}

.dropDownMenu ul li a {
    color: #fff !important;
    border-right: none !important;
    margin: 0 10px;
}

.dropDownMenu ul li a:hover {
    color: #fff !important;
    background: #bc3e15 !important;
}

#navegacion.fixed {
    position: absolute;
    top: 120px;
}


/* ====================
   FAVORITOS
   ==================== */
#navegacion ul#favoritos {}

#navegacion ul#favoritos > li > div {
    /*background: #dc5225 !important;*/
    left: 50%;
}

#navegacion nav ul#favoritos > li > a span {}

#navegacion ul#favoritos > li > div > div > div > ul > li {
    background: #fff;
    height: 210px;
    padding: 0px !important;
    box-shadow: 0 0 2px #888;
}

#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 figure {}

#navegacion ul#favoritos > li > div > div > div > ul > li h3 {
    top: 0px;
    left: 0px;
    width: 100%;
}

#navegacion ul#favoritos > li > div > div > div > ul > li h3 {
    padding: 5px;
}

#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: #001029	 !important;
    text-shadow: none;
}

#navegacion ul#favoritos > li > div > div > div ul li .contenido {
    padding: 0 5px;
    width: 100%;
    margin-top: -10px !important;
}

#navegacion ul#favoritos > li > div > div > div ul li .contenido .descripcionCaracteristicas {
    height: 32px;
    color: #575757;
    padding: 0 !important;
}

#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;
}

/*--------------------
 :: IDIOMAS
--------------------*/
#navegacion ul#idiomas {}

#navegacion ul#idiomas li a {
    background: none !important;
    text-transform: inherit;
    font-weight: 300;

    text-align: center;
}

#navegacion ul#idiomas > li:hover > a {
    /*background: #f36639 !important;*/
}

#navegacion ul#idiomas li ul {
    background: #eaeaea;
}

#navegacion ul#idiomas li ul li a {
    height: 35px;
    line-height: 35px;
}

#navegacion ul#idiomas li:hover > a {
}

#navegacion ul#idiomas li a span > span:last-child {
    display: none;
}

#navegacion ul#idiomas li ul li a span span.bandera {
    /*border: 1px solid #F6AE96;*/
    border-radius: 3px;
}


/* ====================
   DATOS CONTACTO HEADER 
   ==================== */
header .datosContacto {
    top: 42px !important;
    z-index: 1;
}

header .datosContacto address {
    background: none;
    color: #575757;
    padding: 0;
    position: relative;
    width: 100%;
}

header .datosContacto address a {
    color: #292929;
    text-decoration: none;
}

header .datosContacto address ul {
    width: 100%;
}

header .datosContacto address ul li {
    margin-right: 10px;
    color: #292929;
    font-size: 16px;
    text-align: right;
    font-family: 'Droid Serif', serif;
    font-weight: 400;
}

header .datosContacto address ul li i {
    margin-right: 5px;
    color: #fff;
    margin-left: 5px;
    text-align: right;
    border-radius: 50%;
}

header .datosContacto li.agencia, header .datosContacto li.direccion, header .datosContacto li.poblacionProvincia, header .datosContacto li.fax, header .datosContacto li.movil, header .datosContacto ul.socialLinks, header .datosContacto ul:first-child li:last-child {
    display: none !important;
}

header .datosContacto address .socialLinks {
    border-top: none;
    margin: 0;
    padding: 0;
}

header .datosContacto address .socialLinks li {
    float: right;
    margin-right: 0;
    margin-left: 5px;
}

header .datosContacto address ul li.email {
    position: relative;
    padding: 10px;
    margin-right: 0;
    margin-left: 36px;
    float: left;
}

header .datosContacto address ul li.email i {
    position: absolute;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    top: 0;
    left: -41px;
}

header .datosContacto address ul li.telefono {
    position: relative;
    padding: 10px;
    margin-right: 0;
    float: right;
}

header .datosContacto address ul li.telefono i {
    position: absolute;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    top: 0;
    left: -41px;
}



/* ==================== 
   BUSCADOR 
   ==================== */
#buscador {
    position: absolute;
    top: 45px;
    background: none !important;
    left: 50%;
    margin: 0;
    display: none;
    width: auto;
}

#home #buscador {
    display: block;
}

#buscador > div {
    margin: 0 auto;
    padding-bottom: 30px;
    display: table;
    width: 285px;
    position: relative;
    /*background: #f36639;*/
    float: left;
}

#buscador .tabs {
    margin-top: -34px;
    border-bottom: 1px solid transparent;
}

#buscador .tabs li a {
    /*color: #ffede7;
    background: #fac2af;*/
    border-radius: 0;
}

#buscador .tabs li a:hover {
    border-bottom: none;
    /*background: #f36639;
    color: #fff;*/
}

#buscador .tabs li.activo a {
    /*background: #f36639;
    color: #fff;*/
    border: 1px solid transparent;
    border-bottom: none;
}

#buscador label {
    font-size: 12px;
    color: #fff;
}

#buscador div#openProperty form, #buscador div#openNew form, #buscador div#openProperty form fieldset, #buscador div#openNew form fieldset {
    margin-bottom: 0;
    padding-bottom: 0;
}

.modal label {
    color: #575757 !important;
}

/*div#openProperty form:last-child div.line:last-child {
        width: 68px !important;
}*/

.filtroResultados > ul > li > ul {
    top: 37px;
}

.filtroResultados > ul > li > ul:before {
    content: "";
    position: absolute;
    top: -5px;
    right: 9px;
    width: 0;
    height: 0;
    border-left: 5px solid rgba(0, 0, 0, 0);
    border-right: 5px solid rgba(0, 0, 0, 0);
    border-bottom: 5px solid #e4e4e4;
}

.busquedaAvanzada > a {
    padding: 10px 15px;
    top: 473px;
    /*color: #fff;*/
    right: initial;
    left: -5px;
    font-size: 14px;
}

.busquedaAvanzada > a:hover {
    /*color: #bc3e15;*/
}


/* ====================
   MAIN TEXT
   ==================== */
article#mainText {
	background: none;
    background-position: 0 0 !important;
    padding: 0;
    margin: 0 auto 20px auto;
    position: absolute;
    top: 0;
    right: 0;
    width: 70% !important;
    display: block;
}
article#mainText div {
    width: 100% !important;
    float: none !important;
}


#mainText h2 {
    padding-left: 0;
    display: none;
}

#mainText h3 {
    font-family: 'Droid Serif', serif;
    font-weight: 400;
    font-size: 24px;
    color: #292929;
    border-bottom: 1px solid #ccc;
    padding-bottom: 8px;
    margin-bottom: 15px;
}
#mainText p {
    font-family: 'Droid Serif', serif;
}

#mainText .datosContacto {
    display: none;
}

#mainText > div {
    padding: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

/* ====================
   Contacto
   ==================== */
#contacto .datosContacto {
    background: none;
}

/* ====================
   Personalización promociones destacadas
   ==================== */



/* ====================
   BOX PROMOCIONES, VENTA Y ALQUILER
   ==================== */
.promocion, .venta, .alquiler {
    padding: 5px !important;
    margin: 0 10px 50px 10px;
}

.promocion {
    background: url(img/bg_promociones.png) no-repeat bottom center;
}

.venta, .alquiler {
    background: #eaeaea url(img/bg_propiedades.png) no-repeat bottom center;
}

.promocion h3, .venta h3, .alquiler h3 {
    width: 100%;
    font-weight: 700;
    font-size: 16px;
    /*color: #f36639;	*/
    text-align: left;
    margin: 9px 0 0 0;
    padding: 5px 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: relative;
    overflow: visible;
    z-index: 9;
}

.promocion h3 {
    color: #fff;
    margin: 5px 0 0 0;
    float: left;
    width: 255px;
}

.venta h3, .alquiler h3 {
    margin-top: 0;
    font-size: 20px;
}


.promocion figure {
    float: left;
    max-width: 148px;
}

.promocion figure:hover .sliderPropiedad.sliderMini {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
}

.sliderPropiedad.sliderMini {
    background: none;
}

.promocion .sliderPropiedad.sliderMini {
    /*background: #f36639;*/
}

.sliderPropiedad.sliderMini .img {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.sliderPropiedad.sliderMini .img img {
    /*width: auto;
    max-width: 100%;
    max-height: 100%;
}

.promocion figure div.mask {
    /*background: #f36639;*/
    bottom: 0;
}

.promocion figure:hover div.mask {}

.promocion figure div.mask a {
    position: absolute;
    bottom: 30px;
    background: none;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    width: 100%;
    text-align: center;
    padding: 0;
    transition: all ease .25s;
    -webkit-transition: all ease .25s;
    -moz-transition: all ease .25s;
}

.promocion figure:hover div.mask a {
    transition: all ease .25s;
    -webkit-transition: all ease .25s;
    -moz-transition: all ease .25s;
    bottom: 8px;
}

.promocion .contenido {
    width: 255px;
    height: 44px;
    color: #fff;
    margin: 0px 0 10px 0;
    z-index: 10;
    position: relative;
    padding: 0 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    float: left;
}

.promocion .contenido .acciones a {
    text-indent: -9999px;
    position: absolute;
    bottom: -5px;
    right: -5px;
    width: 70px;
    height: 48px;
    background: url(img/bg_accionpromociones.png) no-repeat 0 0;
    display: none;
}

.promocion .contenido .acciones a:hover {
    background: url(img/bg_accionpromociones.png) no-repeat 0 -49px;
}

.promocion .contenido .descripcionCaracteristicas p {
    font-size: 14px;
    margin: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.promocion .contenido .precio {
    background: none;
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 14px;
    text-align: left;
}

.venta h3, .alquiler h3 {
    /*text-align: left;
    margin: 5px 0 0 0;
    color: #c2262b;*/
}

.venta figure div.mask, .alquiler figure div.mask {
    position: absolute;
    background: none;
    height: auto;
    padding: 0 10px;
    bottom: 4px;
    display: none;
}

.venta figure div.mask div.referencia, .alquiler figure div.mask div.referencia {
    background: none;
    position: initial;
    padding-bottom: 28px;
}

.venta figure div.mask div.referencia span, .alquiler figure div.mask div.referencia span {
    color: #575757 !important;
}

#results .venta figure div.mask div.referencia span, #results .alquiler figure div.mask div.referencia span {
    font-size: 12px;
}

.venta figure .sliderPropiedad.sliderMini, .alquiler figure .sliderPropiedad.sliderMini {
}

.venta figure:hover .sliderPropiedad.sliderMini, .alquiler figure:hover .sliderPropiedad.sliderMini {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.venta .contenido .descripcionCaracteristicas h4 a, .alquiler .contenido .descripcionCaracteristicas h4 a {
    color: #292929;
    text-decoration: none;
}

.venta .contenido .acciones, .alquiler .contenido .acciones {
    display: none;
}

.venta .contenido .habitaciones i, .alquiler .contenido .habitaciones i {
    display: inline-block;
    width: 19px;
    height: 11px;
    margin-right: 5px;
    background: url(img/icn_habitaciones.png);
}

.venta .contenido li[class*="sup"] i, .alquiler .contenido li[class*="sup"] i {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 5px;
    background: url(img/icn_sup.png);
}

/*.sliderPropiedad.sliderMini .sliderPrincipal > a {
        width: 18px;
        height: 33px;
        top: 50%;
        margin-top: -16px;
        background-image: url(img/nav_slider_box.png);
        background-repeat: no-repeat;
        opacity: 0.5;
        filter: alpha(opacity=50);
}

.sliderPropiedad.sliderMini .sliderPrincipal > a:hover {
        opacity: 1;
        filter: alpha(opacity=100);
}

.sliderPropiedad.sliderMini .sliderPrincipal > a.anterior {
        background-position: 0 0;
}

.sliderPropiedad.sliderMini .sliderPrincipal > a.siguiente {
        background-position: -18px 0;
}*/

.sliderPropiedad.sliderMini .sliderPrincipal > a {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.sliderPropiedad.sliderMini .sliderPrincipal > a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.sliderPropiedad.sliderMini .sliderPrincipal > a i {
    /*background: #f36639;*/
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-top: -15px;
    top: 35%;
}

.sliderPropiedad .sliderPrincipal > a:hover i {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.sliderPropiedad.sliderMini .sliderPrincipal > a.anterior:hover, .sliderPropiedad.sliderMini .sliderPrincipal > a.siguiente:hover {
    cursor: pointer;
}

.venta .contenido, .alquiler .contenido {
    padding: 0 10px;
    margin-top: 0px;
}

.sliderPropiedad .sliderPrincipal > a.anterior i {
    left: 5px;
}

.sliderPropiedad .sliderPrincipal > a.siguiente i {
    right: 5px;
}

/* ----- box horizontal ----- */

.box_horizontal .venta h3, .box_horizontal .alquiler h3 {
    top: 7px !important;
    left: 159px !important;
    width: 301px !important;
    background: none !important;
    text-align: left !important;
    box-shadow: none !important;
}

.box_horizontal .venta h3:before, .box_horizontal .alquiler h3:before, .box_horizontal .venta h3:after, .box_horizontal .alquiler h3:after {
    display: none;
}

.box_horizontal .venta .contenido .descripcionCaracteristicas h4, .box_horizontal .alquiler .contenido .descripcionCaracteristicas h4 {

}

.box_horizontal .venta .contenido, .box_horizontal .alquiler .contenido {
    padding: 0 10px;
}

.box_vertical .venta .contenido .precio, .box_vertical .alquiler .contenido .precio {
    text-align: left;
    color: #fff;
    padding: 0 10px !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: 0;
    font-weight: 700;
    background: none;
    z-index: 9 !important;
    position: absolute;
    bottom: 183px;
    left: 5px;
    width: 97%;
    height: 53px;
    font-family: 'Droid Serif', serif;
}

#results .box_vertical .venta .contenido .precio, #results .box_vertical .alquiler .contenido .precio {
    top: 102px;
    width: 259px;
}

.box_vertical .venta .contenido .precio p, .box_vertical .alquiler .contenido .precio p {
    line-height: 53px !important;
}

.venta .contenido .precio .antes, .alquiler .contenido .precio .antes {
    color: #ccc;
    margin: -12px 0 -30px 0;
}

#results .box_horizontal .venta .contenido .precio .antes, #results .box_horizontal .alquiler .contenido .precio .antes {
    color: #000;
}

.venta .contenido .descripcionCaracteristicas, .alquiler .contenido .descripcionCaracteristicas {
    color: #292929;
}

.venta .contenido .descripcionCaracteristicas h4, .alquiler .contenido .descripcionCaracteristicas h4 {
    margin-top: 7px;
}

.box_horizontal .promocion figure, .box_horizontal .venta figure, .box_horizontal .alquiler figure {
    top: 10px;
    left: 10px;
}

.box_horizontal .promocion figure .mask, .box_horizontal .venta figure .mask, .box_horizontal .alquiler figure .mask, .box_horizontal .promocion figure:hover .mask, .box_horizontal .venta figure:hover .mask, .box_horizontal .alquiler figure:hover .mask {
    bottom: 2px;
}

.box_horizontal .promocion .contenido .precio, .box_horizontal .venta .contenido .precio, .box_horizontal .alquiler .contenido .precio {
    position: absolute;
    top: -10px;
    right: 10px;
}

.box_horizontal .promocion .descripcion, .box_horizontal .venta .descripcion, .box_horizontal .alquiler .descripcion {
    float: none;
}

.contenido .descripcionCaracteristicas {
    text-align: left;
}

.box_horizontal .contenido .descripcionCaracteristicas {
    text-align: left;
}

.promocion .contenido .descripcionCaracteristicas {
    /*border-top: 1px dotted #f19c81;*/
    padding-top: 8px;
}

.promocion .contenido .descripcionCaracteristicas {
    text-align: left;
}

.box_horizontal .promocion .contenido, .box_horizontal .venta .contenido, .box_horizontal .alquiler .contenido {
    float: left;
    margin-left: 10px;
}

.box_horizontal .venta .contenido .descripcionCaracteristicas, .box_horizontal .alquiler .contenido .descripcionCaracteristicas {
    margin-top: 35px;
}

#results .box_horizontal .venta .contenido .acciones, #results .box_horizontal .alquiler .contenido .acciones {
    display: none;
}

.box_horizontal .promocion, .box_horizontal .venta, .box_horizontal .alquiler {
    min-height: 107px;
}


/* ====================
   MAILING LIST
   ==================== */
aside {
    background: #ebebeb url(img/bg_mailinglist.png) center;
    padding: 50px 0;
}

aside #mailingList {
    padding: 45px 0;
    border-top: 1px dotted #575757;
    border-bottom: 1px dotted #575757;
}

aside #mailingList form {
    left: 50% !important;
    margin-left: -237px !important;
}

aside #mailingList > div > p {
    float: none;
    margin-right: 0;
    text-align: center !important;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
}

aside #mailingList p, aside #mailingList form .line.checkbox p a {
    color: #575757;
}

aside #mailingList form .line.checkbox {
    top: 40px;
}


/* ====================
   RESULTS
   ==================== */
.vistaResultados ul li a {
    color: #575757 !important;
}

.vistaResultados ul li a:hover, .vistaResultados ul li a.activo, .paginacion ul li span.activa, .paginacion ul li a:hover {
    background: #292929;
    border: 1px solid #292929;
    color: #fff;
}

.paginacion ul li span, .paginacion ul li a {
    border: 1px solid #292929;
    color: #292929;
}


/* ====================
   FICHA
   ==================== */
#detalle #ficha .header .headerTitulo  {
    border-bottom: 3px solid #000;
}

#detalle #formMasInfo {
    width: 100%;
    float: none;
}

#detalle .colIzq .detallesFicha {
    width: 100% !important;
    float: none !important;
}

#detalle #sliderPropiedad .img img {
    max-width: 100%;
}

#sliderPropiedad .sliderPrincipal > a {
    /*width: 28px;
    height: 55px;
    top: 50%;
    z-index: 10;
    margin-top: -26px;
    background-image: url(img/nav_slider.png);
    background-repeat: no-repeat;
    opacity: 0.5;
    filter: alpha(opacity=50);*/
}

#sliderPropiedad .sliderPrincipal > a:hover {
    /*opacity: 1;
    filter: alpha(opacity=100);*/
}

#sliderPropiedad .sliderPrincipal > a.anterior {
    /*background-position: 0 0;*/
}

#sliderPropiedad .sliderPrincipal > a.siguiente {
    /*background-position: -28px 0;*/
}

#sliderPropiedad .sliderPrincipal > a i {
    /*display: none;*/
    text-shadow: 0 0 2px #575757;
}

#sliderPropiedad .sliderPrincipal > a.anterior:hover, #sliderPropiedad .sliderPrincipal > a.siguiente:hover {
    /*cursor: pointer;*/
}

#fichaScroll {
    top: 10px;
    left: 10px;
    width: 170px;
    margin-left: 0;
    background: #677172;
    box-shadow: 0 0 2px #575757;
    z-index: 10;
}

#fichaScroll figure, #fichaScroll div {
    float: none;
    width: auto;
}

#fichaScroll div ul li {
    display: block;
    width: 100%;
    color: #fff;
}

#fichaScroll div ul li i {
    color: #292929;
}

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%;
}

#detalle #ficha .actionBar ul li a {
    color: #575757 !important;
}


/* ====================
   CAPTACIÓN
   ==================== */
form fieldset legend {
    color: #575757;
    border-bottom: 3px solid #292929;
    padding: 8px 0;
    margin: 0 0 10px 0;
}


/* ====================
   MODAL
   ==================== */
.modalContainer form .colIzq, .modalContainer form .colDcha {
    width: 49% !important;
}

.modalContainer form .colDcha {
    float: right !important;
}



/* ====================
   FOOTER
   ==================== */
footer {
    /*background: #323232;
    color: #fff;*/
}

footer #datosContactoFooter, footer #creditos {	
    position: relative;
    top: -20px;
    padding-left: 10px;
    padding-right: 10px;
}

footer #datosContactoFooter:after {
    content: "";
    /*background: url(img/bg_footer.png);*/
    width: 356px;
    height: 148px;
    position: absolute;
    top: -148px;
    right: 2px;
}

footer a {
    color: #fff;
}

footer div.email > i, footer div.direccion > i, footer div.tlf > i, footer div.socialLinks > i {
    /*color: #f36639 !important;*/
}

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_216755 > h2{
    display: none;
}

/* ====================
   RESPONSIVE
   ==================== */
@media screen and (min-width: 0) and (max-width: 767px) {
    footer #creditos .right, footer #creditos .right p.inmoweb_logo, footer #creditos .right p.mls_logo{
        margin: 10px auto;
    }
	.box_vertical .venta .contenido, .box_vertical .alquiler .contenido	 {
		   position:relative;
	}
	.box_vertical .venta .contenido .precio, .box_vertical .alquiler .contenido .precio	 {
	    top: -92px !important;
		left: 1px;
		width: 99.7% !important;
	}
    header, #content, #seccServicios .contenedor {
        width: 100%;
    }

    header {
        height: auto !important;
    }

    header h1 {
        height: 130px;
    }

    #bgContent {
        padding-top: 0;
    }

    section {
        padding-top: 60px;
        float: none;
        width: 100%;
    }

    #content {
        padding-top: 0 !important;
    }

    h2:before, h2:after {
        display: none;
    }

    #home section {
        padding-top: 10px;
    }

    #home #logo:after {
        display: none;
    }

    #logo {
        top: 5px;
        margin: 0 auto;
		position:relative;
		padding:10px 0;
    }

    #logo img {
        width: auto;
    }

    #buscador > div {
        width: 100% !important;
    }

    #buscador #openProperty form div.line, #buscador #openNew form div.line {
        width: 100%;
    }

    #slideshow {
        display: none;
    }	

    #home #navegacion, #navegacion {
        z-index: 100000;
        top: 0;
		position:relative;
    }

    #navegacion nav {
        padding: 0;
    }

    #navegacion ul li a {
        padding: 8px 15px !important;
    }

    #navegacion #navHeader #navToggle, #navegacion #navHeader #searchToggle {
        display: inline-block;
    }

    #navegacion ul#idiomas {
        top: 0px;
        right: 10px;
        z-index: 1000000;
    }

    #navegacion ul#idiomas li a {
        height: 26px;
        line-height: 26px;
    }

    #navegacion #navHeader #navToggle button, #navegacion #navHeader #searchToggle button {
        margin: 5px 0;
        padding: 2px 7px;
        background: #ccc;
        border-color: #ccc;
        color: #292929;
    }

    #navegacion #navHeader #navLinks li:last-child {
        border-right: none;
        border-left: none;
        padding-left: 0px;
        margin-left: 0px;
    }

    #slider {
        display: none !important;
    }

    #navegacion #navHeader {
        position: inherit;
        padding: 0 10px;
        float: left;
        width: 100%;
        box-sizing: border-box;
    }

    #navegacion #navHeader #navLinks {
        top: 43px;
        padding: 0 10px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        background: #fff;
    }

    #navegacion #navHeader #navLinks .dropDownMenu ul {
        background: none !important;
    }

    #navegacion ul li:hover a {
        background: none;
        color: #575757;
    }

    #navegacion nav div > ul > li:hover > a:before, #navegacion nav ul#favoritos > li:hover > a:before {
        display: none;
    }

    #navegacion ul#idiomas > li > a {
        margin-bottom: 0;
    }

    #home #buscador, #buscador {
        z-index: 1000;
        top: 35px;
        left: 0;
        display: none;
        float: none !important;
    }

    .home_section {
        display: none;
    }

    #buscador .tabs {
        /*background: #fff;*/
    }

    #idiomas > li > a > i {
        /*color: #fff;*/
    }

    #navegacion ul li a {
        color: #575757;
    }

    section {
        float: none !important;
        width: 100% !important;
    }

    article#mainText {
        display: none;
    }

    #home section article.offers {
        top: 0px;
    }

    .promocion figure, .venta figure, .alquiler figure {
        left: 0;
    }

    .promocion figure div.mask {
        max-height: 170px;
    }

    #sliderPropiedad {
        width: 320px;
    }

    .sliderPropiedad .sliderPrincipal .img img {
        max-height: initial;
        width: 100%
    }

    #ficha .sliderPropiedad .sliderPrincipal .img {
        height: auto;
    }

    .promocion,	.venta, .alquiler {
        height: auto !important;
    }

    .venta, .alquiler {
        padding-bottom: 70px !important; 
    }

    .promocion .contenido .precio {
        margin-bottom: 10px;
    }

    .venta .contenido .precio, .alquiler .contenido .precio {

    }

    #fichaScroll {
        top: 0px;
        width: 100%;
        margin-left: 0;
        left: 0;
    }

    #fichaScroll figure {
        width: 32%;
        float: left;
    }

    #fichaScroll div {
        font-size: 14px;
    }

    #fichaScroll div ul li {
        margin: 0 0 5px 10px;
        width: 100%;
    }

    .venta .contenido .acciones, .alquiler .contenido .acciones {
        top: 305px;
        height: 169px;
    }

    #buscador .busquedaAvanzada {
        display: none;
    }

    aside #mailingList form {
        left: inherit !important;
        margin-left: 0 !important;
    }

    aside #mailingList form .line.checkbox {
        top: 0px !important;
    }

    #seccServicios {
        height: 460px;
        bottom: 267px;
    }

    #seccServicios .contenedor div {
        width: 100%;
        float: none;
    }

    footer {
        border-top: none;
        margin-top: 0px;
    }

    footer {
        border-top: 200px solid #EBEBEB;
        margin-top: -200px;
        padding: 10px 0;
    }

    footer #datosContactoFooter {
        padding-bottom: 10px;
    }

    footer #creditos {
        display: flex;
        align-items: center;
        flex-direction: column-reverse;
    }

	#details .headerResults {
    display: none;
	
	}
	#detalle .sliderPropiedad .miniaturas div ul {
		width: 100%;
	}
	#detalle .sliderPropiedad .miniaturas div ul li {
		float: none;
		width: 100%;
	}
	#detalle #ficha div.colIzq {
		padding: 0;
	}
	#detalle .sliderPropiedad .miniaturas div ul li a img {
		width: 100%;
	}
	#detalle .sliderPropiedad .miniaturas div {
		margin: 0;
	}
	#detalle #ficha div.colIzq .groupTabs #sliderPropiedad {
		width: 100%;
	}
	#details .sliderPropiedad .sliderPrincipal {
		display: none;
	}
}

@media screen and (min-width: 0) and (max-width: 767px) and (orientation: landscape) {
    header {
        height: 230px;
    }

    #logo img {
        width: 60%;
    }

    #navegacion ul#idiomas li a {
        height: 26px;
        line-height: 26px;
    }

    #navegacion {
        z-index: 100000;
        top: 98px;
    }

    #sliderPropiedad {
        width: 420px;
    }

    #home section, section {
        padding-top: 0px;
    }

    #home #buscador, #buscador {
        top: 36px;
    }

    #seccServicios {
        bottom: 213px;
    }

    .promocion figure div.mask {
        max-height: 260px;
    }
	
	


}

@media screen and (min-width: 768px) and (max-width: 1023px) {
	#navegacion ul#favoritos {
		display:none;
	}
		
	header .datosContacto address a {
    font-size: 13px;
	}
	
    section article.home_section:nth-child(2), section {
        width: 768px !important;
    }

    #buscador {
        width: 768px;
        margin-left: -384px;
    }

    #slider {
        background: url(img/bg_slider3.png) no-repeat center bottom;
    }

    /*#logo {
            width: 768px !important;
    }*/

    article#mainText {
        /* display: none; */
    	left: 20%;
    	width: 80% !important;
		display:none;
    }

    .tabs li a {
        padding: 10px 5px;
    }

    section article.home_section:nth-child(3) {
        top: 610px;
    }

    section article.home_section:nth-child(4) {
        display: none;
    }

    .busquedaAvanzada > a {
        top: 520px;
        right: 0;
    }

    section article.home_section:nth-child(3), section article.home_section:nth-child(3) a {
        width: 230px !important;
    }

    section article.home_section:nth-child(3) {
        right: -230px !important;
    }

    section article.home_section:nth-child(3) a img {
        width: 100%;
    }

    #seccServicios {
        bottom: 358px;
    }

    header .datosContacto address ul {
        float: none;
    }

    .nivo-directionNav, #navegacion ul#favoritos > li > div, #slider, #content {
        width: 768px;
        margin-left: -384px;
    }	

    article#mainText .welcome, article#mainText > div h2 {
        width: 70%;
    }

    #navegacion {
    }

    /*#navegacion #navHeader #navToggle {
            display: block;
            float: right;
            margin-top: -8px;
    }
    
    #navegacion #navHeader #navLinks {
            display: block;
            background: #FFF;
            position: relative;
            right: 0;
            top: 47px;
    }
    
    #navegacion ul#navLinks > li {
            float: none;
    }
    
    #navegacion ul#navLinks > li > a {
            white-space: nowrap;
    }*/

    .box_vertical .promocion {
        height: 305px;
    }

    .box_vertical .venta, .box_vertical .alquiler {
        height: 410px;
    }

    aside div#mailingList > div > p {
        width: 100% !important;
        text-align: center !important;
    }

    aside div#mailingList div > form {
        left: 50% !important;
        margin-left: -247px !important;
    }

    article.offers #leyenda form .line .desplegado span, article.offers #leyenda form .line ul li {
        width: 100%;
    }

    #sliderPropiedad {
        width: 785px;
    }

    #detalle #sliderPropiedad .img img {
        max-height: 583px;
    }

    #captacion form .datosPersonales div.line:nth-child(2), #captacion form .datosPersonales div.line:nth-child(3) {
        width: 100%;
    }

    #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%;
    }

    #captacion form div.line:last-child div button {
        width: 30%;
    }

    .venta .contenido .acciones, .alquiler .contenido .acciones {
        top: 290px;
        height: 134px;
    }

    #results .venta .contenido .acciones, #results .alquiler .contenido .acciones {
        top: 236px;
    }

    #results .box_vertical .venta, #results .box_vertical .alquiler {
    height: 300px;
    }

    #navegacion ul#idiomas li a {
        text-align: center;
    }

    #navegacion ul#idiomas li a span span:last-child {
        display: none;
    }

    .sliderPropiedad.sliderMini .img {
        /*height: 200px;*/
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }

    .sliderPropiedad.sliderMini .img img {
        /*width: auto;*/
        max-width: 100%;
        max-height: 100%;
    }

    .promocion .contenido {
    }	

    #slider #slideshow img {
        top: 0 !important;
    }	

    section article.home_section:nth-child(2) div[class*="bloque"] .izq {
        display: none;
    }

    section article.home_section:nth-child(2) div[class*="bloque"] .dch {
        width: 100%;
    }

    #home footer {
        border-top: 142px solid #EBEBEB;
        margin-top: -142px;
    }	

    #results .box_vertical .venta .contenido .precio, #results .box_vertical .alquiler .contenido .precio {
        top: 87px;
        width: 238px;
    }

    #home .sliderPropiedad.sliderMini .img img {
        max-width: 340px;
    }

    .box_vertical .venta .contenido .precio, .box_vertical .alquiler .contenido .precio {
        top: 148px;
        width: 342px;
    }

    #home section article.offers:nth-child(2) {
      left: 348px;
    }

    #home .promocion .sliderPropiedad.sliderMini .img {
        height: 110px;
    }

    #home .box_vertical .promocion {
        height: 165px;
    }
	
	#detalle #ficha div.colDch {
    	width: 100% !important;
	}
	#results .venta figure a img, #results .alquiler figure a img {
    	min-height: 136px;
	}
	
}

@media screen and (min-width: 1024px) and (max-width: 1259px) {
    #navegacion nav ul#favoritos > li > a span {
        display: none !important;
    }

    section article.home_section:nth-child(2), section {
        width: 984px !important;
    }

    article#mainText div {
        width: auto;
		display:none;
    }
	
		.venta h3, .alquiler h3 {
    font-size: 16px;
}

    #slider {
        background: url(img/bg_slider2.png) no-repeat center bottom;
    }

    /*#logo {
            width: 984px !important;
    }*/

    .nivo-directionNav, #navegacion ul#favoritos > li > div, #slider, #content, #buscador {
        width: 984px;
        margin-left: -492px;
    }	

    .box_vertical .promocion {
        height: 230px;
    }

    .box_vertical .venta, .box_vertical .alquiler {
        height: 260px;
		height: 290px;
    }

    #results .box_vertical .venta, #results .box_vertical .alquiler {
        height: 310px;
    }

    #results .venta figure div.mask, #results .alquiler figure div.mask {
        bottom: -245px;
    }

    aside div#mailingList > div > p {
        width: 100% !important;
        text-align: center !important;
    }

    aside div#mailingList div > form {
        left: 50% !important;
        margin-left: -247px !important;
    }

    #sliderPropiedad {
        width: 655px;
    }

    #detalle #sliderPropiedad .img img {
        max-height: 482px;
    }

    #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 .acciones, .alquiler .contenido .acciones {
        top: 210px;
    }

    #results .venta .contenido .acciones, #results .alquiler .contenido .acciones {
        top: 176px;
        height: 116px;
    }

    .sliderPropiedad.sliderMini .img {
        height: 126px;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }

    .sliderPropiedad.sliderMini .img img {
        /*width: auto;*/
        max-width: 100%;
        max-height: 100%;
    }

    #slider #slideshow img {
    }

    .venta .contenido .acciones, .alquiler .contenido .acciones {
        height: 97px;
    }

    #home footer {
        border-top: 130px solid #EBEBEB;
        margin-top: -130px;
    }	

    #results .box_vertical .venta .contenido .precio, #results .box_vertical .alquiler .contenido .precio {
        top: 72px;
        width: 202px;
    }


    #home .sliderPropiedad.sliderMini .img img {
        max-width: 208px;
    }

    article#mainText {
        width: 94% !important;
		left: 50px;
    }

    #mainText .welcome div[class*="bloque"] {
        width: 210px !important;
    }

    #home section article.offers:nth-child(2) {
        left: 565px;
    }

    #home .promocion .sliderPropiedad.sliderMini .img {
        height: 65px;
    }

    #home .promocion h3, #home .promocion .contenido {
        width: 205px;
    }

    #home .box_vertical .promocion {
        height: 130px;
    }

    .box_vertical .venta .contenido .precio, .box_vertical .alquiler .contenido .precio {
        top: 73px;
        left: 6px;
        width: 208px;
    }
	
	#detalle #ficha div.colDch {
		width:30%;
	}
	#results .venta figure a img, #results .alquiler figure a img {
    	min-height: 120px;
	}
}

@media screen and (min-width: 1260px) {
	.box_vertical .venta .contenido .precio, .box_vertical .alquiler .contenido .precio {
		left: 6px;
		width: 95%;
		bottom: 140px;

	}
    article, aside > div, footer #datosContactoFooter, footer #creditos, #navegacion nav, #slider .slider .slide .contenedor, #navegacion ul#favoritos > li > div > div > div, .headerResults, .paginacion, .informe_propietario, #aviso_cookie div, section article.home_section:nth-child(2), section {
        width: 1220px !important;/*1220*/
    }

    header .datosContacto, #slider,  #buscador, article#mainText {
        width: 1220px ;
        margin-left: -610px ;
    }

    header .datosContacto {}

    #slider {
        background: url(img/bg_slider2.png) no-repeat center bottom;
    }

    /*#logo {
            width: 650px;
            margin-left: -610px;
    }*/

    .nivo-directionNav, #navegacion ul#favoritos > li > div {
        width: 1220px;/*1220*/
        margin-left: -610px;/*-610*/
    }

    .box_vertical .promocion {
        height: 135px;
    }

    .box_vertical .venta, .box_vertical .alquiler {
        height: 330px;
    }

    #detalle #ficha div.colIzq {
        width: 70%;
    }

    #detalle #ficha div.colDch {
        width: 30%;
    }

    .sliderPropiedad {
        width: 849px;
    }

    #detalle #sliderPropiedad .img img {
        max-height: 628px;
    }

    #captacion form .detalleInmueble div.line {
        width: 22.6%;
    }

    .venta .contenido .acciones, .alquiler .contenido .acciones {
        top: 248px;
    }

    .box_vertical .venta, .box_vertical .alquiler {
        height: 300px;
    }

    #sliderPropiedad, #video, #googleMaps {
        width: 825px;
    }

    #detalle #sliderPropiedad .img img {
        max-height: 482px;
    }

    #captacion form .detalleInmueble div.line {
        width: 23%;
    }

    #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 .acciones, .alquiler .contenido .acciones {
        top: 210px;
    }

    #results .venta .contenido .acciones, #results .alquiler .contenido .acciones {
        top: 176px;
    }

    #results .box_vertical .venta, #results .box_vertical .alquiler {
    height: 290px;
        width: 30%;
    }

    article.offers #leyenda form .line .desplegado span, article.offers #leyenda form .line ul li {
        width: 100%;
    }

    .sliderPropiedad.sliderMini .img {
        height: 160px;
    }

    .promocion .sliderPropiedad.sliderMini .img {
        height: 85px;
    }

    #details .sliderPropiedad.sliderMini .img {
        height: 142px;
    }

    #results .sliderPropiedad.sliderMini .img {
        height: 155px;
    }

    .box_horizontal .sliderPropiedad.sliderMini .img {
        height: 85px !important;
    }

    #details .venta .contenido .acciones, #details .alquiler .contenido .acciones {
        height: 137px;
    }

    #home .sliderPropiedad.sliderMini .img img {
        max-width: 267px;
    }
	#results .venta figure a img, #results .alquiler figure a img {
		min-height: 150px;
	}
}

/* ie 8 */
@media \0screen {
}