@charset "utf-8";
    h1, h2, h3, #enlace-listado, #fotos-reales, .fotos-reales, nav, .localidad {
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
        font-weight:100;
        text-transform: uppercase;
        margin:0;
    }
    h1 { font-size:26px; letter-spacing:5px; }
    h2 { font-size:30px;  }
    h3 { font-size:16px; }
    #enlace-listado { margin-top:60px; }
    #enlace-listado a { display: inline-block; padding:10px 15px; border:1px solid #006699; text-decoration:none; font-size:19px; }
    body {
        background-color: white;
        font-family: Georgia,Cambria,"Times New Roman",Times,serif;
        font-size:17px;
    }
    body, ul {
        margin: 0;
        padding: 0;
    }
    a {
        color:#006699;
    }
    #logo {
        display:block;
        padding:10px 10px 0 10px;
        text-align:center;
        /*font-size:24px;
        font-weight:bold;
        color:#D62157;*/
        font-family: serif;
        margin-top:80px;
    }
    h2 {
        line-height:130%;
        color:#999;
        margin-top:60px;
    }
    .price {
        color:#a61136;
    }
    nav {
        padding-top:0;
        padding-bottom:10px;
        text-align:center;
        margin-top:10px
    }
    section {
        border-bottom:1px solid #F5EBEB;
        padding-bottom:40px;
    }
    footer {
        clear:both;
        padding:20px;
        border-top:1px solid #eee;
        margin-top:2px;
        text-align:center;
        background:#F5EBEB
    }
    footer ul li {
        display: inline-block;
        padding:5px 10px;
        font-size:15px;
    }
    footer a {
        text-decoration:none;
    }
    .contenedor, article { max-width:700px; margin:0 auto; }

    #cabecera { text-align:center; background:#CC9999; padding:24px 0; }
    #cabecera h1 {color: #fff;}
    #cabecera h2 { font-size:16px; margin:0 }

    h1 a {
        text-decoration: none;
    }
    h1 a { color:inherit; }

    header {position: relative;}

    .fotos-reales {
        display: inline-block;
        /* letter-spacing: 1px; */
        position: absolute;
        top: 0;
        right: 0;
        font-size: 13px;
        background: rgba(102, 153, 102, 0.7);
        color: #fff;
        padding: 4px 8px;
    }

    #msg-cookie{ background-color: #f5f5f5; position: fixed; bottom: 0; left:0; width:100%; z-index:100000;}
    #msg-cookie p { line-height:150%; font-size:13px;color:#999; margin:0; padding:10px; max-width:800px; margin:0 auto; }
    #msg-cookie a { text-decoration:none; color:#666; }
    #msg-cookie-aceptar { float:right; margin:0 0 0 10px; font-weight: bold; padding: 8px 12px; background: #0054d6; color: #fff !important; text-decoration:none; }

    

    
    .item { /*float:left;*/ display:inline-block; width:185px; height: 360px; margin:0 5px 0 5px; /*margin:0 1px 0 0;*/ text-align:center; line-height:18px; /*background:#fbeffb;*/ overflow:hidden; }
    #featured { padding:0; text-align:center; margin:20px auto 0 auto; max-width:1200px; }
    #featured .box-image { overflow:hidden; width:100%; height:290px; position:relative; }
    #featured img { /*width: auto; height: auto;*/ min-width:100%; min-height:100%; max-width:none; max-height:none; margin: 0 auto; position: absolute; left: -50%; right: -50%; }
    #featured h3 { margin-top:10px; margin-bottom:3px; }
    #featured h3 a { font-size:14px; /*font-weight:bold;*/ display:block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding:0; text-decoration:none; }
    a.left, a.right { top:140px; }
    .scrollable { height: 312px; }
    .sold_featured { margin-top:0; z-index:100; }
    .texto-featured { /*padding:0 7px;*/ color:#000; font-size:16px; }
    .localidad { display:block; white-space:nowrap; overflow:hidden; text-overflow: ellipsis; }
    .detalles-featured {
        margin: 0;
        position: absolute;
        text-align:left;
        left: 0;
        right: 0;
        /*padding: 10px 7px 7px 7px;*/
        bottom: 0;
        /*text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);*/
        /*background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%);*/
    }
    .detalles-featured b {
        font-size:16px;
        color:#fff;

        padding:5px 7px;
        display:inline-block;
        background:rgba(0,0,0,0.5);
    }
    .detalles-featured .price {
        float:right;
        color:#fff !important;
        font-size:16px;

        padding:5px 7px;
        background:rgba(194, 24, 91, 0.7);
    }
    @media only screen and (max-width: 790px) {
        .item {
            width:30% !important;
            margin:14px 1.5% !important;
        }
    }
    @media only screen and (max-width: 600px) {
        .item {
            width:46% !important;
            margin:14px 2% !important;
        }
    }

    @media (max-width: 550px) {
        h1 { font-size:18px; }
        #cabecera h2 { font-size:14px; }
    }
    

            
    body { background:#000; }
    #enlace-listado a { border-color:#fff; }
    a{ color:#fff; }
    h2 { color:#666; }
    article { color:#ccc; }
    .price, .llamades { color:#ff81a6 }
    section {border-color:#333;}
    footer { border-color:#333; background:#111; }
    #cabecera {background:#333;}
    #cabecera h1 { color:#999 }
    .detalle {background:#222;}
    .localidad { color:#999; }
    #msg-cookie { background:#000; }
    #msg-cookie-aceptar { background:#eee; color:#333 !important; }
    footer a { color:#999; }