h1 {
    color: #f16f22;
    font: 18pt BrandonGrotesqueBold;
    text-align: center;
    margin-bottom: 25px;
}
#contSucursales{
    border: 1px solid #e8e8e8;
    padding: 0;
}
#ubicaciones{
    padding: 0 15px;
}
#ubicaciones li{
    list-style: none;
    font-size: 9pt;
    margin-bottom: 30pt;
}
#ubicaciones .titulo{
    color: #0089d0;
    font-weight: bold;
    font-size: 11pt;
}
#ubicaciones .telefono{
    color: #fb944c;
    font-size: 11pt;
    font-weight: bold;
}
.sucursales{
    background: #fb944c;
    color: #fff;
    font: 18pt BrandonGrotesqueBold;
    text-align: center;
    margin-bottom: 20px;
}
#horarios{
    background: #0089d0;
    color: #fff;
    padding: 5px 0;
    font-size: 10pt;
}
#publicacion{
    background: #cecece;
    padding: 5px;
    font-size: 10pt;
}
#logos{
    height: 70px;
    background: url('../imagenes/logos.png') no-repeat 50%;
}