#departamentos{
    padding: 1px;
    height: 40px;
    background-color: transparent;
}
#departamentos .borda{
    border: none;
    border-width: 1px;
    border-color: #6125a9;
    width: 100%;
    height: 39px;
}
#departamentos .botao{
    height: 35px;
    padding: 5px 5px 0 5px;
    border: none;
    border-width: 1px;
    border-color: #6125a9;
    cursor: pointer;
    margin-right: 3px;
}
#departamentos .texto{
    font-family: Arial, Helvetica, sans-serif;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    margin-left: 10px;
    margin-right: 10px;
    padding-right: 20px;
    background-image: url(../imagens/departamentosSeta.png);
    background-repeat: no-repeat;
    background-position: center right;
}

#marcas .logo{
    padding: 10px;
    width: 98px;
    height: 98px;
    background-image: url(../images/fundoMarcas.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    cursor: pointer;
    padding-bottom: 30px;
}
