protected void final(object sender, EventArgs e) { MiCalendario.verCalendario(this, "fechafinal"); }
protected void inicio(object sender, EventArgs e) { MiCalendario.verCalendario(this, "fechainicio"); }
protected void Button1_Click(object sender, EventArgs e) { MiCalendario.verCalendario(this, "txtFecha", txtFecha.Text); }