$pdf->Ln($new_line);
 $margen_izqu = 10;
 $pdf->SetFont('', '', 12);
 $pdf->Cell($margen_izqu);
 $pdf->SetFont('', 'B');
 $pdf->Cell(0, 0, 'Fecha de Solicitud:', 0, 1, 'L');
 $pdf->Cell(50);
 $pdf->SetFont('', '');
 $pdf->Cell(0, 0, $obj_solicitud->GetFecSolicit(), 0, 1, 'L');
 if (trim($obj_solicitud->GetStatusSolicit()) != "EN PROCESO") {
     $pdf->Cell(110);
     $pdf->SetFont('', '');
     $pdf->Cell(0, 0, "Fecha de " . $des_solicitud . ':', 0, 1, 'L');
     $pdf->Cell(176);
     $pdf->SetFont('', '');
     $datelcorf = $des_solicitud == 'Fiscalizacion' ? $datosfiscalizados->GetFecFiscalizacion() : $datoslevcatastral->GetFecLevCatast();
     $pdf->Cell(0, 0, $conver_date->ConverFecha($datelcorf, 'DD/MM/AAAA'), 0, 1, 'L');
 }
 $pdf->Ln($new_line);
 if ($page == '2') {
     $pdf->Cell($margen_izqu);
     $pdf->SetFont('', 'B');
     $pdf->Cell(50, 6, 'Parroquia', 'LTRB', 0, 'C');
     $pdf->Cell(40, 6, 'Urbanizaci�n', 'LTRB', 0, 'C');
     $pdf->Cell(50, 6, 'Sector', 'LTRB', 0, 'C');
     $pdf->Cell(10, 6, 'N', 'LTRB', 0, 'C');
     $pdf->Cell(10, 6, 'M', 'LTRB', 0, 'C');
     $pdf->Cell(10, 6, 'L', 1, 0, 'C');
     $pdf->Cell(10, 6, 'P', 1, 0, 'C');
     $pdf->Cell(10, 6, 'U', 1, 0, 'C');
     $pdf->Ln($new_line);