}//7
  ?>
  <tr>
    <td height="17" colspan="8"><strong>Detalles Presupuestarios </strong></td>
  </tr>
  <tr>
    <td height="25" colspan="2"><div align="left"><strong>Compromiso</strong></div></td>
    <td height="20" colspan="2"><div align="center"><strong>Program&aacute;tica</strong></div>
        <div align="center"></div>
        <div align="center"></div></td>
    <td width="155" height="20" align="right"><div align="center"><strong>Estad&iacute;stico</strong></div></td>
    <td height="20" colspan="3" align="right"><div align="center"><strong>Monto</strong></div></td>
  </tr>
  <?php

	  $lb_valido=$io_report->uf_select_detallespresupuestarios($ls_codemp,$ls_numrecdoc);
	  if ($lb_valido)
	     {//8
  	       $totrow=$io_report->ds_detpresupuesto->getRowCount("NumRecDoc");
		   for ($x=1;$x<=$totrow;$x++)
			   {//9
				 $ls_compromiso  = $io_report->ds_detpresupuesto->data["NumRecDoc"][$x];
				 $ls_programatica= $io_report->ds_detpresupuesto->data["CodEstPro"][$x];
				 $ls_estadistico = $io_report->ds_detpresupuesto->data["SPG_cuenta"][$x];
				 $ld_montopre    = $io_report->ds_detpresupuesto->data["monto"][$x];
		         $ld_montopre    = number_format($ld_montopre,2,',','.');
?>
  <tr>
    <td width="131" height="25" align="center"><div align="left"><?php print $ls_compromiso ?></div></td>
    <td height="20" colspan="3" align="left"><?php print $ls_programatica ?>&nbsp;
        <div align="left"></div></td>