/* buscador: horizontal */
@import url("https://storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/imp_buscador_horizontal.css");

@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,400,700,300);

@import 'https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i,900,900i';

@import 'https://fonts.googleapis.com/css?family=Lato:400,400i,700,700i,900,900i';

/* etiquetas */
@import url("https://storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/imp_etiqueta_diagonal_dch.css");


img {
    image-rendering: -webkit-optimize-contrast;
}
/* ====================
   GENERALES
   ==================== */
#detalle #ficha div.colIzq .groupTabs .tabs li#liVideo a {
    color: #229bc9;
    font-weight: bold;
}
#background {}

#container {
    background: rgb(224,224,224);
    background: -moz-linear-gradient(top,  rgba(224,224,224,1) 0%, rgba(255,255,255,1) 21%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(224,224,224,1)), color-stop(21%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top,  rgba(224,224,224,1) 0%,rgba(255,255,255,1) 21%,rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top,  rgba(224,224,224,1) 0%,rgba(255,255,255,1) 21%,rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top,  rgba(224,224,224,1) 0%,rgba(255,255,255,1) 21%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom,  rgba(224,224,224,1) 0%,rgba(255,255,255,1) 21%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#ffffff',GradientType=0 );
}

#home #container {
    background: #fff;
}

header {
    position: relative;
    height: 165px;
}

#home header {
    height: 635px;
    background: #e2e2e2;
    overflow:hidden;
}

header:before {
    content: "";
    width: 100%;
    height: 155px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: -moz-linear-gradient(-45deg,  rgba(0,133,190,0.85) 0%, rgba(5,219,249,0.85) 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(0,133,190,0.85)), color-stop(100%,rgba(5,219,249,0.85)));
    background: -webkit-linear-gradient(-45deg,  rgba(0,133,190,0.85) 0%,rgba(5,219,249,0.85) 100%);
    background: -o-linear-gradient(-45deg,  rgba(0,133,190,0.85) 0%,rgba(5,219,249,0.85) 100%);
    background: -ms-linear-gradient(-45deg,  rgba(0,133,190,0.85) 0%,rgba(5,219,249,0.85) 100%);
    background: linear-gradient(135deg,  rgba(0,133,190,0.85) 0%,rgba(5,219,249,0.85) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d90085be', endColorstr='#d905dbf9',GradientType=1 );
}

#logo {
    top: 15px;
    width: auto;
    z-index: 2;
}

#bgContent {}

#content {
    position: relative;
    margin: 0 auto;
}

#home #content {
    position: relative;
}

section {
    padding: 0px;
    float: none;
}

#home section {
    padding: 0px 0px 20px 0px;
    margin-top: 0;
}

body {
    color: #575757;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}

a {
    color: #575757;
}

a:hover, a:active {
    color: #0085bd;
}

::selection {
    background: #0085bd;
    color: #FFF;
}

.btn {
    border-radius: 0;
    height: 45px;
    border: none;
    background: #1c5782;
    color: #fff;
    margin: 22px 0 17px;
}

.btn:hover {
    border: none;
    background: #0f3958;
    color: #fff;
}

#bgContent {
    position: relative;
}

#home #bgContent {}

h2 {
    padding: 10px 0;
    margin: 10px auto;
    color: #292929;
    font-weight: 400;
    font-size: 30px;
    text-align: center;
    width: auto !important;
    position: relative;
    font-family: 'Playfair Display', serif;
    text-transform:uppercase;
}

.etiqueta {
    z-index: 9;
}
#ficha #etiqueta {
    left: 1px;
    top: 101px;
}
#ficha .etiqueta {
    top: 0 !important;
}
#ficha #etiqueta .descuento_label {
    margin-top: 30px;
}
.modalContainer {}

.simuladorHipoteca.modalContainer .modal {
    padding: 47px 0 30px 0;
}

.modalContainer form {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
#pbContent input[type="text"]{
    color: #575757!important;
    font-weight: 400;
}
form div.line input[type="text"], form div.line select, form div.line textarea {
    font-size: 13px;
    font-family:"Lato";
    font-weight:600;
    height: 45px;
    background:transparent;
    color: #111;
}
#buscador form div.line input[type="text"], #buscador form div.line select, #buscador form div.line textarea {
    border-radius: 25px 0 0 25px;
    color: #fff;
    width: 85%;
}

#captacion #seccionInterna legend {
    background: none;
    color: #292929;
}

#sliderPropiedad {
    background: none;
}

.headerResults {
    background: #E6E6E6;
    width: 100%;
}

.offers, #seccionInterna, #contacto {
    /*margin: 15px auto;
    padding: 0 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100% !important;*/
}

#seccionInterna {}

.offers:last-child, #seccionInterna {
    margin-bottom: 0;
}

article .texto {
    padding: 0 10px;
}

#contacto .datosContacto {
    background: none;
}

article.offers.box_listado #listOffers, article.offers.box_mapa #listOffers {
    width: 74%;
}

#contacto .datosContacto .sucursales .sucursal:nth-child(2n+1), #contacto .datosContacto .sucursales .sucursal:nth-child(2n+1) a {
    color: #292929;
}

#contacto .datosContacto .sucursales .sucursal:nth-child(2n+1) {}

.vistaResultados ul li a, .filtroResultados > ul > li > a, .filtroResultados > ul > li > ul > li, .filtroResultados > ul > li > ul > li a, .breadcrumbs > ul > li, .breadcrumbs > ul > li > a, #formMasInfo label, #formMasInfo a, .tabs li.activo a {
    /*color: #575757;*/
}

table tbody tr:nth-child(2n) td, table tbody tr:nth-child(2n) td a {
    color: #292929;
}

article.headerPage {
    margin: 10px auto;
}

/* ====================
   SLIDER
   ==================== */
#slider {
    width: 100%;
    height: 480px;
    z-index: 0;
    position: relative;
    margin: 0 auto;
    padding: 0;
    /*overflow: visible;*/
    top: 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    background: url(img/img01.jpg) no-repeat center top;
    display: none;
}

#home #slider {
    height: 580px;
    background: none;
    display: block;
    background-color: #e2e2e2;
    top: -40px;
    position: absolute;
    left: -50%;
    right: -50%;
    border-radius: 100%;
    width:auto !important;
}

#slider #slideshow {
    margin: 0 auto;
}

.nivoSlider img {
    width: 1920px !important;
    height: 700px !important;
    left: 50% !important;
    margin-left: -960px !important;
}

.nivo-caption {
    padding: 0px 0px !important;
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
    /*display: none !important;*/
    bottom: 382px !important;
    color: #fff !important;
    font-size: 20px !important;
    overflow: visible !important;
    background: none !important;
    display: block;
    top: 316px;
    opacity: 1 !important;
    /* background-color: green !important; */
    height: 200px;
    color: white !important;
    margin: 0 !important;
    padding: 0 !important;
    text-indent: 0;
    text-align: center;
    font-size: 30px !important;
}
}

.nivo-caption > div {
    position: relative;
}

.nivo-caption .contenedor {
    margin: auto;
}

.nivo-caption .contenedor .contenido {
    background: none;
    padding: 15px 0;
    box-sizing: border-box;
    box-sizing: border-box;
}

.nivo-caption .contenedor .contenido p {
    /*height: 55px;
    line-height: 55px;*/
    color: #fff;
    font-size: 22px;
    font-weight: 300;
    text-align: right;
    padding: 15px 0 0 0 !important;
    margin: 0 auto;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    text-shadow: 0 0 6px #292929;
}

.nivo-caption > div span {
    /*display: inline-block;*/
    color: #fff;
    font-size: 44px;
    text-align: right;
    display: block;
    text-shadow: 0 0 6px #292929;
}

.nivo-caption > div span.tipo {
    /*font-weight: 700;
    text-transform: uppercase;
    color: #fff;*/
}

.nivo-caption > div span.precio {
    font-weight: 700;
    margin-right: 0;
    color: #292929;
}

.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;
}

#slider .highlighted {
    height: 500px;
    width: 1280px;
}

#slider .highlighted img {
    top: -10%;
}

.nivo-controlNav {
    top: -265px;
    position: relative;
    z-index: 12;
}

.nivo-controlNav a {
    display: inline-block;
    text-indent: -9999px;
    width: 7px;
    height: 7px;
    margin: 0 4px;
    border-radius: 50%;
    background: none;
    border: 2px solid #fff;
}

.nivo-controlNav a.active, .nivo-controlNav a:hover {
    background: #fff;
}



/* ====================
   NAVEGACIÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“N
   ==================== */
#navegacion {
    position: absolute;
    top: 111px;
    z-index: 1;/*11*/
    background: none;
    font-family: 'Playfair Display', serif;
}

#home #navegacion {
    top: 111px;
}

#navegacion.fixed {
    position: absolute;
    top: 111px;
}

#home #navegacion.fixed {
    top: 111px;
}

#navegacion nav {
    display: table;
    margin: 0 auto;
    position: relative;
    background: #fff;
}

#navegacion #navHeader {}

#navegacion #navHeader #navLinks {}

#navegacion #navHeader #navLinks li {
    border-right: 1px dotted #ccc;
}

#navegacion ul > li {
    margin: 5px 0;
}

#navegacion ul li a {
    height: 45px;
    line-height: 45px;
    color: #575757;
    padding: 0 15px !important;
    position: relative;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    font-weight: 600;
    font-size: 15px;
}

#navegacion ul#navLinks > li > a, #navegacion ul#operationList > li > a, #navegacion ul#favoritos > li > a

#navegacion .dropDownMenu .dropDownMenu a {
    height: 45px;
    line-height: 45px;
}

#navegacion ul li:hover > a, #navegacion ul li > a:hover {
    color: #0085bd;
    background: none;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
}

#navegacion ul li.dropDownMenu:hover ul li:hover {
    background: #1c5782 !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 ul li.dropDownMenu:hover > a {
    color: #fff !important;
}

#navegacion ul li.dropDownMenu:hover > a:after {
    display: none;
}

#navegacion nav div > ul > li > a, #navegacion nav ul#favoritos > li > a {
    position: relative;
}

#navegacion nav ul#favoritos > li > a {}

#navLinks .dropDownMenu > a > i {
    float: left;
    margin-top: 21px;
    margin-right: 4px;
}

#navLinks .dropDownMenu > a > span {
    float: left;
}

