protected void CargaCatalogos()
 {
     objCatalogo.CargaPuesto(ref ddlPuesto);
     ddlPuesto.DataBind();
 }