<th align="center" width="5%" class="th2">F&iacute;sica</th>
          <th align="center" width="7%"class="th2">Financiera</th>
		   	<?php 
for ($i = 0; $i < $numFts; $i++) {
    ?>
			  <th class="th2" align="center" width="7%">
		  	<?php 
    echo $Fts[$i]['siglas_ff'];
    ?>
 			</th>
			<?php 
}
?>
	 </tr>
	 	<?php 
$ReporteOE->mostrar_objetivosestrategicos($id, $_SESSION[inrena_4][2]);
?>
</table>
</body>
</html>
<?php 
if ($_GET[pdf] == 'ok') {
    $htmlbuffer = ob_get_contents();
    ob_end_clean();
    header("Content-type: application/pdf");
    $pdf = new HTML2FPDF('P', 'mm', 'a4x');
    $pdf->ubic_css = "../../style.css";
    //agreg mio
    $pdf->DisplayPreferences('HideWindowUI');
    $pdf->AddPage();
    //$pdf->SetFont('Arial','',12);