<!--

function PonColor(rTag, sST) {
	rTag.style.color = "#000000";
	window.status = sST;
}

function QuitaColor(rTag) {
	rTag.style.color = "#FFFFFF";
	window.status = "V CENTENARIO";
}

//-->