function cambiaFondo(obj, color) { 
	obj.style.backgroundColor=color
}