function cambiaFondo( elemento,fondo ){
    elemento.style.background = fondo;
}