.dropDownMenu ul {
    background: #0085bd !important;
}

#navLinks > li.dropDownMenu > ul:before, #operationList > li.dropDownMenu > ul:before, #idiomas > li.dropDownMenu > ul:before {
    content: "";
    position: absolute;
    top: -5px;
    left: 14px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #0085bd;
}

.dropDownMenu ul li a {
    color: #fff !important;
    border-right: none !important;
}

.dropDownMenu ul li a:hover {
    color: #fff !important;
    background: #1c5782 !important;
}

#navegacion #operationList > li > ul > li.dropDownMenu > a > i {}



/* ====================
   FAVORITOS
   ==================== */
#navegacion ul#favoritos {
    margin-right: 2px;
}

#navegacion ul#favoritos > li > div {
    background: #0085bd !important;
    left: 50%;
    top: 55px;
}
#navegacion ul#favoritos > li > div {
    box-sizing:border-box;
}

#navegacion nav ul#favoritos > li > a span {
    display: none !important;
}

#navegacion ul#favoritos > li > div > div > div > ul > li {
    background: #fff;
    height: 190px;
    padding: 0px !important;
}

#navegacion ul#favoritos > li > div > div > div > ul > li:after {
    display: none;
}

#navegacion ul#favoritos > li > div > div > div > ul > li:hover {
}

#navegacion ul#favoritos > li:hover > div a {
    height: 88px;
    text-align: center;
}

#navegacion ul#favoritos > li > div > div > div > ul > li figure:before {
    display: none;
}

#navegacion ul#favoritos > li > div > div > div > ul > li figure a img {
    max-width: 100%;
    max-height: 100%;
}

#navegacion ul#favoritos > li > div > div > div > ul > li h3 {
    padding: 5px 3px;
    color: #FFF;
    z-index: 1;
    position: relative;
    top: 0;
    margin: 0;
}

#navegacion ul#favoritos > li > div > div > div > ul > li h3:before {
    display: none;
}

#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;
}

#navegacion ul#favoritos > li > div > div > div ul li .contenido {
    padding: 0 5px;
    border: none;
    top: 0;
    left: 0;
    height: auto;
}

#navegacion ul#favoritos > li > div > div > div ul li .contenido .descripcionCaracteristicas {
    height: 17px;
    color: #575757;
    margin-top: 0px;
    display: block;
}

#navegacion ul#favoritos > li > div > div > div ul li .contenido .descripcionCaracteristicas .caracteristicas {
    padding: 0;
    text-align: center;
    width: 100%;
    top: 0px !important;
    margin-top: 0px;
}

#navegacion ul#favoritos > li > div > div > div ul li .contenido .descripcionCaracteristicas .caracteristicas li {
    color: #575757;
}
#navegacion ul#favoritos > li > div > div > div > ul > li > div > div.descripcionCaracteristicas > ul > li.banos {
    display: none;
}

#navegacion ul#favoritos > li > div > div > div ul li .contenido .descripcionCaracteristicas .caracteristicas li i.wxp-habitaciones {
    background-size: contain;
    width: 21px;
    height: 13px;
}

#navegacion ul#favoritos > li > div > div > div ul li .contenido .caracteristicas li {
    width: 45%;
}

#navegacion ul#favoritos > li > div > div > div ul li .contenido .descripcionCaracteristicas .caracteristicas li i.wxp-supConstruida, #navegacion ul#favoritos > li > div > div > div ul li .contenido .descripcionCaracteristicas .caracteristicas li i.wxp-supParcela, #navegacion ul#favoritos > li > div > div > div ul li .contenido .descripcionCaracteristicas .caracteristicas li i.wxp-supHabitable {
    background-size: contain;
    width: 13px;
    height: 13px;
}

#navegacion ul#favoritos > li > div > div > div > ul > li .contenido .precio {
    background: none !important;
    color: #292929 !important;
    font-weight: 700;
    text-align: center;
    margin-top: 13px !important;
    display: block;
    top: initial;
    left: initial;
}

/*--------------------
 :: IDIOMAS
--------------------*/
#navegacion ul#idiomas {}

#navegacion ul#idiomas li {}

#navegacion ul#idiomas li a.langSelect i {
    color: #575757;
}

#navegacion ul#idiomas li:hover a.langSelect i {
    color: #0085bd;
}

#navegacion ul#idiomas li a {
    text-transform: inherit;
    font-weight: 300;
    text-align: center;
}

#navegacion ul#idiomas > li:hover > a {
    background: none !important;
    color: #1c5782;
}

#navegacion ul#idiomas li ul {
    background: #585759;
}

#navegacion ul#idiomas li ul li a {
    height: 45px;
    line-height: 45px;
    padding: 0px 5px !important;
    opacity: 1;
    filter: alpha(opacity=100);
}
#navegacion ul#idiomas li ul li a > span {
    display:block;
    width:100%;
}

#navegacion ul#idiomas li a.langSelect {
    /*padding: 0px 5px !important;*/
}

#navegacion ul#idiomas li:hover > a {
    background: #343434;
}

#navegacion ul#idiomas li a span > span:last-child {
    display: none;
}

#navegacion ul#idiomas li:hover a.langSelect {
    /*background: none !important;*/
}


/* ====================
   DATOS CONTACTO HEADER
   ==================== */
header .datosContacto {
    top: 12px !important;
    z-index: 1;/*10*/
}

header .datosContacto address {
    background: none;
    color: #575757;
    padding: 0;
    position: relative;
    width: 100%;
}

header .datosContacto address li.email a, header .datosContacto address li {
    color: #fff;
    text-decoration: none;
}

header .datosContacto address ul {
    float: right;
}

header .datosContacto address ul li {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: right;
    margin-bottom: 15px;
    display: block;
}

header .datosContacto address ul li.direccion, header .datosContacto address ul li.poblacionProvincia {
    display: inline-block;
}

header .datosContacto address ul li.poblacionProvincia i {
    display: none;
}

header .datosContacto address ul li.poblacionProvincia:before {
    content: " - ";
}

header .datosContacto address ul li i {
    margin-right: 10px;
    margin-left: 5px;
    text-align: right;
}

header .datosContacto address ul:first-child li i {
    color: #009dc5;
}

header .datosContacto address ul li.email a:hover {
    text-decoration: underline;
}

header .datosContacto li.agencia, header .datosContacto li.fax, header .datosContacto ul:first-child li:last-child, header .datosContacto address ul li.movil, header .datosContacto address ul li.direccion, header .datosContacto address ul li.poblacionProvincia {
    display: none !important;
}

header .datosContacto address li.telefono a {
    color:#fff;
    text-decoration:none;
}

header .datosContacto address .socialLinks {
    border-top: none;
    margin: 0;
    padding: 0;
    float: right;
    margin-top: 10px;
    position:absolute;
    right:0;
    top: 54px;

}

header .datosContacto address .socialLinks li {
    float: right;
    margin-right: 0;
    margin-left: 5px;
}

header .socialLinks a {
    color: #fff;
}

header .datosContacto address .socialLinks li i {
    margin: 0;
}

/* ====================
   BUSCADOR
   ==================== */
#buscador {
    position: absolute;
    /*margin: 0 auto !important;*/
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    left: 50% !important;
    top: -185px;
    padding: 0;
    margin-bottom: 40px;
    display: none;
    font-family: 'Playfair Display', serif;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: transparent !important;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: transparent !important;
    opacity:  0;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: transparent !important;
    opacity:  0;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: transparent !important;
}

#buscador .globalSelector {
    height: 45px;
    border-radius: 25px !important;
    border: solid 1px #fff;
    background: none;
}
.globalSelector div.value {
    height: 44px;
    z-index: inherit;
}
.globalSelector ul li a:hover {
    background: #1d5681 !important;
    color: #fff !important;
}
.globalSelector > i {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}
#buscador div form:first-child fieldset button {
    border-radius: 0 25px 25px 0;
    color: transparent !important;
    width: 45px !important;
}
#buscador div#openProperty form:first-child button:before, #buscador div#openNew form:first-child button:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 15px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f002";
    color: #fff;
    position: absolute;
    left: 50% !important;
    top: 50% !important;
    -webkit-transform: translate(-50%,-50%) !important;
    -ms-transform: translate(-50%,-50%) !important;
    transform: translate(-50%,-50%) !important;
}
.globalSelector div.value a {
}
#buscador form div.line input[type="text"]#max_price {
    color: #fff;
}

.ui-slider .ui-slider-handle {
    background: #1c5782 !important;
    width: 18px !important;
    height: 18px !important;
    top: -8px !important;
}

.ui-widget.ui-widget-content {
    bottom: 0;
}

#home #buscador {
    display: block;
}

#buscador > div {
    /*margin: 0 auto;*/
    display: table;
    position: relative;
    background: -moz-linear-gradient(-45deg,  rgba(0,133,190,0.85) 0%, rgba(5,219,249,0.85) 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(0,133,190,0.85)), color-stop(100%,rgba(5,219,249,0.85)));
    background: -webkit-linear-gradient(-45deg,  rgba(0,133,190,0.85) 0%,rgba(5,219,249,0.85) 100%);
    background: -o-linear-gradient(-45deg,  rgba(0,133,190,0.85) 0%,rgba(5,219,249,0.85) 100%);
    background: -ms-linear-gradient(-45deg,  rgba(0,133,190,0.85) 0%,rgba(5,219,249,0.85) 100%);
    background: linear-gradient(135deg,  rgba(0,133,190,0.85) 0%,rgba(5,219,249,0.85) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d90085be', endColorstr='#d905dbf9',GradientType=1 );
    padding: 0 0 25px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    height: auto;
    /*z-index: 1;*/
}
#buscador form div.line#precio, #buscador form div.line#preciop {
    height: 45px;
}
.ui-slider .ui-slider-handle, .ui-widget-header {
    background: #1c5782!important;
}

#buscador #openProperty form div.line, #buscador #openNew form div.line {
    margin: 0 .2%;
}
#buscador div#openProperty form:last-child div.line {
    width: 18%;
    position:relative;
}
#buscador div form:last-child fieldset button {
    border-radius: 25px;
}
#price-range, #price-rangep {
    background: #fff !important;
    bottom: 20px;
}
#buscador .tabs {
    margin-top: -38px;
    border-bottom: 1px solid transparent;
    /*border-bottom: 1px solid #000;*/
}

