$pdf->Cell(35, 6, "Direccion Fiscal:", 'LTB', 0, 'L');
 $pdf->SetFont('', '');
 $pdf->Cell(155, 6, $datosfiscalizar->getDireccion_fiscal(), 'TRB', 0, 'L');
 $pdf->Ln($new_line);
 $pdf->Cell($margen_izqu);
 $pdf->SetFont('', 'B');
 $dir_inmueble = is_null($datosfiscalizar->getDireccion_inmueble()) ? $obj_solicitud->getDireccion_inmueble() : $datosfiscalizar->getDireccion_inmueble();
 $pdf->Cell(50, 6, "Direccion del Inmueble:", 'LTB', 0, 'L');
 $pdf->SetFont('', '');
 $pdf->Cell(140, 6, $dir_inmueble, 'TRB', 0, 'L');
 $pdf->Ln($new_line);
 $pdf->Cell($margen_izqu);
 $pdf->SetFont('', 'B');
 $pdf->Cell(42, 6, "Direccion de Cobro:", 'LTB', 0, 'L');
 $pdf->SetFont('', '');
 $pdf->Cell(148, 6, $datosfiscalizar->getDireccion_cobro(), 'TRB', 0, 'L');
 $pdf->Ln($new_line);
 $pdf->Cell($margen_izqu);
 $pdf->SetFont('', 'B');
 $pdf->Cell(50, 6, 'Telefono', 1, 0, 'C');
 $pdf->Cell(50, 6, 'R.I.F.', 1, 0, 'C');
 $pdf->Cell(50, 6, 'N.I.T.', 1, 0, 'C');
 $pdf->Cell(40, 6, 'Patente', 1, 0, 'C');
 $pdf->Ln($new_line);
 $pdf->Cell($margen_izqu);
 $pdf->SetFont('', '');
 $pdf->Cell(50, 6, $datosfiscalizar->getTelefono_inmueble(), 1, 0, 'C');
 $pdf->Cell(50, 6, $datosfiscalizar->getRif(), 1, 0, 'C');
 $pdf->Cell(50, 6, '', 1, 0, 'C');
 $pdf->Cell(40, 6, $datosfiscalizar->getPatente(), 1, 0, 'C');
 $pdf->Ln($new_line);