function div_fecha(div)
{			
	document.getElementById(div).style.display="none";
}