#buscador .tabs li a {
    background: rgba(0,133,190,0.55);
    color: #add3ee;
    border-radius: 0px;
    font-size: 14px;
    padding: 12px 15px;
    position: relative;
    font-weight: 600;
}
#buscador div#openProperty form button, #buscador div#openNew form button {
    margin-top:0;
}
#buscador .tabs li a:hover {
    border-bottom: none;
    background: rgba(0,133,190,0.85);
    color: #fff;
}

#buscador .tabs li.activo a {
    background: rgba(0,133,190,0.85);
    color: #fff;
    border: none;
    border-bottom: none;
}

/*#buscador .tabs li.activo a:after, #buscador .tabs li a:hover:after, .busquedaAvanzada > a:hover:after {
	content: "";
	width: 13px;
    height: 8px;
	position: absolute;
	bottom: -7px;
	left: 50%;
	margin-left: -6px;
	background: url(img/icn_tabs.png);
}*/

#buscador label {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 8px;
}
#buscador div#openProperty form div.line label, #buscador div#openNew form div.line label {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 8px;
    position: absolute;
    top: .95rem;
    left: 0;
    padding-left: 15px;
    cursor: text;
    transition: .2s ease-out;
    z-index: 0;
    width: 100%;
    box-sizing: border-box;
}
#buscador div#openProperty form:first-child div.line label, #buscador div#openNew form:first-child div.line label {
    font-size: .8rem;
    -webkit-transform: translate(-7%, -295%);
    transform: translate(-7%, -295%);
    color: #fff !important;
}
#buscador div#openProperty form div.line.filled label, #buscador div#openProperty form div.line.active label, #buscador div#openNew form div.line.filled label, #buscador div#openNew form div.line.active label {
    font-size: .8rem;
    -webkit-transform: translate(-7%, -295%);
    transform: translate(-7%, -295%);
    color: #fff !important;
}
#buscador div#openProperty form div.line#precio label, #buscador div#openNew form div.line#preciop label {
    position: relative;
    top: -18px;
    left: 0;
    color: #fff;
    font-size: .8rem;
    font-weight: 600;
    padding-left:0;
}

.modal label {
    color: #575757 !important;
}

#buscador div#openProperty form, #buscador div#openNew form, #buscador div#openProperty form fieldset, #buscador div#openNew form fieldset {
    margin-bottom: 0;
    padding-bottom: 0;
}
#buscador div#openProperty form ,  #buscador div#openNew form{
    padding: 40px 10px 30px;
    padding-bottom: 0;
}
.modalContainer .modal form button.btn {
    background-color: #1c5782 !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: 12px 10px;
    top: -38px;
    right: 0px;
    background: #fff;
    background: rgb(28, 87, 130);
    color: #fff;
    font-size: 14px;
    box-sizing: border-box;

    background: #fff;
    color: #000;
}

.busquedaAvanzada > a:hover {
    background: rgba(255,255,255,.9);
    color: #000;
}

/*#buscador .tabs li a:hover:after, #buscador .tabs li.activo a:after, .busquedaAvanzada > a:hover:after {
	content: "";
	width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 10px solid #ff9941e;
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -15px;
}*/


/* ====================
   MAIN TEXT
   ==================== */
article#mainText {
    background: none;
    background-position: right top !important;
    padding: 40px 0 30px 0;
    margin: 0 auto 20px auto;
    background: rgb(224,224,224);
    background: -moz-linear-gradient(top,  rgba(224,224,224,1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(224,224,224,1)), color-stop(100%,rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top,  rgba(224,224,224,1) 0%,rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top,  rgba(224,224,224,1) 0%,rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top,  rgba(224,224,224,1) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom,  rgba(224,224,224,1) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#ffffff',GradientType=0 );
}

article#mainText > div {}

article#mainText h2 {}

#mainText .welcome {
    line-height: 22px;
    padding-right: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100% !important;
    text-align: left;
}

#mainText .datosContacto {
    padding-left: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-left: 1px solid #ccc;
    display: none;
}


/* ====================
   BOX PROMOCIONES, VENTA Y ALQUILER
   ==================== */
.promocion, .venta, .alquiler {
    padding: 0px !important;
    margin: 0 10px 30px 10px;
    background: #f1f1f1;
}

.promocion {
    background: #f1f1f1 url(img/bg_promociones.png) no-repeat right bottom;
}

.venta, .alquiler {overflow: hidden;
    background: #0085bd;}

.promocion h3, .venta h3, .alquiler h3 {
    width: 100%;
    font-size: 18px;
    color: #fff;
    text-align: center;
    font-weight: 700;
    margin: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 15px 10px;
}

.promocion h3 {
    margin-top: -50px;
    background: #0085bd;
    background: rgba(0,133,190,0.8);
    position: relative;
}

.venta h3, .alquiler h3 {
    color: #fff;
    background: #0085bd;
    position: absolute;
    top: 0;
}

.promocion figure, .venta figure, .alquiler figure {
    position: relative;
    z-index: 0;
}

.venta figure, .alquiler figure {
    margin-top: 76px;
}

.promocion figure img, .venta figure img, .alquiler figure img {
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
.promocion figure a img:hover, .venta figure a img:hover, .alquiler figure a img:hover {
    -webkit-transform: scale3d(1.2, 1.2, 1);
    transform: scale3d(1.2, 1.2, 1);
}

.box_horizontal .promocion figure:before, .box_horizontal .venta figure:before, .box_horizontal .alquiler figure:before {
    display: none;
}

.venta figure, .alquiler figure {
    background: #f4f4f4;
}

.sliderPropiedad .sliderPrincipal {
    z-index: 1;
}

.box_horizontal .venta figure:after, .box_horizontal .alquiler figure:after {
    display: none;
}

.promocion figure:hover .sliderPropiedad.sliderMini {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.promocion .sliderPropiedad .sliderPrincipal .img img {
    position: relative;
}

.promocion .sliderPropiedad .sliderPrincipal .img img:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fabb34;
    position: absolute;
    top: 5px;
    right: -10px;
}
.sliderPropiedad.sliderMini {
    overflow: hidden;
}
.sliderPropiedad.sliderMini .img a {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}
.venta .sliderPropiedad .sliderPrincipal .img img, .alquiler .sliderPropiedad .sliderPrincipal .img img {
    position: relative;
}
.venta:hover figure div.sliderPropiedad.sliderMini .img img, .alquiler:hover figure div.sliderPropiedad.sliderMini .img img {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
}

figure div.sliderPropiedad.sliderMini .img a:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: rgba(0,0,0,0.0);
    transform: scale(0,0);
    -webkit-transform: scale(0,0);
    -ms-transform: scale(0,0);
    -o-transform: scale(0,0);
    -moz-transform: scale(0,0);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    display: block;
}
.venta:hover figure div.sliderPropiedad.sliderMini .img a:after, .alquiler:hover figure div.sliderPropiedad.sliderMini .img a:after {
    background-color: rgba(0,0,0,0.1);
    transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    -moz-transform: scale(1,1);

}

.venta .sliderPropiedad .sliderPrincipal .img img:before, .alquiler .sliderPropiedad .sliderPrincipal .img img:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 5px solid #fabb34;
    border-bottom: 5px solid transparent;
    position: absolute;
    top: 5px;
    right: -10px;
}

#results .promocion .sliderPropiedad .sliderPrincipal .img img, #results .venta .sliderPropiedad .sliderPrincipal .img img, #results .alquiler .sliderPropiedad .sliderPrincipal .img img {
    border: none;
}

.promocion figure div.mask {
    background: none;
    z-index: 10;
    padding: 0;
    display: none;
}

.promocion figure:hover div.mask {
}

.promocion figure div.mask a {
    width: 100%;
    height: 100%;
    padding: 0;
    position: relative;
    top: -2px;
    left: -1px;
    background: none;
    text-indent: -9999px;
}

.promocion:hover figure div.mask a {
    background: rgba(0,0,0,0.4);
}

.promocion .contenido {
    height: 68px;
    /*margin: 0;*/
    z-index: 10;
    position: relative;
    padding: 0 10px 10px 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.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;
    color: #575757;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.promocion .contenido .precio {
    background: none;
    color: #575757;
    padding: 0;
    margin: 0;
    font-size: 14px;
    text-align: center;
}

.box_horizontal .venta h3, .box_horizontal .alquiler h3 {
    color: #fff;
    top: 0 !important;
    left: 5px !important;
    width: 301px !important;
    background: none !important;
    text-align: left !important;
    box-shadow: none !important;
    margin-top: 0px;
}

.box_horizontal .venta .contenido .descripcionCaracteristicas h4 a, .box_horizontal .alquiler .contenido .descripcionCaracteristicas h4 a {
    color: #575757 !important;
}

.box_horizontal .venta h3:before, .box_horizontal .alquiler h3:before, .box_horizontal .venta h3:after, .box_horizontal .alquiler h3:after {
    display: none;
}

.venta figure div.mask, .alquiler figure div.mask {
    position: absolute;
    background: none;
    z-index: 10;
    height: auto;
    opacity: 1;
    filter: alpha(opacity=1);
    bottom: -35px;
}

.venta figure div.mask, .alquiler figure div.mask, .venta figure:hover div.mask, .alquiler figure:hover div.mask {
    padding: 0;
    bottom: -32px;
    background: #CCC;
    display: none;
}

.venta figure div.mask div.referencia, .alquiler figure div.mask div.referencia {
    background: none;
    font-size: 12px;
    text-align: center;
    height: 35px;
    line-height: 35px;
    position: relative;
}

.box_horizontal .venta figure div.mask div.referencia, .box_horizontal .alquiler figure div.mask div.referencia {
    text-align: left;
    width: 250px;
    left: 159px;
}

.venta figure div.mask div.referencia span.tipo, .alquiler figure div.mask div.referencia span.tipo {
    color: #fff !important;
    margin: 0 0 0 10px;
}

.venta figure div.mask div.referencia span.numeroRef, .alquiler figure div.mask div.referencia span.numeroRef {
    color: #fff !important;
    margin: 0 10px 0 0;
}

.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);
}

.box_horizontal .venta .contenido .descripcionCaracteristicas h4, .box_horizontal .alquiler .contenido .descripcionCaracteristicas h4 {
    background: none;
    text-align: left;
    padding-top: 14px;
    padding-bottom: 11px;
    position: inherit;
    font-size: 19px;
}

