@charset "utf-8";
body { 
    background-color: #1D1D1B;
}
a.boton_amarillo {
    color: #1D1D1B;
    text-decoration: none;
}
.boton_amarillo {
    display: block;
    width: 100%;
    height: 75px;
    border-radius: 10px;
    background-color: #F0C34C;        
    text-decoration: none;
    margin-bottom: 20px;
    padding-top: 20px;
    text-align: center;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
    font-size: 24px;
}
@media (max-width: 992px) {
    .boton_amarillo {
        height: 150px;        
        font-size: 48px;
        padding-top: 40px;
    }
}
.boton_amarillo:hover {
    background-color: #F2D94A;
}
#boton_compra_online {
    background-image: url("../icono_compra_online.fw.png");
    background-repeat: no-repeat;
    background-position: 20px center;
}
#boton_catalogo_moreno, #boton_catalogo_sm {
    background-image: url("../icono_sucursales.fw.png");
    background-repeat: no-repeat;
    background-position: 40px center;
}
#boton_wp {
    background-image: url("../icono_whats_portada.png");
    background-repeat: no-repeat;
    background-position: 20px center;
}

