#unidades .contentWrapper {
    margin-top: -50px;
}
#unidades ul {
    clear: both;
    padding: 0 8%;
}
#unidades li {
    display: block;
    text-align: center;
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
    margin-bottom: 15px;
}
#unidades li h1 {
    font-size: 1.8em;
    color: #0378a6;
    letter-spacing: -0.05em;
    line-height: 120%;
    margin: 30px 0 10px;
}
#unidades li p {
    font-size: 1em;
    font-weight: 300;
    color: #888;
}
#unidades li .btMaps {
    background: url('../images/site/icon_pin.png') 0 0 no-repeat;
    display: inline-block;
    font-size: 0.8em;
    font-weight: 300;
    color: #888;
    margin-top: 20px;
    height: 20px;
    padding: 4px 0 0 30px;
}
#unidades li .btMaps:hover {
    background-position: 0 -24px;
    color: #888;
}

/* ===== GOOGLE MAPS ===== */
.mapsWrapper {
    border: 1px solid #afafaf;
}
#mapFrame {
    width: 100%;
    height: 350px;
    background-color: #afafaf;
}
#mapFrame #mapCanvas {
    width: 100%;
    height: 350px;
    color: #afafaf;
}
#mapFrame #mapCanvas a {
    color: #0378a6;
    text-decoration: none;
}
#mapFrame #mapCanvas a:hover {
    text-decoration: underline;
}


/* ===== MEDIA QUERIES ===== */
@media only screen and (min-width: 480px) {
    #unidades ul {
        padding: 0 15%;
    }
}

@media only screen and (min-width: 600px) {
    #unidades ul {
        padding: 0 5%;
        margin-left: -8%;
    }
    #unidades li {
        display: inline-block;
        width: 24.8%;
        margin-left: 8%;
        vertical-align: top;
        border: none;
        padding: 0;
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 1300px) {
    #unidades .contentWrapper {
        /*margin-top: 0px;*/
    }
    #unidades .areaWrapper {
        background-color: #fff;
        float: left;
        width: 1200px;
    }
    #unidades ul {
        /*margin-top: -50px;*/
        /*padding: 0;*/
    }
}