@media (min-width: 1200px) {
.liquidWrapper {
    width: 82%;
    margin: 0 auto;
    min-width: 1024px;
    max-width: 2000px;
    overflow: hidden;
}

.title {
    font-size: 33px;
}

#vida-individual #contenido p {
    width: 60%;
}

#faq-contenedor {
    width: 62%;
    margin-top: 10px;
}

#mapa {
    width: 743px;
    height: 600px;
    background: transparent url("../img/mapa.jpg") no-repeat;
    float: left;
}

#botonera {
    margin-top: -27px;
}
}