function fechaDIV(nomediv){
	document.getElementById(nomediv).style.display='none';
}