.venta .contenido .descripcionCaracteristicas h4 a, .alquiler .contenido .descripcionCaracteristicas h4 a {
    color: #b8deee;
    text-decoration: none;
}

.descripcionCaracteristicas .caracteristicas span {
    display: none;
}

.promocion .contenido .descripcionCaracteristicas ul.caracteristicas, .venta .contenido .descripcionCaracteristicas ul.caracteristicas, .alquiler .contenido .descripcionCaracteristicas ul.caracteristicas {
    list-style: none;
    margin: 0;
    padding: 25px 0;
    min-height: 24px;
    /*height: 44px;*/
    text-align: center;
}

#results .venta .contenido .descripcionCaracteristicas ul.caracteristicas, #results .alquiler .contenido .descripcionCaracteristicas ul.caracteristicas {}

#results .box_horizontal .venta .contenido .descripcionCaracteristicas ul.caracteristicas, #results .box_horizontal .alquiler .contenido .descripcionCaracteristicas ul.caracteristicas {
    text-align: left;
}

.venta .contenido .acciones, .alquiler .contenido .acciones {
    position: absolute;
    bottom: 14px;
    right: 10px;
    z-index: 1;
    display: none;
}

#results .venta .contenido .acciones, #results .alquiler .contenido .acciones {}

.venta .contenido .acciones a, .alquiler .contenido .acciones a {
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid #292929;
    /*background: url(img/icnaccion.png) no-repeat center;*/
    text-indent: -9999px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    transition: all ease .25s;
    -webkit-transition: all ease .25s;
    -moz-transition: all ease .25s;
}

.venta .contenido .acciones a:hover, .alquiler .contenido .acciones a:hover {
    border: 2px solid #0066bd;
    transition: all ease .25s;
    -webkit-transition: all ease .25s;
    -moz-transition: all ease .25s;
}

.sliderPropiedad.sliderMini .sliderPrincipal > a {
    width: 33px;
    height: 33px;
    top: 50%;
    margin-top: -16px;
    background-image: url(img/nav_slider_box.png);
    background-repeat: no-repeat;
    opacity: 0.6;
    filter: alpha(opacity=70);
    display: block;
}

.sliderPropiedad.sliderMini .sliderPrincipal > a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.sliderPropiedad.sliderMini .sliderPrincipal > a.anterior {
    background-position: 0 0;
    left: 10px;
}

.sliderPropiedad.sliderMini .sliderPrincipal > a.siguiente {
    background-position: -33px 0;
    right: 10px;
}

.sliderPropiedad.sliderMini .sliderPrincipal > a i {
    display: none;
}

.sliderPropiedad.sliderMini .sliderPrincipal > a.anterior:hover, .sliderPropiedad.sliderMini .sliderPrincipal > a.siguiente:hover {
    cursor: pointer;
}

.venta .contenido, .alquiler .contenido {
    height: 217px;
    z-index: 3;
}

.box_horizontal .venta .contenido, .box_horizontal .alquiler .contenido {
    padding: 0;
    height: auto;
}

.box_vertical .venta .contenido .precio, .box_vertical .alquiler .contenido .precio {
    text-align: center;
    font-size: 23px;
    font-weight: 700;
    padding: 0 10px !important;
    margin: 0 auto;
    z-index: 0;
    height: 55px;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizzing: border-box;
    color: #fff;
    background: #0085bd;
    position: relative;
}

/*.box_vertical .venta .contenido .precio:before, .box_vertical .alquiler .contenido .precio:before {
	content: "";
	height: 1px;
	background: #d7d7d7;
	position: absolute;
	top: -1px;
	left: 50%;
}*/

.box_vertical .venta .contenido .precio p:first-child, .box_vertical .alquiler .contenido .precio p:first-child {
    /*border-top: 1px solid #d0d0d0;*/
}

.box_vertical .venta .contenido .precio span, .box_vertical .alquiler .contenido .precio span {
    font-weight: 300 !important;
}

.box_vertical .venta .contenido .precio p, .box_vertical .alquiler .contenido .precio p {
    line-height: 54px !important;
    /*float: right;*/
}

#home .box_vertical .venta .contenido .precio p, #home .box_vertical .alquiler .contenido .precio p {
    display: block;
}

.venta .contenido .precio .antes, .alquiler .contenido .precio .antes {
    color: #fff;
    margin: 0px 0 -45px 0;
    font-weight: 300;
    /*float: left !important;*/
    top: -10px;
    position: relative;
}

#home .venta .contenido .precio .antes, #home .alquiler .contenido .precio .antes {
    font-weight: 300;
}

#results .box_horizontal .venta .contenido .precio p, #results .box_horizontal .alquiler .contenido .precio p {
    float: none !important;
    display: inline-block;
    line-height: 38px !important;
}

#results .box_horizontal .venta .contenido .precio .antes, #results .box_horizontal .alquiler .contenido .precio .antes {
    color: #fff;
    margin:0;
    top:-3px;
    font-size:14px;
}

.venta .contenido .descripcionCaracteristicas, .alquiler .contenido .descripcionCaracteristicas {
    color: #575757;
    font-size: 12px;
    min-height: 34px;
    padding: 0;
    z-index: 11;
    background: #f4f4f4;
}

#results .venta .contenido .descripcionCaracteristicas, #results .alquiler .contenido .descripcionCaracteristicas {}

#results .box_horizontal .venta .contenido .descripcionCaracteristicas, #results .box_horizontal .alquiler .contenido .descripcionCaracteristicas {
    height: auto;
}

.venta .contenido, .alquiler .contenido {
    height: auto;
    margin: -2px 0 0 0;
    z-index: 10;
}

.venta:hover .contenido, .alquiler:hover .contenido {
    display: block;
}

.venta .contenido .descripcionCaracteristicas p.descripcion, .alquiler .contenido .descripcionCaracteristicas p.descripcion {
    margin: 0;
    color: #575757;
    border-bottom: 1px dotted #D6D6D6;
    text-align: center;
    padding: 8px 0;
}

.box_horizontal .venta .contenido .descripcionCaracteristicas p.descripcion, .box_horizontal .alquiler .contenido .descripcionCaracteristicas p.descripcion {
    text-align: left;
}

.venta .contenido .descripcionCaracteristicas h4, .alquiler .contenido .descripcionCaracteristicas h4 {
    font-size: 14px;
    margin-bottom: 0px;
    text-align: center;
    padding: 0 0 15px 0;
    background: #0085bd;
    position: absolute;
    top: 48px;
    left: 0;
    width: 100%;
}

.box_horizontal .promocion figure, .box_horizontal .venta figure, .box_horizontal .alquiler figure {
    top: 48px;
    left: 10px;
    margin-top: 0;
    width: 30%;
}

.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;
}

.promocion .contenido .descripcionCaracteristicas ul.caracteristicas li, .venta .contenido .descripcionCaracteristicas ul.caracteristicas li, .alquiler .contenido .descripcionCaracteristicas ul.caracteristicas li {
    display: inline-block;
    width: 29%;
    font-size: 20px;
    color: #292929;
    margin-bottom: 0px;
    margin-right: 0 !important;
    text-align: center;
    box-sizing: border-box;
}
.venta .contenido .descripcionCaracteristicas ul.caracteristicas li.banos, .alquiler .contenido .descripcionCaracteristicas ul.caracteristicas li.banos {
    display: inline-block !important;
}
.venta .contenido .descripcionCaracteristicas ul.caracteristicas li.habitaciones, .alquiler .contenido .descripcionCaracteristicas ul.caracteristicas li.habitaciones {
    margin-right: 35px;
}

.promocion .contenido .descripcionCaracteristicas ul.caracteristicas li i.wxp-habitaciones, .venta .contenido .descripcionCaracteristicas ul.caracteristicas li i.wxp-habitaciones, .alquiler .contenido .descripcionCaracteristicas ul.caracteristicas li i.wxp-habitaciones {
    display: inline-block;
    width: 28px;
    height: 17px;
    background: url(img/icn_habitaciones.png) no-repeat;
    margin: 0 8px 0 auto;
}
.promocion .contenido .descripcionCaracteristicas ul.caracteristicas li i.wxp-banos, .venta .contenido .descripcionCaracteristicas ul.caracteristicas li i.wxp-banos, .alquiler .contenido .descripcionCaracteristicas ul.caracteristicas li i.wxp-banos {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(img/icn_bath.png) no-repeat;
    background-size: 100%;
    background-position: 0;
    margin: 0 8px 0 auto;
}
.promocion .contenido .descripcionCaracteristicas ul.caracteristicas li i.wxp-supConstruida, .venta .contenido .descripcionCaracteristicas ul.caracteristicas li i.wxp-supConstruida, .alquiler .contenido .descripcionCaracteristicas ul.caracteristicas li i.wxp-supConstruida, .promocion .contenido .descripcionCaracteristicas ul.caracteristicas li i.wxp-supParcela, .venta .contenido .descripcionCaracteristicas ul.caracteristicas li i.wxp-supParcela, .alquiler .contenido .descripcionCaracteristicas ul.caracteristicas li i.wxp-supParcela, .promocion .contenido .descripcionCaracteristicas ul.caracteristicas li i.wxp-supHabitable, .venta .contenido .descripcionCaracteristicas ul.caracteristicas li i.wxp-supHabitable, .alquiler .contenido .descripcionCaracteristicas ul.caracteristicas li i.wxp-supHabitable {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(img/icn_sup.png) no-repeat;
    margin: 0 8px 0 auto;
}

.box_horizontal .promocion .contenido .descripcionCaracteristicas ul.caracteristicas li, .box_horizontal .venta .contenido .descripcionCaracteristicas ul.caracteristicas li, .box_horizontal .alquiler .contenido .descripcionCaracteristicas ul.caracteristicas li {
    text-align: left;
    width: 20%;
}

.box_horizontal .promocion .contenido .descripcionCaracteristicas ul.caracteristicas li i, .box_horizontal .venta .contenido .descripcionCaracteristicas ul.caracteristicas li i, .box_horizontal .alquiler .contenido .descripcionCaracteristicas ul.caracteristicas li i {
    margin: 0 8px 0 0;
}

.box_horizontal .promocion figure .mask, .box_horizontal .venta figure .mask, .box_horizontal .alquiler figure .mask {
    display: none;
}

