﻿


@font-face {
    font-family: 'Baskerville-SemiBoldItalic';
    src: url('/Styles/Fonts/Baskerville-SemiBoldItalic_gdi.eot');
    src: url('/Styles/Fonts/Baskerville-SemiBoldItalic_gdi.eot?#iefix') format('embedded-opentype'), url('/Styles/Fonts/Baskerville-SemiBoldItalic_gdi.woff') format('woff'), url('/Styles/Fonts/Baskerville-SemiBoldItalic_gdi.ttf') format('truetype'), url('/Styles/Fonts/Baskerville-SemiBoldItalic_gdi.svg#Baskerville-SemiBoldItalic') format('svg');
    font-weight: 600;
    font-style: italic;
    font-stretch: normal;
    unicode-range: U+0020-25CA;
}




body {
    font-family: Arial;
    font-size: 16px;
    background-color: #EEE;
    text-align: justify;
}



a, a:focus, a:hover, a:active, a:visited {
    color: inherit;
    text-decoration: none;
}

input[type=text], input[type=email], textarea {
    width: 100%;
    height: 150px;
    padding: 7px 11px;
    margin: 5px 0px;
    border: none;
    background-color: #E7E7E7;
    border: 1px solid #E7E7E7;
    color: #555;
    font-family: Arial;
    outline: none;
    resize: none;
}

input[type=text], input[type=email] {
    height: 36px;
}

    input[type=text].half-text {
        width: 49%;
    }

input[type=button].half-button, input[type=submit].half-button {
    width: 49%;
}

input[type=text].validation-error, textarea.validation-error, .cell-accept-conditions.validation-error, div.select-dropdown.validation-error .btn-default, div.input-file.validation-error {
    color: #C00;
    border-color: #C00;
    background-color: #FFECEC;
    transition: color 1s, background-color 1s, border-color 1s;
    -webkit-transition: color 1s, background-color 1s, border-color 1s;
    -moz-transition: color 1s, background-color 1s, border-color 1s;
    -o-transition: color 1s, background-color 1s, border-color 1s;
}

    input[type=text].validation-error::-webkit-input-placeholder, textarea.validation-error::-webkit-input-placeholder {
        color: #C00;
        transition: color 1s;
        -webkit-transition: color 1s;
        -moz-transition: color 1s;
        -o-transition: color 1s;
    }

    input[type=text].validation-error:-moz-placeholder, textarea.validation-error:-moz-placeholder {
        color: #C00;
        transition: color 1s;
        -webkit-transition: color 1s;
        -moz-transition: color 1s;
        -o-transition: color 1s;
    }

    input[type=text].validation-error::-moz-placeholder, textarea.validation-error::-moz-placeholder {
        color: #C00;
        transition: color 1s;
        -webkit-transition: color 1s;
        -moz-transition: color 1s;
        -o-transition: color 1s;
    }

    input[type=text].validation-error:-ms-input-placeholder, textarea.validation-error:-ms-input-placeholder {
        color: #C00;
        transition: color 1s;
        -webkit-transition: color 1s;
        -moz-transition: color 1s;
        -o-transition: color 1s;
    }

div.row.validation-error {
    background-color: #FFECEC;
    transition: background-color 1s;
    -webkit-transition: background-color 1s;
    -moz-transition: background-color 1s;
    -o-transition: background-color 1s;
}

input[type=button], input[type=submit] {
    width: 100%;
    margin: 5px 0px;
    padding: 10px 0px;
    border: none;
    font-size: 20px;
    font-weight: bold;
    outline: none;
}

    input[type=button]:hover, input[type=submit]:hover, div.opacity-button:hover {
        opacity: 0.8;
        filter: Alpha(opacity = 80);
        transition: opacity 0.3s, filter 0.3s;
        -webkit-transition: opacity 0.3s, filter 0.3s;
        -moz-transition: opacity 0.3s, filter 0.3s;
        -o-transition: opacity 0.3s, filter 0.3s;
    }


div.input-file {
    border: 1px solid transparent;
    margin-bottom: 5px;
}

    div.input-file input[type=file] {
        display: none;
    }

    div.input-file input[type=button] {
        max-width: 200px;
        margin-top: 0px;
        margin-bottom: 0px;
        padding-top: 7px;
        padding-bottom: 7px;
        background-color: #E7E7E7;
        font-size: 16px;
        font-weight: normal;
    }

    div.input-file span.input-file-text {
        margin-left: 5px;
    }

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.row-margin {
    margin-left: 0px;
    margin-right: 0px;
}

.padding-left-form {
    padding-left: 5px;
}

.padding-right-form {
    padding-right: 5px;
}

.row-top {
    margin-top: 20px;
}

.column-no-padding-left {
    padding-left: 0px;
}

.column-no-padding-right {
    padding-right: 0px;
}

.section-title {
    font-weight: bold;
    font-size: 28px;
}

.block-element {
    padding: 20px;
}

.col-same-height .block-element {
    height: 100%;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
}

.block-title {
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 24px;
}

.block-opacity {
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 1;
    filter: Alpha(opacity=100);
}

.vertical-align-middle {
    vertical-align: middle;
}

.img-center {
    margin-left: auto;
    margin-right: auto;
}

img.sizing-image {
    visibility: hidden;
}

span.favourite-star {
    float: right;
    font-size: 30px;
}

div.mapster-tooltip-container {
    padding: 5px 10px;
    background-color: rgba(200,200,200,0.7);
    border: 1px solid #AAA;
    border-radius: 5px;
    font-size: 13px;
    font-weight: bold;
}




