private void txtNota_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validar.NumerosDecimal(e);
 }