.box_horizontal .promocion .contenido .precio, .box_horizontal .venta .contenido .precio, .box_horizontal .alquiler .contenido .precio {
    position: relative;
    top: 1px;
    right: 10px;
    background: #0085bd;
    height: 40px;
    text-align: right;
    padding: 0 !important;
}

.box_horizontal .promocion .descripcion, .box_horizontal .venta .descripcion, .box_horizontal .alquiler .descripcion {
    float: none;
    display: block;
    font-size: 15px;
}

.contenido .descripcionCaracteristicas {
    text-align: left;
}

.promocion .contenido .descripcionCaracteristicas {
    text-align: center;
    padding-top: 3px;
}

.box_horizontal .contenido .descripcionCaracteristicas {
    text-align: left;
}

.box_horizontal .promocion .contenido, .box_horizontal .venta .contenido, .box_horizontal .alquiler .contenido {
    float: left;
    margin-left: 20px;
    padding-left: 10px;
    width: 65%;
}

.box_horizontal .venta .contenido .descripcionCaracteristicas, .box_horizontal .alquiler .contenido .descripcionCaracteristicas {
    margin-top: 50px;
}

#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: 151px;
    width: 100% !important;
    height: 232px !important;
}



/* ====================
   FORMULARIO ALERTAS BÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡SQUEDAS
   ==================== */



/* ====================
   MAILING LIST
   ==================== */
aside {

}
aside #mailingList {
    background: none;
    position: absolute;
    left: 50%;
    padding: 58px 0 25px;
    z-index: 11;
}

aside #mailingList h3 + p {
    font-size: 17px;
    color: #fff;
    font-weight: bold;
}
aside #mailingList form .line input[type="text"] {
    width: 400px;
    border-radius: 50px;
    bordeR: none;
    background: #fff;
}

aside #mailingList p, aside #mailingList form .line.checkbox p a {
    color: #fff;
    float: none;
}

aside #mailingList form {
    left: 50% !important;
    margin-left: -265px !important;
}

aside #mailingList form .line.checkbox {
    top: 50px;
}

aside #mailingList form .line button {
    background: #0085be;
    padding: 0px 30px;
    border-radius: 25px;

}
aside #mailingList form .line.email:before {
    background-color: #0085be;
}



/* ====================
   RESULTS
   ==================== */
.vistaResultados ul li a:hover, .vistaResultados ul li a.activo, .paginacion ul li span.activa, .paginacion ul li a:hover {
    background: #0085bd;
    border: 1px solid #0085bd;
}

.paginacion ul li span, .paginacion ul li a {
    border: 1px solid #ccc;
    color: #575757;
}



/* ====================
   LEYENDA RESULTADOS
   ==================== */



/* ====================
   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%;
}

#detalle #ficha .header .caracteristicasPrincipales {
    display: block;
    margin-top: 18px;
}

.caracteristicasPrincipales ul {
    list-style: none;
}

.caracteristicasPrincipales ul li {
    float: left;
    margin-left: 22px;
}
#detalle #ficha .actionBar {
    top: -39px;
    color: #636363;
}
#detalle #ficha .actionBar a.hazOferta {
    text-decoration: none;
    color: #737373;
}
.caracteristicasPrincipales i.fa.fa-check {
    padding: 13px 13px;
    border-radius: 30px;
    background: #229bc9;
    color: #fff;
    margin-right: 7px;
}
li#sup_util {
    margin-left: 0;
}
#detalle #ficha .actionBar ul li {
    float: right;
}
#detalle #ficha .actionBar ul li.share {
    padding: 6px 10px 0;
}
#detalle #ficha .actionBar ul li.share > i {
    top: -7px;
}
.actionBar i {
    display: none;
}
#sup_util {
    margin-left: 0;
}
#detalle #ficha .actionBar {
    border-top: 0;
    border-bottom: 0;
}
#sup_util > i:before {
    content: "\f015";
}
#sup_parcela > i:before {
    content: "\f0b2";
}
#habitaciones > i:before {
    content: "\f236";
}
#banos > i:before {
    content: "\f2cd";
}

#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: 11;
}

#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 {
    padding: 10px 5px;
    color: #636363;

}
#detalle #ficha .actionBar {
    position: absolute;
}

/* ====================
   CONTACTO
   ==================== */



/* ====================
   CAPTACIÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“N
   ==================== */
form fieldset legend {
    color: #575757;
    border-bottom: 3px solid #292929;
    padding: 8px 0;
    margin: 0 0 20px 0;
}



/* ====================
   MODAL
   ==================== */
.modalContainer form .colIzq, .modalContainer form .colDcha {
    width: 49% !important;
}

.modalContainer form .colDcha {
    float: right !important;
}




/* ====================
   FOOTER
   ==================== */

#home footer {
    padding-top: 260px;
}
footer {
    color: #fff;
    position: relative;
    z-index: 1;
    color: #fff;
    margin-bottom: -91px;
    margin-top: 12px;
    background: url(img/bg_footer.jpg)no-repeat 0 -150px;
    background-size: 100%;
    padding-top: 35px;
    padding-bottom: 25px;
}

footer #datosContactoFooter {
    padding: 40px 0 0px;
    position: relative;
    background: none;
}

footer a {
    color: #fff;
}

footer .socialLinks a {
    color: #fff;
}

#home footer #datosContactoFooter {
    margin-top: 0 !important;
}

footer #datosContactoFooter div {
    padding-left: 15px;
    margin: 0 5px;
    width: 24%;
    text-align: center;
}

footer div.email > i, footer div.direccion > i, footer div.tlf > i, footer div.socialLinks > i {
    color: #fff !important;
    text-align: center;
    font-size: 26px !important;
    margin-bottom: 15px;
    /*float: left;
    margin-right: 15px;*/
    background: #0085be !important;
    width: 57px;
    height: 57px;
    line-height: 57px;
    margin: -43px auto 20px auto;
}

footer #creditos {
    color: #fff;
    /*text-align: center;*/
    border-top: none;
}

/*footer #creditos .left {
	float: none;
	display: inline-block;
	position: relative;
	top: -7px;
}

footer #creditos .left p {
	float: left;
}

footer #creditos .left a {
	float: left;
	height: 22px;
	line-height: 22px;
	margin-left: 30px;
	margin-right: 30px;
}

footer #creditos .right {
	float: none;
	display: inline-block;
}*/

footer #datosContactoFooter div > i {
    border-radius: 50%;
    padding: 3px;
}
footer #datosContactoFooter div.tlf > i:before {
    position: relative;
    top: 2px;
}
footer #datosContactoFooter div.socialLinks > i:before {
    position: relative;
    top: 1px;
}
footer #datosContactoFooter div.direccion > i:before {
    position: relative;
    top: 1px;
}
footer #creditos a {
    color: #fff;
}

footer #creditos .right p a {
    background-image: url(https://storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/img/logoinmoweb_blanco.png) !important;
}

footer #datosContactoFooter div > span {
    font-size: 16px;
    text-align: center;
}

footer #datosContactoFooter div.socialLinks {
    /*position: absolute;
    top: 193px;
    left: 50%;
    margin-left: -146px;*/
}

footer #datosContactoFooter div.socialLinks > i {
    /*display: none;*/
}

footer #datosContactoFooter div.socialLinks > ul {
    text-align: center;
}


#detalle #formMasInfo #contenido h3 {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    color: #303030;
}
#detalle #formMasInfo #contenido h3 i , #detalle #ficha div .detallesFicha h3 i {
    display: none;
}
#detalle #ficha div .detallesFicha h3 {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-weight: bold;
    padding: 11px 15px 10px 12px;
    font-size: 17px;
    color: #1c5782;
}
#ficha > div.colIzq > div:nth-child(4) {
    margin-top:40px;
}
#ficha > div.colIzq > div:nth-child(2) {
    margin-top: 6px;
}
#detalle #ficha div .detallesFicha ul li i {
    border: 2px solid #1c5782;
    padding: 2px;
    margin-right: 10px;
    color: #1c5782;
}


/* ====================
   mapa
   ==================== */
#mapaFooter {
    margin: 0 auto;
    position: relative;
}

#mapaFooter a {
    position: absolute;
    right: 0;
    bottom: 105px;
    z-index: 1;
    transition: all ease .25s;
    -webkit-transition: all ease .25s;
    -moz-transition: all ease .25s;
}

#mapaFooter a:hover {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transition: all ease .25s;
    -webkit-transition: all ease .25s;
    -moz-transition: all ease .25s;
}


/* ====================
   dos columnas
   ==================== */
.dosColumnas > div {
    float: left;
    width: 50%;
}

.dosColumnas div.izq {
    padding-right: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.dosColumnas div.dch {
    padding-left: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.dosColumnas div img {
    float: left;
    width: 185px;
}

.dosColumnas div div {
    float: right;
}

.dosColumnas div div h3 {
    font-weight: 700;
    font-size: 20px;
    color: #000;
    margin-top: 4px;
}
#results label {
    font-size: 13px;
    margin-bottom: 15px;
}
#formMasInfo form div.line.messages div.errorForm, #formMasInfo form div.line.messages div.ok {
    padding: 45px 10px 10px 10px !important;
}
#container .datosContacto address .movil{
    display: block !important;
    position: absolute;
    right: 150px;
    top: 0px;
}
#container .datosContacto address .movil a{
    color: #fff;
}
.highlighted_searches div.highlighted_search:before {
    background: #00000033 !important;

}
#home #custom_section .custom_content_section a{
    width: 90%;
    float: none;
    background-image: linear-gradient(90deg, #1a8bc7, #20c8f1);
    text-decoration: none;
    font-size: 17px;
    color: white;
    text-transform: uppercase;
    border-radius: 45px;
    height: 50px;
    line-height: 50px;
}
#home #custom_section .custom_content_section{
    width: 30%;
    margin: 0 auto;
    text-align: center;
}
#blog #articuloCompleto > figure {
    display: none;
}
/*** COMENTARIOS***/
html:not(.jodit) #carousel_comentarios .carousel__viewport{
    height: 440px;
}
html:not(.jodit) #carousel_comentarios .custom_comment{
    width: 50%;
    float: left;
    padding: 2%;
    height: 440px;
}
.comment__header{
    display: flow-root;
    background-color: #fff;
    padding: 10px;
}
.comment__info{
    display: flow-root;
    background-color: #fff;
    padding: 5px 40px;
}
.comment__avatar__name{
    margin-top: 15px;
    margin-left: 15px;
}
.comment__avatar__image, .comment__avatar__name{
    float: left;
}
.comment__avatar__name > span:nth-child(1){
    font-weight: bold;
}
.comment__date{
    margin-left: 10px;
}
.comment__avatar__name > span:nth-child(3),
.comment__date{
    color: #b7b7b7;
}
.comment__avatar__image img{
    border-radius: 50%;
    width: 70px;
    height: 70px;
}
.comment__header__star{
    margin-top: 1px;
}
.comment__header__star,.comment__date,.comment__text{
    float: left;
}
.comment__text{
    width: 100%;
    max-height: 265px;
    overflow: hidden;
    text-overflow:ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 12;
    -webkit-box-orient: vertical;
}
.comment__header__star img{
    width: 22px;
    padding: 0 2px;
}
#results #formAlertaBusqueda #newsletter_acepto_alert, #results #formAlertaBusqueda #rgpd_acepto_alert{
    z-index: 1;
}
#home article.offers{
    display: none;
}
#custom__video{
    margin-top: 60px;
}
#video__content > iframe{
    width: 100%;
    min-height: 500px;
}
/* ====================
   RESPONSIVE
   ==================== */
