function mudaBG(objeto,cor) {
    objeto.style.backgroundColor = cor;
    return true;
}
