function mudaCor(obj, cor){
	obj.style.backgroundColor = cor;
}