function tratarFecha(dia,mes,ano){
	document.location = "?dia="+dia+"&mes="+mes+"&ano="+ano;
}