@media (max-height: 415px) and (min-width: 500px) and (max-width: 737px) and (orientation: landscape) {
    #details #ficha #sliderPropiedad{
        max-width: 100% !important;
    }
}
@media screen and (min-width: 375px) and (max-width: 767px) {
    #details #sliderPropiedad {
        max-width: 404px !important;
    }
}
@media screen and (min-width: 0px) and (max-width: 375px) {
    #details #sliderPropiedad {
        max-width: 356px !important;
    }
}
@media screen and (min-width: 0) and (max-width: 767px) {
    #home .home_section_parent .home_section img{
        width: 100% !important;
    }
    :lang(ru) #home #custom_section .custom_content_section a{
        font-size: 14px;
    }
    :lang(fr) #home #custom_section .custom_content_section a{
        font-size: 15px;
        line-height: 25px;
    }
    :lang(nl) #home #custom_section .custom_content_section a{
        line-height: 25px;
    }
    :lang(es) #home #custom_section .custom_content_section a{
        font-size: 15px;
        line-height: 26px;
    }
    #home #custom_section .custom_content_section{
        width: 60%;
    }
    #home #custom_section .custom_content_section a{
        width: 90%;
    }
    #results article#offers.box_mapa+article+article#mapa_results {
        position: relative !important;
        width: 100% !important;
        top: 0 !important;
        height: 300px !important;
    }
    #ficha .etiqueta {
        padding: 10px 20px !important;
        width: auto !important;
        font-size: 16px !important;
        top: 0px !important;
        position: relative !important;
        display: block !important;
        transform: none !important;
    }
    aside #mailingList h3 + p {
        font-size: 16px;
    }
    #background, body {
    }

    #background {
        padding: 0;
    }

    #container {
        padding: 0;
    }

    body {
        padding: 0;
    }

    header, #content, #seccServicios .contenedor {
        width: 100%;
    }

    header {
        height: auto !important;
    }

    header:before {
        z-index: 0;
    }

    header h1 {
    }

    #bgContent {
        padding-top: 0;
    }

    section {
        padding-top: 60px;
        float: none;
        width: 100%;
    }

    #home #content, #content {
        padding-top: 0 !important;
        margin-top: 0 !important;
    }

    #home section {
        padding-top: 10px;
    }

    #home #logo:after {
        display: none;
    }

    #logo {
        position: relative;
        width: 100%;
        margin: 0;
        padding: 10px 0;
        height: auto;
        background: none;
        top: 0;
    }

    #logo:before {
        display: none;
    }

    #logo a {
        margin: 0;
        top: 0;
    }

    #logo img {
        width: 85%;
        padding: 10px 0;
    }
    #buscador div#openProperty form div.line#precio label, #buscador div#openNew form div.line#preciop label {
        top: 0;
    }
    #buscador > div {
        width: 100% !important;
        padding: 0 !important;
    }

    #buscador .globalSelector div.value {
        max-width:320px;
    }

    #buscador #openProperty form div.line, #buscador #openNew form div.line {
        width: 100% !important;
        margin-bottom: 20px;
    }

    #buscador div form:first-child fieldset button {
        position:absolute;
    }
    #buscador div form:first-child {
        padding: 10px;
    }

    #slideshow {
        display: none;
    }

    #navegacion {
        z-index: 100000;
        top: 97px;
        position: initial;
        margin: 0;
        background: #FFF;
    }

    #navegacion nav {
        padding: 0;
        /*border-bottom: 1px solid #585858;*/
    }

    #navegacion ul li a {
        padding: 8px 15px !important;
    }

    #navegacion ul#idiomas li ul {
        height: auto !important;
    }

    #navegacion #navHeader #navToggle, #navegacion #navHeader #searchToggle {
        display: inline-block;
    }

    #navegacion ul#idiomas {
        top: 0px;
        right: 0px;
        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: #0085bd;
        border-color: #0085bd;
        color: #fff;
    }

    #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;
        margin: 0;
    }

    #navegacion #navHeader #navLinks {
        top: 43px;
        padding: 0 10px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        background: #0085bd;
    }

    #navegacion #navHeader #navLinks .dropDownMenu ul {
        background: none !important;
    }

    #navegacion #navHeader #navLinks li {
        border-right: none;
    }

    #navegacion ul li:hover a {
        background: #1c5782 !important;
        color: #fff;
    }

    #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: 0px;
        left: 0 !important;
        display: none;
        float: none !important;
        margin: 0;
        /*background: #fff;*/
        padding-top: 45px;
        position: relative;
    }

    .home_section {}

    #buscador .tabs {}

    #idiomas > li > a > i {
        color: #fff;
    }

    #navegacion ul li a {
        height: 40px;
        line-height: 24px;
        color: #FFF;
        background-image: none !important;
    }

    section {
        float: none !important;
        width: 100% !important;
        padding: 0 !important;
    }

    #home section article.offers {
        top: 0px;
        margin: 0 auto;
        width: 100%;
        float: none;
    }

    .box_vertical .venta figure, .box_vertical .alquiler figure, .box_vertical .venta h3, .box_vertical .alquiler h3, .box_vertical .venta .contenido, .box_vertical .alquiler .contenido {
        float: none !important;
        /*width: 100% !important;*/
        box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

    .promocion figure, .venta figure, .alquiler figure {
        left: 0;
    }

    .promocion figure div.mask {
    }

    .promocion .contenido {
        top: 2px;
        left: 0px;
        height: auto;
        padding: 0px;
    }

    #sliderPropiedad {
        width: 100% !important;
    }

    .sliderPropiedad .sliderPrincipal .img img {
        max-height: initial;
    }

    #ficha .sliderPropiedad .sliderPrincipal .img {
        height: auto;
        height: 191px;
    }

    .venta .contenido, .alquiler .contenido {
        top: 0;
    }

    .promocion {
        height: auto !important;
    }

    .venta, .alquiler {
        height: auto !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 {
    }

    #buscador .busquedaAvanzada {
        display: none;
    }

    aside #mailingList form .line.checkbox {
        top: 0px !important;
    }

    #seccServicios {
        height: 460px;
        bottom: 267px;
    }

    #seccServicios .contenedor div {
        width: 100%;
        float: none;
    }

    .promocion .contenido .descripcionCaracteristicas p {
        width: 230px;
        margin: 0 auto;
    }

    #bgContent, #home #bgContent {
        margin-top: 0 !important;
    }

    #home .box_vertical div.venta:nth-child(2n+1) figure:before, #home .box_vertical div.alquiler:nth-child(2n+1) figure:before, #home .box_vertical div.venta:nth-child(2n) figure:before, #home .box_vertical div.alquiler:nth-child(2n) figure:before {

    }
    .actionBar ul {
        float: left;
    }
    #detalle #ficha .actionBar a.hazOferta {
        margin-top: -38px;
    }

    aside {
        margin: 0 auto 0px auto;
        background: none;
    }

    aside #mailingList {
        width: 100% !important;
        margin-top: 28px;
        padding: 0;
        left: 0;
        margin-left: 0;
    }

    aside #mailingList form .line.checkbox {
        margin-left: 0;
    }

    aside #mailingList form .line.checkbox p {
        text-align: left !important;
        width: 90% !important;
    }

    footer #datosContactoFooter div, footer #datosContactoFooter div.socialLinks > i {
        display: block;
    }

    footer #datosContactoFooter div {
        width: 100%;
        margin: 0;
        border-left: none;
        text-align: center;
        padding: 40px 10px;
    }

    footer #creditos {
        padding: 10px;
    }

    #home header {
        border-bottom: 0;
    }

    .venta h3, .alquiler h3 {}

    footer {
        padding: 0;
        background: url(img/bg_footer.jpg)no-repeat;
    }
    #home footer {
        padding-top: 300px;
    }
    aside #mailingList form .line input[type="text"] {
        width: 100% !important;
    }

    footer:before {
        display: none;
    }

    footer #datosContactoFooter div.email, footer #datosContactoFooter div.direccion, #home footer #datosContactoFooter div.tlf {
        text-align: center;
    }

    footer #datosContactoFooter div.direccion span {
        font-size: 16px;
    }

    footer #datosContactoFooter div.direccion span br {
        display: block;
    }

    aside #mailingList p, aside #mailingList form .line.checkbox p a {
        text-align: center !important;
    }

    footer #datosContactoFooter {
        margin: 0px auto;
        padding: 20px 0;
    }

    footer #datosContactoFooter div > i {
        text-align: center;
    }

    .venta figure, .alquiler figure {}

    .box_vertical .venta .contenido .precio, .box_vertical .alquiler .contenido .precio {}

    .venta, .alquiler {
    }

    footer #datosContactoFooter div.socialLinks {
        top: initial;
        left: 0;
        margin-left: 0;
        bottom: 0px;
    }

    .promocion .contenido .descripcionCaracteristicas ul.caracteristicas, .venta .contenido .descripcionCaracteristicas ul.caracteristicas, .alquiler .contenido .descripcionCaracteristicas ul.caracteristicas {}

    #home .box_vertical .promocion h3, #home .box_vertical .promocion h3 {
        float: none;
        width: 100%;
    }

    #home .box_vertical .promocion figure, #home .box_vertical .promocion figure {
        float: none;
    }

    #home .box_vertical .promocion .contenido, #home .box_vertical .promocion .contenido {
        float: none;
        padding: 10px;
    }

    .dosColumnas > div {
        float: none;
        width: 100%;
        padding: 0 !important;
    }

    .dosColumnas div img {
        width: 100%;
        float: none;
        margin-bottom: 10px;
    }

    .dosColumnas div div {
        float: none;
    }

    footer #datosContactoFooter div.socialLinks > i {}

    #mapaFooter a {
        margin-right: -141px;
        right: 50%;
        bottom: 125px;
    }

    #results .box_vertical .venta .contenido .precio:before, #results .box_vertical .alquiler .contenido .precio:before {
        width: 100%;
        margin-left: 0;
        left: 0;
    }

    #details .box_vertical .venta .contenido .precio:before, #details .box_vertical .alquiler .contenido .precio:before {
        width: 100%;
        margin-left: 0;
        left: 0;
    }

    #details .box_vertical .venta, #details .box_vertical .alquiler {
        height: 290px;
    }

    aside #mailingList form .line button {
        width: 100%;
    }

    #home .home_section:nth-child(2), #home .home_section:nth-child(3), #home .home_section:nth-child(4) {
        padding: 10px 20px;
        width: 100% !important;
        margin: 0;
    }

    #home .home_section:nth-child(2):before, #home .home_section:nth-child(3):before, #home .home_section:nth-child(4):before {
        display: none;
    }

    .venta .contenido .descripcionCaracteristicas h4, .alquiler .contenido .descripcionCaracteristicas h4 {}

    aside #mailingList form {
        margin-left: 0px !important;
        left: 0 !important;
    }

    #btnAdicional {
        display: none !important;
    }

    #navegacion ul > li {
        margin: 0;
    }

    #ficha #etiqueta {
        top: 0;
        right: 0;
        position: relative;
        display: table;
    }
    .caracteristicasPrincipales ul li {
        width: 100%;
        margin-bottom: 10px;
        margin-left: 0 !important;
        padding-left: 5px;
        box-sizing: border-box;
    }
    .sliderPropiedad.sliderMini > div > div {
        height: 200px;
    }
    .sliderPropiedad.sliderMini > div > div > a > img {
        height: 100% !important;
    }
    #home header {
        overflow:visible;
    }
    .modalContainer {
        z-index: 9999999;
    }
    #buscador div#openProperty form:last-child {
        padding-top:0 !important;
    }
    #buscador form div.line#precio, #buscador form div.line#preciop {
        height: 54px;
    }
    #buscador div#openProperty form div.line.filled label, #buscador div#openProperty form div.line.active label, #buscador div#openNew form div.line.filled label, #buscador div#openNew form div.line.active label, #buscador div#openProperty form:first-child div.line label, #buscador div#openNew form:first-child div.line label {

        -webkit-transform: translate(0, -265%);
        transform: translate(0, -265%);
    }
    form div.line input[type="text"], form div.line select, form div.line textarea {
        width: 90%;
    }
}

