function reportError(texto){
	alert(texto);
}

function reportErrorJs(texto){
		scroll(0,0);
		$("marco_errores").innerHTML = '<ul><li>' + texto+'</li></ul>';
		Element.show("marco_principal_errores");
}



function reportInfo(texto){
	alert(texto);	
}