// JavaScript Document

function cambiarBG(obj,nuevo_color){
	obj.style.backgroundColor = nuevo_color;
}