function fntRefererCuerpoPrin(){
	var wdw = eval('self.top.frames[\'cuerpoprin\']');
	if (wdw) return wdw.location.href;
	else return '';
}
function cOn(td){
	if(document.getElementById||(document.all && !(document.getElementById))){
		document.MX_original = td.style.backgroundColor;
		td.style.backgroundColor = "#0093C4";
}	}
function cOut(td){
	if(document.getElementById||(document.all && !(document.getElementById)))
		td.style.backgroundColor = document.MX_original;
}