function updateRefCltePers($nombres, $idExp, $hrsContacto, $telefono, $relacion, $fila)
 {
     $ex = new cExpediente();
     $ex->updateRefCltePers($nombres, $idExp, $hrsContacto, $telefono, $relacion, $fila);
 }