function CambiarColor(obj, c)
{
	document.getElementById(obj).style.color=c;
}

