

function cambio(elemento) {
elemento.style.background= "#e0e0e0";
}

function no_cambio(elemento) {
elemento.style.background= "#ffffff";
}