function cambioColor(elemento,color) {
	elemento.style.background=color;
}