/* Dropdowns */
.select-dropdown {
    height: 36px;
    color: #333;
}

    .select-dropdown .btn-default {
        width: 100%;
        height: 100%;
        border-radius: 0px;
        border: 1px solid #AAA;
        background-image: none;
        box-shadow: none;
        -webkit-box-shadow: none;
        outline: none;
        text-align: left;
        text-shadow: none;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .select-dropdown .btn-default .caret {
            float: right;
            margin-top: 7px;
        }

    .select-dropdown .dropdown-menu {
        width: 100%;
        max-height: 300px;
        margin-top: 1px;
        overflow-y: auto;
    }

    .select-dropdown li {
        padding: 1px 7px;
        cursor: pointer;
    }

        .select-dropdown li.disabled {
            color: #CCC;
            padding: 0px;
        }

            .select-dropdown li.disabled span {
                width: 100%;
                padding: 1px 8px;
                display: block;
            }

        .select-dropdown li:hover {
            background-color: #EEE;
        }




/* Columnas con el mismo alto */
.row-same-height {
    height: 100%;
    width: 100%;
    display: table;
    table-layout: fixed;
}

.col-same-height {
    height: 100%;
    display: table-cell;
    float: none !important;
}




hr.clear {
    width: 100%;
    visibility: hidden;
    margin: 0;
    padding: 0;
    border: 0;
    clear: both;
}

.font-italic {
    font-style: italic;
}

.font-weight {
    font-weight: bold;
}

.container {
    background-color: #FFF;
}

div.top-bar {
    height: 30px;
    text-align: right;
}

    div.top-bar div.top-favourites {
        float: right;
        position: relative;
        margin-right: 50px;
        cursor: pointer;
    }

        div.top-bar div.top-favourites span.top-favourites-text {
            float: left;
            margin-top: 7px;
            margin-right: 3px;
            font-size: 13px;
        }

        div.top-bar div.top-favourites div.top-favourites-image {
            float: right;
            right: 0px;
            margin-top: 3px;
            padding-top: 3px;
            width: 24px;
            height: 24px;
            background-image: url('/Images/Main/favourites-star.png');
            background-position: center center;
            background-repeat: no-repeat;
            background-size: contain;
            text-align: center;
            color: #000;
            font-weight: bold;
            font-size: 14px;
            transition: width 0.5s, height 0.5s, padding-top 0.5s, font-size 0.5s;
            -webkit-transition: width 0.5s, height 0.5s, padding-top 0.5s, font-size 0.5s;
            -moz-transition: width 0.5s, height 0.5s, padding-top 0.5s, font-size 0.5s;
            -o-transition: width 0.5s, height 0.5s, padding-top 0.5s, font-size 0.5s;
        }

        div.top-bar div.top-favourites.large div.top-favourites-image {
            float: none;
            width: 120px;
            height: 120px;
            padding-top: 32px;
            font-size: 50px;
            transition: width 0.5s, height 0.5s, padding-top 0.5s, font-size 0.5s;
            -webkit-transition: width 0.5s, height 0.5s, padding-top 0.5s, font-size 0.5s;
            -moz-transition: width 0.5s, height 0.5s, padding-top 0.5s, font-size 0.5s;
            -o-transition: width 0.5s, height 0.5s, padding-top 0.5s, font-size 0.5s;
        }

    div.top-bar div.top-visitas {
        float: right;
        margin-top: 5px;
        margin-right: 20px;
    }

    div.top-bar div.top-langs {
        float: right;
        margin-right: 50px;
    }

    div.top-bar a.top-lang {
        float: left;
        margin-top: 4px;
        margin-left: 7px;
    }

    div.top-bar img.flag-icon {
        width: 20px;
    }

    div.top-bar div.top-socials {
        float: right;
    }

        div.top-bar div.top-socials img.top-social-image {
            height: 22px;
            margin-right: 4px;
            margin-top: 4px;
        }


div.banner-container {
    height: 400px;
    padding-left: 0px;
    padding-right: 0px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

div.banner-top-layer {
    height: 100px;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.5);
}

    div.banner-top-layer.no-background {
        background-color: transparent;
    }

    div.banner-top-layer div.container {
        background-color: transparent;
    }

div.logo-container {
    float: left;
    text-align: center;
}

div.logo-positioning {
    float: left;
    white-space: nowrap;
}

img.banner-logo {
    float: left;
    height: 140px;
    background-color: #FFF;
    box-shadow: 0px 2px 1px #444;
    -moz-box-shadow: 0px 2px 1px #444;
    -webkit-box-shadow: 0px 2px 1px #444;
}

img.banner-logo-noteges {
    float: left;
    height: 146px;
}

div.banner-texto {
    float: right;
    display: table-cell;
    vertical-align: top;
    margin-right: 20px;
    max-width: 600px;
    line-height: 45px;
    text-align: right;
    font-family: 'Baskerville-SemiBoldItalic';
    font-size: 40px;
    font-style: italic;
    text-shadow: 3px 3px 6px #333;
    color: #FFF;
}


span.text-menu {
    float: right;
    margin-top: 12px;
    margin-right: 10px;
    font-size: 20px;
}

table.menu-container {
    width: 100%;
    table-layout: fixed;
}

    table.menu-container div.menu-item {
        padding: 6px 0px;
        text-align: center;
    }

div.navbar {
    min-height: 32px;
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
}

    div.navbar div.menu-item {
        padding: 6px 0px;
    }

        div.navbar div.menu-item ul {
            width: 100%;
        }

            div.navbar div.menu-item ul li {
                width: 100%;
            }

        div.navbar div.menu-item a.menu-link {
            padding: 0px;
        }

    div.navbar .dropdown .dropdown-menu {
        box-shadow: none;
        -webkit-box-shadow: none;
        border: none;
        filter: alpha(opacity=80);
        opacity: 0.8;
        width: initial;
        min-width: 100%;
    }

    div.navbar .dropdown:hover .dropdown-menu {
        display: block;
    }

    div.navbar .dropdown .dropdown-menu .submenu-link {
        text-align: center;
    }

div.footer {
    height: 160px;
    padding-top: 20px;
}

    div.footer img.img-footer-noteges {
        float: right;
        width: 140px;
        margin-right: -15px;
    }

    div.footer div.text-footer {
        height: 55px;
        margin-top: 40px;
        padding-top: 18px;
        font-weight: bold;
    }

    div.footer span.footer-item {
    }

    div.footer span.footer-separator {
        margin-left: 3px;
        margin-right: 3px;
    }

div.layout-aviso-cookies {
    position: fixed;
    z-index: 9910;
    background-color: #ADADAD;
    width: 100%;
    opacity: 0.9;
    padding: 6px;
    bottom: 0px;
    left: 0px;
    text-align: center;
    color: #FFF;
}

    div.layout-aviso-cookies div.close-aviso-cookies {
        float: right;
        margin-top: -5px;
        margin-left: 5px;
        color: #C00;
        font-size: 22px;
        font-weight: 900;
        cursor: pointer;
    }







div.inmueble-resumen {
    width: 100%;
    height: 330px;
    margin-top: 25px;
    background-color: #E7E7E7;
    cursor: pointer;
}

.inmueble-resumen-show-inmueble {
    display: none;
    position: absolute;
    vertical-align: middle;
    background-color: rgba(0, 0, 0, 0.5);
}

    .inmueble-resumen-show-inmueble .inmueble-resumen-texto {
        width: 100%;
        margin-top: 55px;
        padding: 5px;
        background-color: #000;
        text-align: center;
        color: #FFF;
        font-size: 20px;
        font-weight: bold;
    }

.inmueble-resumen-foto {
    width: 100%;
    height: 150px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.inmueble-resumen-favourite {
    display: none;
    float: right;
    width: 32px;
    margin-top: 5px;
    margin-right: 5px;
}

.inmueble-icon-vr {
    display: none;
    float: left;
    width: 32px;
    margin-top: 5px;
    margin-left: 5px;
}

    .inmueble-icon-vr.inmueble-icon-vr-visible {
        display: block;
    }

.inmueble-resumen-foto.no-photo {
    background-size: contain;
    background-color: #FFF;
    border-color: #E7E7E7;
    border-style: solid;
    border-width: 1px 1px 0px 1px;
}

.inmueble-resumen-titulo {
    margin-top: 10px;
    font-weight: bold;
    max-height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 5px;
    margin-right: 5px;
}

.inmueble-resumen-referencia {
    font-size: 12px;
    color: #999;
}

.inmueble-resumen-precio {
    margin-top: 7px;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 22px;
}

    .inmueble-resumen-precio.a-consultar {
        font-size: 19px;
    }

.inmueble-resumen-caracteristica {
    font-size: 12px;
    color: #777;
}

.inmueble-resumen-observaciones {
    padding: 5px 30px;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #555;
}

.inmueble-resumen.double {
    height: 340px;
}

    .inmueble-resumen.double .inmueble-resumen-foto {
        width: 49%;
    }

        .inmueble-resumen.double .inmueble-resumen-foto.left {
            float: left;
        }

        .inmueble-resumen.double .inmueble-resumen-foto.right {
            float: right;
        }

    .inmueble-resumen.double .inmueble-resumen-precio {
        margin-top: 0px;
    }

    .inmueble-resumen.double .inmueble-resumen-caracteristica {
        font-size: 14px;
    }

    .inmueble-resumen.double .inmueble-resumen-observaciones {
        height: 70px;
    }

.inmueble-resumen.large {
    height: 500px;
}

    .inmueble-resumen.large .inmueble-resumen-show-inmueble .inmueble-resumen-texto {
        margin-top: 90px;
    }

    .inmueble-resumen.large .inmueble-resumen-foto {
        height: 220px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .inmueble-resumen.large .inmueble-resumen-titulo {
        font-size: 22px;
        max-height: 60px;
    }

    .inmueble-resumen.large .inmueble-resumen-referencia {
        font-size: 14px;
    }

    .inmueble-resumen.large .inmueble-resumen-precio {
        font-size: 30px;
    }

    .inmueble-resumen.large .inmueble-resumen-caracteristica {
        font-size: 14px;
    }

    .inmueble-resumen.large .inmueble-resumen-observaciones {
        height: 118px;
    }

.inmueble-resumen-map-container {
    max-width: 270px;
    min-width: 220px;
    position: absolute;
    z-index: 9999;
    top: 15px;
    right: 30px;
}

    .inmueble-resumen-map-container .inmueble-resumen {
        margin-top: 0px;
        box-shadow: 6px 6px 20px 0px #333;
    }






/* Locations searcher */

div.locations-search-parent {
    position: absolute;
    max-height: 600px;
    overflow-y: auto;
    background-color: #F2F2F2;
    box-shadow: 0px 0px 13px rgba(50, 50, 50, 0.75);
    font-size: 12px;
    font-family: Arial;
    color: #3C3C3C;
}

    div.locations-search-parent div.locations-search-loading, div.locations-search-parent div.locations-search-no-results {
        display: none;
        width: 100%;
    }

    div.locations-search-parent div.locations-search-loading {
        height: 30px;
        background-image: url('/Images/Main/locations-search-loading.gif');
        background-repeat: no-repeat;
        background-position-x: 12px;
        background-position-y: 10px;
    }

    div.locations-search-parent div.locations-search-no-results {
        height: 40px;
    }

    div.locations-search-parent div.locations-search-container {
        width: 100%;
    }

div.locations-search-line {
    width: 100%;
    padding: 4px 10px;
    font-size: 14px;
    cursor: pointer;
}

    div.locations-search-line:hover {
        background-color: #FFF;
    }





.select-dropdown.form {
    margin-top: 5px;
    margin-bottom: 5px;
}

    .select-dropdown.form.buscador {
        margin-top: 0px;
        margin-bottom: 10px;
    }

    .select-dropdown.form .btn-default {
        border-color: #E7E7E7;
        background-color: #E7E7E7;
    }

input.buscador {
    margin: 0px 0px 10px 0px;
}

.check-item {
    margin-left: 15px;
    margin-right: 10px;
    white-space: nowrap;
}

    .check-item input {
        margin-top: 10px;
        margin-bottom: 20px;
    }

.cell-accept-conditions {
    margin-bottom: 5px;
    border: 1px solid transparent;
}

input.buscador-submit {
    margin-top: 0px;
    padding: 4px 0px;
}

span.label-form {
    display: block;
    margin-top: 12px;
}

div.buscador-loading {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999999999;
    background-color: rgba(30,30,30,0.5);
    background-image: url('/Images/Main/loading-buscando.gif');
    background-repeat: no-repeat;
    background-position: center;
}




.form-titulo {
    color: #555;
    font-size: 22px;
    font-weight: bold;
}


.list-square {
    float: left;
    width: 6px;
    height: 6px;
    margin-top: 19px;
    border-radius: 9px;
}

    .list-square.opacity {
        background-color: #333;
        opacity: 0.5;
        filter: Alpha(opacity=50);
    }

.list-text {
    float: left;
    max-width: 82%;
    margin-top: 10px;
    margin-left: 10px;
    font-size: 16px;
    color: #555;
}


div.landing-container {
    padding-bottom: 40px;
}

div.landing-form {
    margin-top: 25px;
    margin-right: 20px;
}

    div.landing-form form {
        margin-bottom: 15px;
    }

    div.landing-form textarea {
    }

div.landing-enlace {
    padding: 20px;
    font-size: 16px;
    cursor: pointer;
}



div.inmuebles-destacados div.block-title {
    margin-top: 40px;
    margin-bottom: 0px;
}



p.comprador-vendedor-info, div.comprador-vendedor-container .list-text {
    font-size: 18px;
}

div.comprador-vendedor-block {
    height: 100%;
}

    div.comprador-vendedor-block.left {
        margin-left: 20px;
    }

    div.comprador-vendedor-block.right {
        margin-right: 20px;
    }

    div.comprador-vendedor-block.full {
        margin: 0px 20px 20px 20px;
    }

div.comprador-vendedor-inner-block {
    padding: 20px;
}

div.comprador-vendedor-title {
    margin-bottom: 10px;
    font-size: 30px;
}

input.comprador-vendedor-button {
    width: 250px;
    display: block;
    margin: 30px auto 0px auto;
}


div.full-width {
    width: 100%;
}

div.separator10 {
    height: 10px;
}

div.separator15 {
    height: 15px;
}

div.separator20 {
    height: 20px;
}

div.separator25 {
    height: 25px;
}

div.separator30 {
    height: 30px;
}

div.separator40 {
    height: 40px;
}

div.separator50 {
    height: 50px;
}

div.separator60 {
    height: 60px;
}

div.separator70 {
    height: 70px;
}

div.separator80 {
    height: 80px;
}

div.separator90 {
    height: 90px;
}

div.separator100 {
    height: 100px;
}

div.online-help-banner {
    min-height: 120px;
    padding-top: 15px;
}

img.online-help-banner-gif {
    float: left;
    height: 160px;
    margin-top: -30px;
    margin-left: -15px;
}

span.online-help-banner-text {
    font-family: 'Baskerville-SemiBoldItalic';
    font-style: italic;
    font-size: 25px;
}

span.online-help-banner-asesor {
    float: left;
    margin-top: 25px;
}

a.online-help-banner-link {
    float: right;
    margin-top: 15px;
    margin-bottom: 15px;
}

    a.online-help-banner-link input {
        padding-left: 20px;
        padding-right: 20px;
    }




div.vender-cuadro-2 {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
}

div.vender-cuadro-2-content {
    padding-top: 5px;
}

div.vender-cuadro-2-col-box {
    padding-right: 0px;
}

div.vender-cuadro-2-boxes {
    margin-top: 25px;
}

div.block-title-vender-cuadro-2 {
    font-size: 28px;
}

p.p-vender-cuadro-2 {
    font-size: 18px;
}

div.vender-cuadro-2-box {
    height: 100px;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #FFF;
}

    div.vender-cuadro-2-box .number {
        font-size: 2em;
        font-weight: bold;
    }

    div.vender-cuadro-2-box .text {
        font-size: 18px;
        font-weight: bold;
        white-space: nowrap;
    }

div.vender-cuadro-2-col-arrow {
    height: 80px;
    padding-left: 0px;
}

div.vender-cuadro-2-arrow {
    width: 140px;
    height: 80px;
}

    div.vender-cuadro-2-arrow .shape1 {
        float: left;
        width: 70px;
        height: 30px;
    }

    div.vender-cuadro-2-arrow .shape2 {
        float: left;
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width: 15px;
        border-color: #FFF #FFF transparent transparent;
    }

    div.vender-cuadro-2-arrow .shape3 {
        float: right;
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width: 20px;
        border-color: transparent transparent #FFF #FFF;
    }

    div.vender-cuadro-2-arrow .shape4 {
        float: left;
        width: 100px;
        height: 20px;
        background-color: #FFF;
    }

    div.vender-cuadro-2-arrow .shape5 {
        float: right;
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width: 20px;
        border-color: #FFF transparent transparent #FFF;
    }

    div.vender-cuadro-2-arrow .shape6 {
        float: left;
        width: 70px;
        height: 30px;
    }

    div.vender-cuadro-2-arrow .shape7 {
        float: left;
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width: 15px;
        border-color: transparent #FFF #FFF transparent;
    }

textarea.textarea-vender-cuadro-2 {
    height: 80px;
}

.col-same-height div.vender-index-contacto-block-element {
    padding: 0px;
}

form.vender-index-contacto-form {
    padding: 20px;
}

div.vender-index-compradores-texto {
    padding: 40px 20px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}

div.vender-index-compradores-descubrir {
    text-align: center;
    font-size: 20px;
    margin-top: 12px;
}

input.vender-index-compradores-descubrir-button {
    font-size: 16px;
    white-space: normal;
}

div.vender-index-compradores-imagen {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

div.vender-index-compradores-form-container {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

form.vender-index-compradores-form {
    margin-top: 10px;
    margin-bottom: 20px;
}

    form.vender-index-compradores-form .select-dropdown.form .btn-default, form.vender-index-compradores-form input[type=text] {
        border-color: #AAA;
        background-color: #FFF;
    }

div.vender-index-compradores-resultados {
    min-height: 150px;
}

    div.vender-index-compradores-resultados div.vender-index-compradores-texto {
        padding: 20px 20px;
    }

div.vender-index-compradores-poner-venta {
    min-height: 100px;
    padding-top: 31px;
}

div.vender-index-compradores-resultados-total {
    text-align: center;
    font-size: 50px;
    font-weight: bold;
    margin-top: -10px;
    margin-bottom: -10px;
}

span.vender-index-compradores-arrow {
    float: right;
    font-size: 85px;
    margin-right: -8px;
}

div.vender-index-footer-text {
}

img.vender-index-footer-image {
    margin-bottom: 3px;
    background-color: #FFF;
}



div.encargo-venta-accept-conditions {
    margin-top: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
}





div.gastos-venta-block {
    float: left;
    width: 518px;
    height: 240px;
}

div.gastos-venta-join {
    float: left;
    width: 104px;
    height: 240px;
}

    div.gastos-venta-join span {
        display: block;
        float: left;
        width: 26px;
        height: 40px;
    }

        div.gastos-venta-join span.bord-first {
            width: 0px;
            height: 0px;
            border-width: 20px 13px;
            border-style: solid;
        }

        div.gastos-venta-join span.bord-second {
            width: 0px;
            height: 0px;
            border-width: 20px 13px;
            border-style: solid;
        }

        div.gastos-venta-join span.bord-first.normal {
            border-top-color: transparent !important;
            border-right-color: transparent !important;
        }

        div.gastos-venta-join span.bord-second.normal {
            border-bottom-color: transparent !important;
            border-left-color: transparent !important;
        }

        div.gastos-venta-join span.bord-first.inverter {
            border-bottom-color: transparent !important;
            border-right-color: transparent !important;
        }

        div.gastos-venta-join span.bord-second.inverter {
            border-top-color: transparent !important;
            border-left-color: transparent !important;
        }

input.gastos-venta-button {
    padding: 5px 0px;
}




input.comprar-button {
    width: initial;
    padding-left: 20px;
    padding-right: 20px;
}

div.comprar-mapa, div.comprar-mapa-listado {
    height: 400px;
}

    div.comprar-mapa.comprar-mixed-mapa {
        height: 360px;
    }

        div.comprar-mapa.comprar-mixed-mapa.compressed {
            height: 360px;
            transition: height 1s;
            -webkit-transition: height 1s;
            -moz-transition: height 1s;
            -o-transition: height 1s;
        }

        div.comprar-mapa.comprar-mixed-mapa.expanded {
            height: 650px;
            transition: height 1s;
            -webkit-transition: height 1s;
            -moz-transition: height 1s;
            -o-transition: height 1s;
        }

div.comprar-expand-map, div.comprar-contract-map {
    padding-top: 5px;
    padding-bottom: 3px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
}

div.comprar-mapa-listado {
    background-color: #CCC;
    overflow-y: auto;
}

    div.comprar-mapa-listado::-webkit-scrollbar {
        width: 8px;
    }

    div.comprar-mapa-listado::-webkit-scrollbar-thumb {
        /*box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
        background-color: #AAA;
        /*border-radius: 4px;*/
    }

    div.comprar-mapa-listado::-webkit-scrollbar-track {
        /*box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);*/
        background-color: transparent;
    }

table.comprar-table {
    width: 100%;
    border-spacing: 0px;
    font-size: 12px;
}

    table.comprar-table tr.comprar-table-content {
        cursor: pointer;
    }

        table.comprar-table tr.comprar-table-content.selected {
            background-color: #FFF;
        }

    table.comprar-table th {
        padding: 3px 5px;
    }

    table.comprar-table td {
        padding: 2px 5px;
    }

        table.comprar-table td.comprar-table-icono {
            padding-right: 0px;
            padding-top: 0px;
        }

            table.comprar-table td.comprar-table-icono img {
                width: 12px;
            }

div.comprar-zero-results {
    padding: 30px;
    text-align: center;
    font-size: 25px;
}

div.row-mapa div.comprar-zero-results {
    padding: 20px;
    font-size: 20px;
}


div.comprar-inmueble-share-icons {
    float: left;
    margin-left: 10px;
    margin-top: 12px;
}

    div.comprar-inmueble-share-icons img {
        width: 30px;
        margin-left: 4px;
    }

div.comprar-inmueble-add-to-favourite {
    cursor: pointer;
    float: right;
    right: 0px;
}

    div.comprar-inmueble-add-to-favourite.is-favourite span.comprar-inmueble-favourite-star {
        color: #F3D700;
        font-size: 55px;
        margin-top: -25px;
    }

    div.comprar-inmueble-add-to-favourite.is-favourite span.comprar-inmueble-favourite-text {
        display: none;
    }

span.comprar-inmueble-favourite-text {
    float: right;
    margin-top: 10px;
    margin-right: 5px;
}

div.comprar-inmueble-main-features {
    padding: 6px 12px;
    margin-right: 15px;
    height: 92px;
}

    div.comprar-inmueble-main-features table {
        width: 100%;
    }

    div.comprar-inmueble-main-features td {
        vertical-align: top;
    }

div.comprar-inmueble-main-feature-item {
    display: table-cell;
    vertical-align: top;
}

    div.comprar-inmueble-main-feature-item.comprar-inmueble-main-feature-item-right {
        float: right;
        text-align: right;
    }

div.comprar-inmueble-price {
    vertical-align: middle;
    text-align: center;
    font-size: 35px;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
}

    div.comprar-inmueble-price.a-consultar {
        font-size: 22px;
        font-weight: normal;
    }

div.comprar-inmueble-tabs-header {
    width: 100%;
}

div.comprar-inmueble-tab-header-item {
    float: left;
    margin-left: 2px;
    padding: 5px 0px;
    width: 75px;
    text-align: center;
    color: #000;
    background-color: #DDD;
    cursor: pointer;
}

    div.comprar-inmueble-tab-header-item:first-of-type {
        margin-left: 0px;
    }

div.comprar-inmueble-tabs-body {
    margin-bottom: 15px;
}

div.comprar-inmueble-photo {
    display: none;
    cursor: pointer;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

    div.comprar-inmueble-photo.vr {
        cursor: move;
        position: relative;
    }

        div.comprar-inmueble-photo.vr canvas {
            width: 100% !important;
            height: 500px !important;
        }

div.comprar-inmueble-vr-loading {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0px;
    z-index: 9999999;
    background-color: rgba(30,30,30,0.5);
    background-image: url('/Images/Main/loading-buscando.gif');
    background-repeat: no-repeat;
    background-position: center;
}

div.comprar-inmueble-photo.current {
    display: block;
}

div.comprar-inmueble-vr-full-screen-arrow {
    display: none;
    position: fixed;
    top: 48%;
    width: 90px;
    height: 95px;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.4);
    color: #FFF;
    z-index: 9999999;
    cursor: pointer;
    font-size: 70px;
    text-align: center;
}

    div.comprar-inmueble-vr-full-screen-arrow.left {
        left: 0;
        border-top-left-radius: 50px;
        border-bottom-left-radius: 50px;
        transform: rotateY(180deg);
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        -o-transform: rotateY(180deg);
        -ms-transform: rotateY(180deg);
    }

    div.comprar-inmueble-vr-full-screen-arrow.right {
        right: 0;
        border-top-left-radius: 50px;
        border-bottom-left-radius: 50px;
    }

div.comprar-inmueble-vr-control {
    position: absolute;
    bottom: 6px;
    width: 50px;
    height: 50px;
    padding-top: 5px;
    padding-left: 5px;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.4);
    color: #FFF;
    opacity: 0.6;
    z-index: 9999999;
    cursor: pointer;
}

    div.comprar-inmueble-vr-control img {
        width: 40px;
        height: 40px;
    }

div.comprar-inmueble-vr-full-screen {
    right: 0;
}

div.comprar-inmueble-vr-recenter {
    right: 165px;
}

div.comprar-inmueble-vr-gyro {
    right: 110px;
}

div.comprar-inmueble-vr-play {
    right: 55px;
}

img.comprar-inmueble-vr-full-screen-compress {
    display: none;
}

img.comprar-inmueble-vr-full-screen-expand {
    display: block;
}
/*div.comprar-inmueble-vr-full-screen-square
{
    width: 30px;
    height: 24px;
    border: 2px solid #FFF;
    margin-top: 8px;
    margin-left: 5px;
}*/
div.comprar-inmueble-photo.vr.active-full-screen canvas {
    position: fixed;
    z-index: 9999998;
    width: 100% !important;
    height: 100% !important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

div.comprar-inmueble-photo.vr.active-full-screen div.comprar-inmueble-vr-loading {
    position: fixed;
}

div.comprar-inmueble-photo.vr.active-full-screen div.comprar-inmueble-vr-full-screen-arrow {
    display: block;
}

div.comprar-inmueble-photo.vr.active-full-screen div.comprar-inmueble-vr-full-screen-arrow-noteges {
    display: none;
}

div.comprar-inmueble-photo.vr.active-full-screen div.comprar-inmueble-vr-control {
    position: fixed;
    bottom: 0;
}

div.comprar-inmueble-photo.vr.active-full-screen img.comprar-inmueble-vr-full-screen-compress {
    display: block;
}

div.comprar-inmueble-photo.vr.active-full-screen img.comprar-inmueble-vr-full-screen-expand {
    display: none;
}

div.comprar-inmueble-carrusel {
    margin-top: 7px;
}

div.comprar-inmueble-carrusel-boton {
    float: left;
    width: 33px;
    height: 80px;
    padding-top: 22px;
    text-align: center;
    font-size: 28px;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    div.comprar-inmueble-carrusel-boton.left {
        transform: rotateY(180deg);
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        -o-transform: rotateY(180deg);
        -ms-transform: rotateY(180deg);
    }

div.comprar-inmueble-carrusel-fotos {
    float: left;
    width: 670px;
    max-width: 670px;
    height: 80px;
    margin-left: 7px;
    margin-right: 7px;
    overflow: hidden;
    white-space: nowrap;
}

img.comprar-inmueble-carrusel-foto {
    height: 80px;
    margin-left: 4px;
    cursor: pointer;
}

    img.comprar-inmueble-carrusel-foto:first-of-type {
        margin-left: 0px;
    }

    img.comprar-inmueble-carrusel-foto.current, img.comprar-inmueble-carrusel-foto:hover {
        opacity: 0.3;
        filter: Alpha(opacity=30);
    }

iframe.comprar-inmueble-video {
    width: 100%;
    height: 450px;
    border: 0;
}

span.comprar-inmueble-float-arrow {
    position: absolute;
    height: 100%;
    font-size: 30px;
    padding-top: 30%;
    top: 0;
    cursor: pointer;
    text-shadow: -2px 4px 8px #000;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    span.comprar-inmueble-float-arrow.left {
        left: 20px;
        transform: rotateY(180deg);
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        -o-transform: rotateY(180deg);
        -ms-transform: rotateY(180deg);
    }

    span.comprar-inmueble-float-arrow.right {
        right: 20px;
    }

div.comprar-inmueble-mapa {
    width: 100%;
    height: 500px;
}

div.comprar-inmueble-block-title-contacto {
    margin-top: -2px;
    margin-bottom: -5px;
}

form.comprar-inmueble-form-contacto textarea {
    height: 102px;
    margin-bottom: 0px;
}

form.comprar-inmueble-form-contacto div.cell-accept-conditions {
    margin-bottom: 0px;
}

form.comprar-inmueble-form-little {
    height: 175px;
    margin-top: 5px;
    cursor: pointer;
}

    form.comprar-inmueble-form-little.visible-input {
        padding-top: 5px;
    }

    form.comprar-inmueble-form-little input.comprar-inmueble-form-little-input {
        display: none;
        width: 90%;
        margin: 0 auto 5px auto;
        height: 30px;
        padding: 2px 10px;
        font-size: 16px;
    }

    form.comprar-inmueble-form-little.visible-input input.comprar-inmueble-form-little-input {
        display: block;
    }

    form.comprar-inmueble-form-little.visible-input div.comprar-inmueble-form-little-text {
        display: none;
    }

div.comprar-inmueble-form-little-text {
    padding: 5px 10px 0px 10px;
    font-style: italic;
}

input.comprar-inmueble-form-little-input {
    width: 90%;
    margin: 0 auto;
}

img.comprar-inmueble-form-little-image {
    position: absolute;
}

    img.comprar-inmueble-form-little-image.left {
        left: 15px;
        bottom: 5px;
        width: 90px;
    }

    img.comprar-inmueble-form-little-image.right {
        right: 5px;
        bottom: 0px;
        width: 140px;
    }

div.comprar-inmueble-otros-titulo {
    float: left;
}

span.comprar-inmueble-otros-change {
    float: left;
    margin-left: 15px;
    margin-top: 13px;
    background-color: #E7E7E7;
    padding: 3px 15px;
    cursor: pointer;
}

div.comprar-inmueble-block-title-hipoteca {
    margin-top: 20px;
    margin-bottom: 0px;
}

input.comprar-inmueble-form-hipoteca-button {
    padding: 7px 0px;
    font-size: 16px;
}

div.comprar-inmueble-form-hipoteca-resultado {
    margin-top: 5px;
    padding: 7px 13px;
    background-color: #E7E7E7;
}

span.comprar-inmueble-form-hipoteca-resultado-texto {
    font-weight: bold;
}

div.comprar-inmueble-foto-detalle {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}

div.comprar-inmueble-foto-detalle-front {
    top: 0;
    z-index: 9999998;
    text-align: center;
}

img.comprar-inmueble-foto-detalle-img {
    height: 100%;
    min-height: 100%;
}

div.comprar-inmueble-foto-detalle-nav {
    z-index: 9999999;
    text-align: center;
    font-size: 50px;
    color: #FFF;
    font-weight: bold;
    text-shadow: 0px 0px 20px #000;
}

    div.comprar-inmueble-foto-detalle-nav table {
        margin: 0 auto;
    }

        div.comprar-inmueble-foto-detalle-nav table td {
            padding: 2px 10px;
        }

    div.comprar-inmueble-foto-detalle-nav span {
        display: block;
        cursor: pointer;
    }

span.comprar-inmueble-foto-detalle-nav-prev {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
}

div.comprar-inmueble-foto-detalle-back {
    top: 0;
    z-index: 9999997;
    background-color: #555;
    opacity: 0.8;
}

div.comprar-inmueble-eficiencia-energetica {
    margin-top: 20px;
}

div.comprar-inmueble-eficiencia-energetica-info {
    min-height: 40px;
    width: 90%;
    float: left;
}

span.comprar-inmueble-eficiencia-energetica-texto {
    color: #FFF;
    font-size: 18px;
    float: left;
    margin-top: 8px;
    margin-left: 15px;
}

span.comprar-inmueble-eficiencia-energetica-letra {
    float: right;
    font-size: 35px;
    color: #FFF;
    font-weight: 900;
    line-height: 1.1;
    margin-right: 12px;
}

div.comprar-inmueble-eficiencia-energetica-flecha {
    float: left;
    border-width: 20px;
    border-color: transparent;
    border-style: solid;
}

div.comprar-inmueble-surrounding-graph {
    width: 100%;
    background-color: #F9F9F9;
    margin-bottom: 20px;
}

div.comprar-inmueble-surrounding-list {
}

div.comprar-inmueble-surrounding-tabs-header {
    border-bottom: 5px solid #000;
}

div.comprar-inmueble-surrounding-tab-header {
    float: left;
    margin-right: 5px;
    padding: 2px 8px;
    background-color: #DDD;
    color: #000;
    font-size: 16px;
    cursor: pointer;
}

    div.comprar-inmueble-surrounding-tab-header img.blanco {
        display: none;
    }

    div.comprar-inmueble-surrounding-tab-header.active {
        background-color: #000;
        color: #FFF;
    }

        div.comprar-inmueble-surrounding-tab-header.active img.blanco {
            display: initial;
        }

        div.comprar-inmueble-surrounding-tab-header.active img.negro {
            display: none;
        }

div.comprar-inmueble-surrounding-tab-body {
    display: none;
    margin-bottom: 20px;
}

    div.comprar-inmueble-surrounding-tab-body.active {
        display: block;
    }

    div.comprar-inmueble-surrounding-tab-body table {
        width: 100%;
        border-collapse: collapse;
    }

        div.comprar-inmueble-surrounding-tab-body table th, div.comprar-inmueble-surrounding-tab-body table td {
            border: 1px solid #CCC;
            padding: 8px 15px;
        }

        div.comprar-inmueble-surrounding-tab-body table th {
            background-color: #EEE;
            text-align: left;
        }

        div.comprar-inmueble-surrounding-tab-body table td {
            font-size: 15px;
            color: #777;
        }

            div.comprar-inmueble-surrounding-tab-body table td.comprar-inmueble-surrounding-td-separation {
                display: none;
                padding: 2px 0px;
                background-color: #000;
                border-color: #000;
            }

div.comprar-inmueble-surrounding-list-line-xs {
    font-size: 17px;
    padding-top: 10px;
    text-align: left;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

div.comprar-inmueble-surrounding-tab-body div.comprar-inmueble-surrounding-list-line-xs:first-of-type {
    margin-top: 10px;
}





div.block-servicio {
    min-height: 400px;
}

    div.block-servicio table {
        width: 100%;
        height: 360px;
    }

        div.block-servicio table td {
            cursor: pointer;
            vertical-align: middle;
            text-align: center;
            font-size: 40px;
            font-weight: bold;
        }

div.book-servicios {
    margin: 30px auto;
    background-color: #DDD;
    border-style: solid;
    border-color: #999;
    border-width: 4px 8px;
}

div.page-servicios {
    border: 1px solid #CCC;
    background-color: #FFF;
    background: #ffffff;
    background: -moz-linear-gradient(left, #ffffff 83%, #f2f2f2 97%, #f8f8f8 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(83%,#ffffff), color-stop(97%,#f2f2f2), color-stop(100%,#f8f8f8));
    background: -webkit-linear-gradient(left, #ffffff 83%,#f2f2f2 97%,#f8f8f8 100%);
    background: -o-linear-gradient(left, #ffffff 83%,#f2f2f2 97%,#f8f8f8 100%);
    background: -ms-linear-gradient(left, #ffffff 83%,#f2f2f2 97%,#f8f8f8 100%);
    background: linear-gradient(to right, #ffffff 83%,#f2f2f2 97%,#f8f8f8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f8f8f8',GradientType=1 );
}

    div.page-servicios.page-right {
        background: #eeeeee;
        background: -moz-linear-gradient(left, #f8f8f8 0%, #f2f2f2 3%, #ffffff 17%, #ffffff 100%);
        background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f8f8f8), color-stop(3%,#f2f2f2), color-stop(17%,#ffffff), color-stop(100%,#ffffff));
        background: -webkit-linear-gradient(left, #f8f8f8 0%,#f2f2f2 3%,#ffffff 17%,#ffffff 100%);
        background: -o-linear-gradient(left, #f8f8f8 0%,#f2f2f2 3%,#ffffff 17%,#ffffff 100%);
        background: -ms-linear-gradient(left, #f8f8f8 0%,#f2f2f2 3%,#ffffff 17%,#ffffff 100%);
        background: linear-gradient(to right, #f8f8f8 0%,#f2f2f2 3%,#ffffff 17%,#ffffff 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#ffffff',GradientType=1 );
    }

div.book-button {
    width: 32px;
    height: 32px;
    padding-top: 1px;
    background-color: #F2F2F2;
    border: 2px solid #CCC;
    border-radius: 15px;
    color: #999;
    cursor: pointer;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

    div.book-button.prev {
        float: right;
    }

    div.book-button.next {
        float: left;
    }

div.book-button-wrapper {
    padding-top: 250px;
}

div.book-servicios-title {
    margin-top: 100px;
    padding: 0px 10px;
    font-size: 35px;
    font-weight: bold;
    text-align: center;
}

div.book-servicios-logo {
    margin-top: 20px;
    height: 100px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

div.page-servicios-img {
    margin: 30px 20px 0px 20px;
    padding: 0px 10px;
    height: 130px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

div.page-servicios-title {
    margin-top: 15px;
    padding: 0px 20px;
    font-size: 20px;
    text-align: center;
}

div.page-servicios-text {
    margin-top: 5px;
    padding: 0px 20px;
    font-size: 13px;
    text-align: justify;
}

div.xs-book-servicios-title {
    text-align: center;
    margin-top: 30px;
    font-size: 35px;
}

div.xs-servicios-title {
    margin-top: 30px;
    font-size: 28px;
    text-align: left;
}

div.xs-servicios-text {
    margin-top: 15px;
    font-size: 15px;
    text-align: justify;
}

input.back-servicios {
    width: 150px;
    height: 35px;
    padding: 2px;
}



img.ayuda-online-asistente {
    float: left;
    margin-top: -100px;
}

div.ayuda-online-right {
    float: right;
    max-width: 640px;
}

span.ayuda-online-text {
    float: right;
    margin-top: 18px;
    font-family: 'Baskerville-SemiBoldItalic';
    text-align: right;
    font-style: italic;
    font-size: 24px;
}

form.ayuda-online-form {
    float: right;
    width: 400px;
    margin-top: 30px;
    margin-bottom: 40px;
}

    form.ayuda-online-form input[type=submit] {
        margin-top: 5px;
    }






div.estudio-economico-block {
    float: left;
    width: 518px;
    height: 264px;
}

div.estudio-economico-join {
    float: left;
    width: 104px;
    height: 264px;
}

    div.estudio-economico-join span {
        display: block;
        float: left;
        width: 26px;
        height: 44px;
    }

        div.estudio-economico-join span.bord-first {
            width: 0px;
            height: 0px;
            border-width: 22px 13px;
            border-style: solid;
        }

        div.estudio-economico-join span.bord-second {
            width: 0px;
            height: 0px;
            border-width: 22px 13px;
            border-style: solid;
        }

        div.estudio-economico-join span.bord-first.normal {
            border-top-color: transparent !important;
            border-right-color: transparent !important;
        }

        div.estudio-economico-join span.bord-second.normal {
            border-bottom-color: transparent !important;
            border-left-color: transparent !important;
        }

        div.estudio-economico-join span.bord-first.inverter {
            border-bottom-color: transparent !important;
            border-right-color: transparent !important;
        }

        div.estudio-economico-join span.bord-second.inverter {
            border-top-color: transparent !important;
            border-left-color: transparent !important;
        }

input.estudio-economico-button {
    padding: 5px 0px;
}






div.ayuda-decidir-line {
    padding-top: 2px;
    padding-bottom: 2px;
}

div.ayuda-decidir-title {
    float: left;
    margin-left: 20px;
    margin-bottom: 10px;
    padding: 2px 15px;
    font-size: 18px;
    font-weight: bold;
}

table.ayuda-decidir-table {
    width: 100%;
}

td.ayuda-decidir-td {
    padding: 3px 5px;
    vertical-align: top;
}

td.ayuda-decidir-td-dummy {
    width: 90px;
}

td.ayuda-decidir-td-input {
    width: 120px;
}

td.ayuda-decidir-td-text {
}

input.ayuda-decidir-radio-first {
    float: left;
}

input.ayuda-decidir-radio-second {
    float: left;
    margin-left: 15px;
}

span.ayuda-decidir-radio-text {
    float: left;
    margin-left: 4px;
}

span.ayuda-decidir-option {
}

input.ayuda-decidir-button {
    width: 120px;
    padding: 3px 0px;
}

div.ayuda-decidir-results {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #F2F2F2;
    color: #777;
    text-align: center;
    font-size: 22px;
}

span.ayuda-decidir-porcentaje-value {
    font-size: 50px;
    font-weight: bold;
}

    span.ayuda-decidir-porcentaje-value.comprar {
        color: #0C0;
    }

    span.ayuda-decidir-porcentaje-value.indeciso {
        color: #f8c945;
    }

    span.ayuda-decidir-porcentaje-value.no-comprar {
        color: #C00;
    }

div.ayuda-decidir-comentarios {
    margin-top: 20px;
}

input.ayuda-decidir-button-back {
    margin-top: 20px;
}





div.disco-duro-square-1, div.disco-duro-square-2 {
    float: left;
    height: 200px;
}

div.disco-duro-square-1 {
    width: 470px;
    margin-bottom: 15px;
    padding-left: 20px;
}

div.disco-duro-square-2 {
    width: 70px;
}

div.disco-duro-square-1 table {
    width: 100%;
    height: 100%;
}

div.disco-duro-square-1 td {
    vertical-align: middle;
    text-align: left;
    font-family: 'Baskerville-SemiBoldItalic';
    font-style: italic;
    font-size: 22px;
}

.disco-duro-square-part-1, .disco-duro-square-part-2 {
    float: left;
    width: 0px;
    height: 0px;
    border-width: 50px 35px;
    border-style: solid;
}

    .disco-duro-square-part-1.bord-first, .disco-duro-square-part-1.bord-first:hover {
        border-top-color: transparent !important;
        border-right-color: transparent !important;
    }

    .disco-duro-square-part-2.bord-first, .disco-duro-square-part-2.bord-first:hover {
        border-right-color: transparent !important;
        border-bottom-color: transparent !important;
    }


iframe.vr-player {
    border: 0;
    width: 100%;
}






div.contacto-oficina-linea {
    float: left;
    width: 100%;
    border-bottom-width: 12px;
    border-bottom-style: solid;
}

div.contacto-oficina-nombre {
    float: left;
    margin-top: -31px;
    padding: 5px 20px 1px 20px;
    font-weight: bold;
    font-size: 18px;
}

div.contacto-oficina-mapa {
    width: 100%;
    height: 400px;
}

div.contacto-oficina-info {
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

img.contacto-oficina-img {
}

span.contacto-oficina-text {
    display: block;
    margin-top: 5px;
    margin-left: 5px;
    font-size: 18px;
    font-weight: bold;
}

div.contacto-usuario-linea {
    float: left;
    width: 100%;
    border-bottom-width: 10px;
    border-bottom-style: solid;
}

div.contacto-usuario-nombre {
    float: right;
    margin-top: -31px;
    padding: 5px 15px 1px 15px;
    text-align: right;
    font-weight: bold;
    font-size: 17px;
}

div.contacto-usuario-foto {
    width: 90px;
    height: 90px;
    margin-right: 0px;
    margin-left: auto;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 45px;
    border-width: 3px;
    border-style: solid;
}

span.contacto-usuario-info {
    float: left;
    margin-left: 10px;
    margin-top: 5px;
    margin-bottom: -7px;
    text-align: left;
    font-size: 15px;
}

    span.contacto-usuario-info.nombre {
        font-weight: bold;
    }

    span.contacto-usuario-info.email {
        font-style: italic;
    }





div.caso-practico {
    margin-bottom: 20px;
}

.caso-practico-video {
    width: 100%;
}

div.caso-practico-nombre {
    margin-top: 20px;
    font-size: 20px;
    font-weight: bold;
}

div.caso-practico div.video {
    margin-top: 10px;
    width: 100%;
    text-align: center;
}

div.caso-practico-descripcion {
    margin-top: 10px;
    margin-bottom: 30px;
    font-style: italic;
    color: #555;
}




div.thank-you-text {
    max-width: 700px;
    margin: 0px auto;
    padding: 50px;
    text-align: center;
    font-size: 20px;
}

input.thank-you-back-button {
    margin-top: 40px;
    max-width: 300px;
}



div.tpv-title {
    font-size: 30px;
    font-weight: bold;
    margin-top: 20px;
}

form.tpv-form {
    margin-top: 10px;
    margin-bottom: 20px;
}

div.tpv-message {
    padding-top: 80px;
    padding-bottom: 150px;
    text-align: center;
    font-size: 30px;
}

div.tpv-image {
    height: 457px;
}

    div.tpv-image img {
        height: 100%;
    }






@media (max-width: 767px) {

    input[type=text].half-text {
        width: 100%;
    }

    input[type=button].half-button, input[type=submit].half-button {
        width: 100%;
    }

    .col-same-height {
        height: initial;
        display: inherit;
        float: inherit;
    }

    .column-padding-left-xs {
        padding-left: 15px;
    }

    .column-padding-right-xs {
        padding-right: 15px;
    }

    .padding-left-form {
        padding-left: 15px;
    }

    .padding-right-form {
        padding-right: 15px;
    }

    div.banner-container {
        height: 300px;
    }

    div.banner-top-layer {
        height: 160px;
    }

    div.logo-container {
        float: none;
        margin-top: 10px;
    }

    div.logo-positioning {
        float: none;
        display: inline-block;
    }

    img.banner-logo {
    }

    img.banner-logo-noteges {
    }

    div.banner-texto {
        float: none;
        display: block;
        margin-right: 0px;
        margin-top: 40px;
        max-width: inherit;
        line-height: 45px;
        font-size: 45px;
        text-align: center;
    }

    div.top-bar {
        text-align: center;
    }

        div.top-bar div.top-favourites {
            margin-right: 20px;
        }

        div.top-bar div.top-langs {
            position: absolute;
            z-index: 99999;
            left: 0px;
            height: 30px;
        }

            div.top-bar div.top-langs a.top-lang {
                clear: left;
                display: none;
            }

            div.top-bar div.top-langs.opened a.top-lang {
                display: block;
            }

            div.top-bar div.top-langs a.top-lang.current-xs {
                display: block;
            }

            div.top-bar div.top-langs a.top-lang img.flag-icon {
                width: 25px;
            }

    div.navbar {
        height: inherit;
    }

    div.menu-item {
        padding: 1px 0px;
        font-size: 20px;
    }

    div.navbar .dropdown .dropdown-menu {
        position: relative;
        display: block;
        font-size: 18px;
        filter: alpha(opacity=60);
        opacity: 0.6;
    }

    div.footer img.img-footer-noteges {
        height: 100px;
        width: inherit;
        margin-top: 18px;
    }

    div.inmueble-resumen {
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }

    .inmueble-resumen-map-container div.inmueble-resumen {
        width: 100%;
    }

    .inmueble-resumen.double .inmueble-resumen-observaciones {
        height: 50px;
    }


    div.landing-form {
        margin-left: 20px;
    }


    div.comprador-vendedor-block.left, div.comprador-vendedor-block.right, div.comprador-vendedor-block.full {
        margin: 20px 10px 10px 10px;
    }

    div.comprar-inmueble-share-icons {
        margin-left: 0px;
        margin-top: 0px;
    }

    div.comprar-inmueble-add-to-favourite {
        float: left;
        margin-top: -12px;
        margin-left: 15px;
    }

    span.comprar-inmueble-favourite-star {
        font-size: 40px;
    }

    div.comprar-inmueble-main-features {
        margin-right: 0px;
    }

    div.comprar-inmueble-main-feature-item.comprar-inmueble-main-feature-item-right {
        text-align: left;
        float: left;
    }

    div.comprar-inmueble-tab-header-item {
        margin-left: 0px;
        width: 40px;
        background-color: #BBB;
    }

        div.comprar-inmueble-tab-header-item img {
            margin: 0 auto;
        }


    div.comprar-inmueble-photo {
        cursor: auto;
    }

    div.comprar-inmueble-block-title-contacto {
        margin-top: 10px;
        margin-bottom: 0px;
    }

    form.comprar-inmueble-form-little {
        height: inherit;
        margin-top: 15px;
        padding: 10px;
    }

    div.comprar-inmueble-form-little-text {
        float: left;
        font-size: 22px;
        text-align: left;
    }

    div.comprar-inmueble-form-little-inputs {
        float: left;
        width: 50%;
        margin-top: 5px;
    }

    form.comprar-inmueble-form-little input.comprar-inmueble-form-little-input {
    }

    img.comprar-inmueble-form-little-image {
        position: relative;
        float: right;
        max-width: 50%;
    }

        img.comprar-inmueble-form-little-image.left {
            left: inherit;
            bottom: inherit;
            width: inherit;
        }

        img.comprar-inmueble-form-little-image.right {
            right: inherit;
            bottom: inherit;
            width: inherit;
        }

    div.comprar-inmueble-vr-full-screen-arrow {
        display: block;
        position: absolute;
        top: 40%;
        width: 50px;
        height: 70px;
        font-size: 50px;
    }

    div.comprar-inmueble-photo.vr.active-full-screen div.comprar-inmueble-vr-full-screen-arrow {
        position: fixed;
        top: 48%;
        width: 90px;
        height: 95px;
        font-size: 70px;
    }

    div.comprar-inmueble-eficiencia-energetica {
        margin-bottom: 20px;
    }


    img.online-help-banner-gif {
        display: none;
    }

    a.online-help-banner-link {
        float: none;
    }

        a.online-help-banner-link input {
            white-space: normal;
        }



    div.vender-cuadro-2-col-box {
        padding-left: 10px;
        padding-right: 10px;
    }

    div.vender-index-footer-block {
        margin-top: 15px;
    }



    div.gastos-venta-block {
        width: 100%;
    }



    span.ayuda-online-text {
        width: 100%;
        text-align: center;
    }

    div.ayuda-online-right {
        float: none;
        width: 100%;
        max-width: 100%;
    }

    form.ayuda-online-form {
        float: none;
        width: 100%;
    }


    div.estudio-economico-block {
        width: 100%;
    }



    div.disco-duro-square-1 {
        width: 100%;
        padding: 20px;
        height: auto;
    }

    div.ayuda-decidir-title {
        margin-left: 0px;
    }

    td.ayuda-decidir-td-dummy {
        width: 10px;
    }

    td.ayuda-decidir-td-input {
        width: 100px;
    }
}




@media (min-width: 768px) and (max-width: 991px) {

    div.logo-container {
        zoom: 0.8;
    }

    div.navbar .dropdown .dropdown-menu {
        width: initial;
    }

        div.navbar .dropdown .dropdown-menu .submenu-link {
            text-align: left;
        }

    div.banner-texto {
        max-width: 320px;
        font-size: 30px;
        line-height: 30px;
    }

    div.banner-container {
        height: 240px;
    }

    img.online-help-banner-gif {
        height: 240px;
    }

    div.vender-cuadro-2-col-box {
        padding-left: 6px;
        padding-right: 6px;
    }

    div.vender-index-footer-text {
        min-height: 45px;
    }

    div.gastos-venta-block {
        width: 308px;
    }

    input.back-servicios {
        margin-top: 30px;
    }

    div.estudio-economico-block {
        width: 308px;
    }

    img.ayuda-online-asistente {
        width: 320px;
        margin-top: 0px;
    }

    div.ayuda-online-right {
        max-width: 400px;
    }

    form.ayuda-online-form {
        margin-bottom: 20px;
    }

    div.disco-duro-square-1 {
        width: 270px;
    }

        div.disco-duro-square-1 td {
            font-size: 18px;
        }

    div.contacto-usuario-foto {
        width: 80px;
        height: 80px;
    }

    span.contacto-usuario-info {
        margin-top: 0px;
        margin-bottom: -2px;
    }

    div.comprar-inmueble-share-icons-favourites {
        padding-left: 0px;
        padding-right: 0px;
    }

    div.comprar-inmueble-share-icons {
        margin-left: 0px;
    }

    div.comprar-inmueble-add-to-favourite {
        float: left;
        margin-top: -3px;
        margin-left: 15px;
    }

    span.comprar-inmueble-favourite-star {
        font-size: 40px;
    }

    div.comprar-inmueble-main-feature-item.comprar-inmueble-main-feature-item-right {
        float: left;
        text-align: left;
    }

    div.comprar-inmueble-vr-full-screen-arrow {
        display: block;
        position: absolute;
        top: 40%;
        width: 50px;
        height: 70px;
        font-size: 50px;
    }

    div.comprar-inmueble-photo.vr.active-full-screen div.comprar-inmueble-vr-full-screen-arrow {
        position: fixed;
        top: 48%;
        width: 90px;
        height: 95px;
        font-size: 70px;
    }

    div.comprar-inmueble-carrusel-fotos {
        width: 390px;
        max-width: 390px;
    }

    img.comprar-inmueble-form-little-image.right {
        width: 110px;
    }

    iframe.comprar-inmueble-video {
        height: 300px;
    }

    .caso-practico-video {
        height: 300px;
    }

    td.ayuda-decidir-td-dummy {
        width: 40px;
    }
}




@media (min-width: 992px) and (max-width: 1199px) {

    div.logo-container {
        zoom: 0.9;
    }

    div.banner-texto {
        max-width: 450px;
        font-size: 38px;
        line-height: 33px;
    }

    div.banner-container {
        height: 320px;
    }

    img.online-help-banner-gif {
        height: 200px;
    }

    div.vender-cuadro-2-arrow {
        width: 120px;
    }

        div.vender-cuadro-2-arrow .shape1, div.vender-cuadro-2-arrow .shape6 {
            width: 50px;
        }

        div.vender-cuadro-2-arrow .shape4 {
            width: 80px;
        }


    div.gastos-venta-block {
        width: 418px;
    }

    div.ayuda-online-right {
        max-width: 440px;
    }

    div.estudio-economico-block {
        width: 418px;
    }

    div.disco-duro-square-1 {
        width: 380px;
    }

        div.disco-duro-square-1 td {
            font-size: 20px;
        }

    div.comprar-inmueble-carrusel-fotos {
        width: 536px;
        max-width: 536px;
    }

    iframe.comprar-inmueble-video {
        height: 370px;
    }

    .caso-practico-video {
        height: 370px;
    }

    td.ayuda-decidir-td-dummy {
        width: 60px;
    }
}




@media (min-width: 1200px) {
}





















/* Specific sizes */
@media (min-width: 650px) and (max-width: 767px) {
    div.banner-texto {
        font-size: 40px;
        line-height: 40px;
    }

    div.logo-container {
        zoom: 1;
    }

    iframe.comprar-inmueble-video {
        height: 430px;
    }

    .caso-practico-video {
        height: 430px;
    }
}

@media (min-width: 550px) and (max-width: 649px) {
    div.logo-container {
        zoom: 0.9;
    }

    div.banner-top-layer {
        height: 148px;
    }

    div.banner-texto {
        margin-top: 52px;
        font-size: 35px;
        line-height: 35px;
    }

    iframe.comprar-inmueble-video {
        height: 350px;
    }

    .caso-practico-video {
        height: 350px;
    }
}

@media (min-width: 470px) and (max-width: 549px) {
    div.logo-container {
        zoom: 0.8;
    }

    div.banner-top-layer {
        height: 130px;
    }

    div.banner-texto {
        margin-top: 65px;
        font-size: 32px;
        line-height: 32px;
    }

    iframe.comprar-inmueble-video {
        height: 320px;
    }

    .caso-practico-video {
        height: 320px;
    }

    div.comprar-inmueble-surrounding-tab-header {
        padding: 2px 8px;
    }

        div.comprar-inmueble-surrounding-tab-header img {
            width: 26px;
        }
}

@media (min-width: 400px) and (max-width: 469px) {
    div.logo-container {
        zoom: 0.7;
    }

    div.banner-top-layer {
        height: 112px;
    }

    div.banner-texto {
        margin-top: 80px;
        font-size: 30px;
        line-height: 30px;
    }

    iframe.comprar-inmueble-video {
        height: 270px;
    }

    .caso-practico-video {
        height: 270px;
    }

    div.comprar-inmueble-surrounding-tab-header {
        padding: 2px 7px;
    }

        div.comprar-inmueble-surrounding-tab-header img {
            width: 18px;
        }

    div.comprar-inmueble-eficiencia-energetica-info {
        width: 100%;
        text-align: center;
    }

    span.comprar-inmueble-eficiencia-energetica-texto {
        margin-top: 0px;
        margin-left: 0px;
    }

    div.comprar-inmueble-eficiencia-energetica-flecha {
        display: none;
    }
}

@media (min-width: 350px) and (max-width: 399px) {
    div.logo-container {
        zoom: 0.6;
    }

    div.banner-top-layer {
        height: 100px;
    }

    div.banner-texto {
        margin-top: 85px;
        font-size: 28px;
        line-height: 28px;
    }

    iframe.comprar-inmueble-video {
        height: 240px;
    }

    .caso-practico-video {
        height: 240px;
    }

    div.comprar-inmueble-surrounding-tab-header {
        padding: 2px 7px;
    }

        div.comprar-inmueble-surrounding-tab-header img {
            width: 16px;
        }

    div.comprar-inmueble-eficiencia-energetica-info {
        width: 100%;
    }

    div.comprar-inmueble-eficiencia-energetica-info {
        width: 100%;
        text-align: center;
    }

    span.comprar-inmueble-eficiencia-energetica-texto {
        font-size: 16px;
        margin-top: 0px;
        margin-left: 0px;
    }

    div.comprar-inmueble-eficiencia-energetica-flecha {
        display: none;
    }
}

@media (min-width: 300px) and (max-width: 349px) {
    div.logo-container {
        zoom: 0.5;
    }

    div.banner-top-layer {
        height: 82px;
    }

    div.banner-texto {
        margin-top: 85px;
        font-size: 26px;
        line-height: 26px;
    }

    iframe.comprar-inmueble-video {
        height: 210px;
    }

    .caso-practico-video {
        height: 210px;
    }

    div.comprar-inmueble-surrounding-tab-header {
        padding: 1px 6px;
    }

        div.comprar-inmueble-surrounding-tab-header img {
            width: 14px;
        }

    div.comprar-inmueble-eficiencia-energetica-info {
        width: 100%;
        text-align: center;
    }

    span.comprar-inmueble-eficiencia-energetica-texto {
        font-size: 15px;
        text-align: center;
        margin: 0px;
    }

    div.comprar-inmueble-eficiencia-energetica-flecha {
        display: none;
    }
}

@media (max-width: 299px) {
    div.logo-container {
        zoom: 0.4;
    }

    div.banner-top-layer {
        height: 65px;
    }

    div.banner-texto {
        margin-top: 85px;
        font-size: 25px;
        line-height: 25px;
    }

    iframe.comprar-inmueble-video {
        height: 200px;
    }

    .caso-practico-video {
        height: 200px;
    }

    div.comprar-inmueble-surrounding-tab-header {
        padding: 1px 5px;
    }

        div.comprar-inmueble-surrounding-tab-header img {
            width: 13px;
        }

    div.comprar-inmueble-eficiencia-energetica-info {
        width: 100%;
    }

    span.comprar-inmueble-eficiencia-energetica-texto {
        font-size: 15px;
    }

    div.comprar-inmueble-eficiencia-energetica-flecha {
        display: none;
    }
}

div.comprar-inmueble-otros-element {
    white-space: pre-line
}

iframe.iframe-tour-virtual {
    width: 100%;
    height: 425px;
}

span.comprar-disponible-modalidad {
    font-size: 16px;
    text-decoration: underline;
    font-weight: 400;
}
