.telefono {
    color: blue;
   text-align: center;
font-size: 50px;
}

div.slider {
    margin-top: 90px;
}
#contenido {
    background: #E9F2F9;
}

.button-group {
    margin-top: 12px;
}

body {
    background:#BDB76B;
}
}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
    .fixed {
        position: static;
        display: block;
    }
    
    #header {
    height: auto;
}
}

#cont {
    margin-top: 150px;
    background: #E9F2F9;
}

img.left {
    float:left;
    padding-right: 30px;
}

a.promo{
    margin: 10px;
    float: left;
}