@media screen and (min-width: 375px) and (max-width: 767px) {
    .promocion h3, .venta h3, .alquiler h3 {
        top: 0px;
    }

    .venta .contenido .acciones, .alquiler .contenido .acciones {
        height: 205px;
        top: -96px !important;
    }

    .venta figure, .alquiler figure {
    }

    .box_vertical .venta .contenido .precio, .box_vertical .alquiler .contenido .precio {

    }

    .venta, .alquiler {
    }
}

@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: 25px;
    }

    #seccServicios {
        bottom: 213px;
    }

    .promocion figure div.mask {
        max-height: 260px;
    }

    .venta h3, .alquiler h3 {
        top: 297px;
    }

    .venta .contenido .descripcionCaracteristicas, .alquiler .contenido .descripcionCaracteristicas {
        height: auto;
    }

    .promocion h3, .venta h3, .alquiler h3 {
        top: 0px;
    }

    .venta .contenido .acciones, .alquiler .contenido .acciones {
        height: 231px;
        top: -122px !important;
    }

    .promocion .contenido .descripcionCaracteristicas ul.caracteristicas, .venta .contenido .descripcionCaracteristicas ul.caracteristicas, .alquiler .contenido .descripcionCaracteristicas ul.caracteristicas {
        top: 148px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    #home .home_section .custom_section_img{
        width: 75%;
        margin: 0 auto;
    }
    #home .home_section .custom_section_img img{
        width: 550px !important;
    }
    aside #mailingList form {
        left: 50% !important;
        margin-left: -190px !important;
    }
    #mapaFooter, .nivo-caption .contenedor,  #btnAdicional {
        width: 768px !important;
    }

    #slider #slideshow {}

    .nivo-caption {	}

    #background {
    }

    #logo {}

    #slider #slideshow {}

    #buscador > div {
    }

    #buscador #openProperty form div.line, #buscador #openNew form div.line {}

    #buscador div form:first-child {
        padding-right: 10px;
    }

    article#mainText {}

    .tabs li a {
        padding: 10px 5px;
    }

    .busquedaAvanzada > a {}

    #seccServicios {
        bottom: 358px;
    }

    .nivo-directionNav, #navegacion ul#favoritos > li > div, #buscador , aside #mailingList{
        width: 768px !important;
        margin-left: -384px;
    }

    #navegacion {
    }

    #navegacion ul li a {}

    /*#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, .box_vertical .venta, .box_vertical .alquiler {
        width: 45.5%;
    }

    .box_vertical .promocion {
        height: 270px;
    }

    #home .box_vertical .promocion, #home .box_vertical .promocion {}

    .box_vertical .venta, .box_vertical .alquiler {
        height: 378px;
    }
    figure > div.sliderPropiedad.sliderMini > div > div {
    }

    #home .box_vertical .promocion .contenido, #home .box_vertical .promocion .contenido {}

    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%;
    }

    #detalle #ficha div.colIzq {
        width: 100%;
    }

    #detalle #ficha div.colDch {
        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 {}

    #results .venta .contenido .acciones, #results .alquiler .contenido .acciones {	}

    .box_vertical .venta .contenido .precio, .box_vertical .alquiler .contenido .precio {}

    #results .venta .contenido .acciones, #results .alquiler .contenido .acciones {	}

    #results .box_vertical .venta, #results .box_vertical .alquiler {
    }

    #navegacion ul#idiomas li a {
        text-align: center;
    }

    #navegacion ul#idiomas li a span span:last-child {}

    .sliderPropiedad.sliderMini .img {
        height: 199px;/*204*/
        /*display: table-cell;*/
        vertical-align: middle;
        text-align: center;
    }

    .promocion .sliderPropiedad.sliderMini .img {
        height: 200px;/*204*/
    }

    #results .sliderPropiedad.sliderMini .img {
        height: 143px;
    }

    .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%;
    }

    .promocion h3 {}

    footer #datosContactoFooter div span {
        font-size: 14px;
    }

    aside #mailingList form .line input[type="text"] {
        width: 250px;
    }

    aside {}

    #home section {}

    .venta h3, .alquiler h3 {}

    #results .venta h3, #results .alquiler h3 {}

    .venta .contenido, .alquiler .contenido {}

    #slider .highlighted .nivo-caption {
        font-size: 16px;
    }

    .venta .contenido .descripcionCaracteristicas, .alquiler .contenido .descripcionCaracteristicas {}

    #buscador {	}

    header .datosContacto address ul li {}

    header .datosContacto {	}

    footer #datosContactoFooter div {
        width: 23.6%;
    }

    #buscador label {
        font-weight: normal;
        vertical-align: bottom;
        display: table-cell;
        padding: 0 0 5px 0;
    }

    .venta figure, .alquiler figure {}

    .venta, .alquiler {}

    #results .venta figure, #results .alquiler figure {
        height: 147px;
    }

    #results .box_vertical .venta .contenido .precio, #results .box_vertical .alquiler .contenido .precio {}

    #results .venta, #results .alquiler {}

    #slider #slideshow {}

    #logo:after {
        margin-left: 20px;
    }

    #buscador > div {}

    .nivo-caption .contenedor .contenido p {
        font-size: 20px;
    }

    .promocion .contenido .descripcionCaracteristicas ul.caracteristicas, .venta .contenido .descripcionCaracteristicas ul.caracteristicas, .alquiler .contenido .descripcionCaracteristicas ul.caracteristicas {}

    #navegacion #operationList a.title {
        text-indent: -9999px;
        padding: 0 20px !important;
    }

    #navegacion #operationList li.title:after {
        content: "\f046";
        display: inline-block;
        font-family: FontAwesome;
        position: absolute;
        top: 16px;
        left: 50%;
        margin-left: -6px;
        color: #292929;
    }

    #mainText .welcome {
        width: 60%;
    }

    article#mainText .datosContacto {
        width: 40%;
    }

    #slider .highlighted {
        width: 100%;
    }

    #home #content {}

    .btn {
        margin: 15px 0;
    }

    .dosColumnas div img {
        width: 100%;
        margin-bottom: 15px;
    }

    #mapaFooter a {
        bottom: 130px;
        text-align: right;
    }

    #mapaFooter a img {
        width: 80%;
    }

    #details .box_vertical .venta, #details .box_vertical .alquiler {
        height: 408px;
    }

    #home .home_section:nth-child(2), #home .home_section:nth-child(3), #home .home_section:nth-child(4) {
        padding: 40px 20px 20px 20px;
    }

    aside #mailingList {
        width: 55%;
    }
    footer {
        background: url(img/bg_footer.jpg)no-repeat 0 0px;
        background-size: cover;
    }
    #formMasInfo #contenido form div.line .g-recaptcha {
        transform: scale(1);
        max-width: inherit;
    }
    .box_horizontal .promocion .contenido, .box_horizontal .venta .contenido, .box_horizontal .alquiler .contenido {
        width: 62%;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1259px) {
    #home .home_section .custom_section_img{
        width: 60%;
        margin: 0 auto;
    }
    #home .home_section .custom_section_img img{
        width: 550px !important;
    }
    #ficha div[class*="certificacion_"] span.imgCertificado {
        width: 215px;
        height: 165px;
    }
    #ficha div[class*="certificacion_TA"] span.imgCertificado {
        background-position: 0 -178px !important;
    }
    #navegacion nav ul#favoritos > li > a span {
        display: none !important;
    }

    section article.home_section:nth-child(2), section, #mapaFooter {}

    #slider #slideshow {}

    .nivo-caption {}

    #background {
    }

    #slider #slideshow {}

    #buscador div#openProperty form:first-child {
        padding-right: 10px;
        width: 14%;
    }
    #buscador div#openProperty form:last-child {
        width: 81%;
    }
    #buscador div#openProperty form:last-child div.line {
        width: 17.7%;
    }
    #slider {}

    #logo {
        top: 35px;
    }

    #logo img {
        width: 70%;
    }

    .nivo-caption .contenedor, aside > div, #btnAdicional {
        width: 984px !important;
    }

    .nivo-directionNav, #navegacion ul#favoritos > li > div, #buscador , aside #mailingList{
        width: 984px !important;
        margin-left: -492px;
    }

    .box_vertical .promocion, .box_vertical .venta, .box_vertical .alquiler {
        width: 31.3%;
    }

    #home .box_vertical .promocion {
        height: 290px !important;
    }

    .box_vertical .venta, .box_vertical .alquiler {

    }

    .venta h3, .alquiler h3 {}

    #results .box_vertical .venta, #results .box_vertical .alquiler {
        width: 47%;
    }

    .venta .contenido, .alquiler .contenido {}

    #results .venta figure, #results .alquiler figure {
        height: 195px;
    }

    #results .venta .contenido, #results .alquiler .contenido {
        height: auto;
    }

    .box_horizontal .promocion .contenido, .box_horizontal .venta .contenido, .box_horizontal .alquiler .contenido {

    }

    .promocion .contenido .descripcionCaracteristicas p, .promocion .contenido .precio {
        font-size: 14px;
    }

    #results .venta figure div.mask, #results .alquiler figure div.mask {}

    aside div#mailingList > div > p {
        width: 100% !important;
        text-align: center !important;
    }

    aside div#mailingList div > form {
        left: 50% !important;
        margin-left: -247px !important;
    }

    #detalle #ficha div.colIzq {
        width: 78%;
    }

    #detalle #ficha div.colDch {
        width: 22%;
        padding: 0;
    }

    #sliderPropiedad {
        width: 762px;
        max-width: inherit;
    }

    #detalle #sliderPropiedad .img img {
        max-height: 600px;
        max-width: 718px !important;
    }

    #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 {}

    #results .venta .contenido .acciones, #results .alquiler .contenido .acciones {
        top: 176px;
    }

    .sliderPropiedad.sliderMini .img {
        height: 175px;/*172*/
        /*display: table-cell;*/
        vertical-align: middle;
        text-align: center;
    }

    .promocion .sliderPropiedad.sliderMini .img {
        height: 175px;/*172*/
    }

    #results .sliderPropiedad.sliderMini .img {
        height: 123px;
    }

    .sliderPropiedad.sliderMini .img img {
        width: auto;
        max-width: 100%;
        max-height: 100%;
    }

    .box_vertical .venta .contenido .precio, .box_vertical .alquiler .contenido .precio {
        font-size: 22px;
    }

    #slider #slideshow img {
        top: 0%;
    }

    .promocion h3 {}

    .venta .contenido .acciones, .alquiler .contenido .acciones {}

    .promocion .contenido .descripcionCaracteristicas ul.caracteristicas, .venta .contenido .descripcionCaracteristicas ul.caracteristicas, .alquiler .contenido .descripcionCaracteristicas ul.caracteristicas {}

    #buscador .tabs li a {}

    footer #datosContactoFooter div span {}

    .venta .sliderPropiedad .sliderPrincipal .img img, .alquiler .sliderPropiedad .sliderPrincipal .img img {
        margin-left: 0px;
    }

    #slider .highlighted .nivo-caption {
        font-size: 20px !important;
    }

    .venta .contenido .descripcionCaracteristicas, .alquiler .contenido .descripcionCaracteristicas {}

    footer #datosContactoFooter div {
        width: 23.9%;
    }

    #buscador .tabs {
        margin-top: -31px;
    }

    #results .venta .contenido .descripcionCaracteristicas ul.caracteristicas, #results .alquiler .contenido .descripcionCaracteristicas ul.caracteristicas {}

    .venta .contenido .descripcionCaracteristicas ul.caracteristicas li.habitaciones, .alquiler .contenido .descripcionCaracteristicas ul.caracteristicas li.habitaciones {
        margin-right: 10px;
    }

    #mainText .welcome {}

    .dosColumnas div div {
        width: 285px;
    }

    #slider .highlighted {
        width: 100%;
    }

    #details .box_vertical .venta, #details .box_vertical .alquiler {
        height: 382px;
    }

    #results .promocion .contenido .descripcionCaracteristicas ul.caracteristicas li, #results .venta .contenido .descripcionCaracteristicas ul.caracteristicas li, #results .alquiler .contenido .descripcionCaracteristicas ul.caracteristicas li {
        font-size: 14px;
    }
    #ficha .sliderPropiedad .sliderPrincipal .img {
        height: 524px;
    }
    #formMasInfo #contenido form div.line .g-recaptcha {
        max-width: 190px;
        transform: scale(.65);
    }
    #formMasInfo form div.line.messages div.errorForm, #formMasInfo form div.line.messages div.ok {
        padding: 45px 5px 10px 10px !important;
    }
    #ficha div[class*="certificacion_"] {
        width: 215px;
    }
    #details .box_vertical .venta .contenido .descripcionCaracteristicas ul.caracteristicas li, #details .box_vertical .alquiler .contenido .descripcionCaracteristicas ul.caracteristicas li {
        font-size: 15px;
    }
    .venta .contenido, .alquiler .contenido {
        height: 130px;
    }
}

