public function meses_archivo($offset = 0)
 {
     $part = new partida();
     return $part->meses_archivo($this->idsubcuenta, $offset);
 }