function addCuentaCaptacionBasico($conpersona = true, $tipo = CAPTACION_TIPO_VISTA, $subtipo = 0)
 {
     if ($conpersona == true) {
         $this->addPersonaBasico("", false, false, "");
     }
     if ($tipo == CAPTACION_TIPO_PLAZO) {
         $this->addDataTag("role", "inversion");
     }
     $xTxt2 = new cHText();
     $this->addHElem($xTxt2->getDeCuentaCaptacion());
 }