@media screen and (min-width: 1260px) {
    #home .home_section .custom_section_img{
        /* width: 45%; */
        /* margin: 0 auto; */
    }
    #home .home_section .custom_section_img img{
        width: 550px !important;
    }
    .venta .contenido, .alquiler .contenido {
        height: 130px;
    }
    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), #mapaFooter, .nivo-caption .contenedor, #btnAdicional {
        width: 1220px !important;
    }

    #results .venta figure, #results .alquiler figure {
        height: 240px;
    }

    header .datosContacto, #buscador, aside > div {
        width: 1220px !important;
        margin-left: -610px !important;
    }
    #formMasInfo #contenido form div.line .g-recaptcha{
        max-width: 220px;
        transform: scale(.75);
    }

    #background {
    }

    #logo {}

    .nivo-directionNav, #navegacion ul#favoritos > li > div {
        width: 1220px;
        margin-left: -610px;
    }

    .box_vertical .promocion {
        height: 275px;
    }

    .box_vertical .venta, .box_vertical .alquiler {
        /*height: 325px;*/
        width: 31.6%;
    }

    #home .box_vertical .venta, #home .box_vertical .alquiler {
        /*height: 345px;*/
    }

    .box_vertical .promocion, .box_vertical .venta, .box_vertical .alquiler {}

    #home .box_vertical .promocion, #home .box_vertical .venta, #home .box_vertical .alquiler {}

    #details .box_vertical .promocion, #details .box_vertical .venta, #details .box_vertical .alquiler {
        width: 23.3%;
    }

    #detalle #ficha div.colIzq {
        width: 70%;
    }

    #detalle #ficha div.colDch {
        width: 30%;
    }

    .sliderPropiedad {
        width: 849px;
    }

    #detalle #sliderPropiedad .img img {
        max-height: 700px;
        max-width: 920px !important;
    }

    #captacion form .detalleInmueble div.line {
        width: 22.6%;
    }

    .box_vertical .promocion {
        height: 230px;
    }

    #results_promo .box_vertical .promocion {
        height: 230px;
    }

    #detalle #ficha div.colIzq {
        width: 80%;
    }

    #detalle #ficha div.colDch {
        width: 20%;
        padding: 0;
    }

    #sliderPropiedad, #video, #googleMaps {
        width: 955px;
    }
    #sliderPropiedad, #video, #googleMaps {
        max-width: inherit;
    }

    #detalle #sliderPropiedad .img img {
        /*max-height: 482px;*/
    }

    #captacion form .detalleInmueble div.line {
        width: 22.6%;
    }

    #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 .acciones, #results .alquiler .contenido .acciones {	}

    #results .box_vertical .venta, #results .box_vertical .alquiler {
        width: 47%;
    }
    #results .box_horizontal .venta, #results .box_horizontal .alquiler {
        height: 232px;
        width: 100%;
    }

    article.offers #leyenda form .line .desplegado span, article.offers #leyenda form .line ul li {
        width: 100%;
    }

    .sliderPropiedad.sliderMini .img {
        height: 220px;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }

    .promocion .sliderPropiedad.sliderMini .img {}

    #results_promo .promocion .sliderPropiedad.sliderMini .img {
        height: 159px;
    }

    #details .sliderPropiedad.sliderMini .img {
        height: 160px;/*162*/
    }

    #results .sliderPropiedad.sliderMini .img {
        height: 160px;
    }

    .box_horizontal .sliderPropiedad.sliderMini .img {
        height: 85px !important;
    }

    .sliderPropiedad.sliderMini .img img {
        width: 100%;/*auto*/
        max-width: 100%;
        max-height: 100%;
    }

    article#mainText {
        width: 1240px;
    }

    .dosColumnas div div {
        width: 405px;
    }

    #details .box_vertical .venta .contenido .precio:before, #details .box_vertical .alquiler .contenido .precio:before {
        width: 264px;
        margin-left: -132px;
    }

    #details .box_vertical .venta, #details .box_vertical .alquiler {

    }
    #details .box_vertical .venta .contenido .descripcionCaracteristicas ul.caracteristicas li, #details .box_vertical .alquiler .contenido .descripcionCaracteristicas ul.caracteristicas li {
        font-size: 15px;
    }
    #ficha .sliderPropiedad .sliderPrincipal .img {
        height: 630px;
    }
    #ficha div[class*="certificacion_"] {
        width: 242px;
    }
    #ficha div[class*="certificacion_"] span.imgCertificado  {
        width: 242px;
        height: 188px;
    }
    #ficha div[class*="certificacion_TA"] span.imgCertificado {
        background-position: 0 -198px !important;
    }
    #buscador div#openProperty form:first-child {
        width: 13%;
    }
    #buscador div#openProperty form:last-child {
        width: 83%;
    }
}