<tr class="titulo-ventana">
      <td width="472" height="22" colspan="4" align="center">Comprobante de Retenciones Municipales </td>
    </tr>
    <tr>
      <td height="13" colspan="4" align="center">&nbsp;</td>
    </tr>
    <tr>
      <td height="55" colspan="4" align="center"><table width="398" border="0" cellspacing="0" class="formato-blanco">
        <tr class="titulo-celda">
          <td colspan="4"><div align="center"><strong>Periodo</strong></div></td>
        </tr>
        <tr>
          <td width="66" height="22"><div align="right">Mes
          </div></td>
          <td width="113"><div align="left">
            	<?php $ddlb_mes->sel_mes($ls_mes); //Combo que contiene los meses del año y retorna selecciona el que el ususario tenga acutalmente ?>
          </div></td>
          <td width="88"><div align="right">A&ntilde;o            </div></td>
          <td width="121"><div align="left">
            <input name="agno" type="text" id="agno" style="text-align:center " value="<?php print $ls_agno;?>" size="10" maxlength="4" readonly="true">
</div></td>
        </tr>
      </table></td>
    </tr>
    <tr>
      <td height="78" colspan="4" align="center">
        <table width="398" border="0" cellspacing="0" class="formato-blanco">
          <tr class="titulo-celda">
            <td colspan="4" align="center"><strong>Proveedor / Beneficiario </strong></td>
          </tr>
          <tr>
		 <td height="22">Reporte en
           <select name="cmbbsf" id="cmbbsf">
             <option value="0" selected>Bs.</option>
             <option value="1">Bs.F.</option>
           </select></td>
	   </tr>
	   <tr>
		 <td height="22"><table width="415" border="0" align="center" cellpadding="0" cellspacing="0" class="formato-blanco">
		   <tr>
			 <td colspan="4" style="text-align:left"><strong>Rango de Fechas </strong></td>
		   </tr>
		   <tr>
			 <td width="78" align="right">Mes</td>
			 <td width="134"><div align="left">
			   <?php 
$ddlb_mes->sel_mes($ls_mes);
//Combo que contiene los meses del a&ntilde;o y retorna selecciona el que el ususario tenga acutalmente
?>
			 </div></td>
			 <td width="74" align="right">A&ntilde;o</td>
			 <td width="127"><div align="left">
			   <?php 
$ddlb_mes->sel_ano($ls_ano);
//Combo que contiene los meses del a&ntilde;o y retorna selecciona el que el ususario tenga acutalmente
?>
			 </div></td>
		   </tr>
		 </table></td>
	   </tr>
	   <tr>
		 <td height="22">&nbsp;</td>
 </p>
 <table width="474" border="0" align="center" cellpadding="0" cellspacing="0" class="contorno">
   <tr class="titulo-celdanew">
     <td width="472" height="22" style="text-align:center" class="titulo-celdanew">Comprobante de Retenci&oacute;n Iva </td>
   </tr>
   <tr>
     <td height="13" align="center">&nbsp;</td>
   </tr>
   <tr>
     <td height="48" align="center"><table width="398" border="0" cellspacing="0" class="formato-blanco">
       <tr class="titulo-celda">
         <td height="15" colspan="4" style="text-align:center">Periodo</td>
         </tr>
       <tr>
         <td width="66" height="22" style="text-align:right">Mes</td>
         <td width="113" style="text-align:left"><?php $io_cmbmes->sel_mes($ls_mes); ?></td>
         <td width="88" style="text-align:right">A&ntilde;o</td>
         <td width="121" style="text-align:left"><input name="agno" type="text" id="agno" style="text-align:center " value="<?php print $ls_agno;?>" size="10" maxlength="4"></td>
       </tr>
     </table></td>
   </tr>
   <tr>
     <td height="73" align="center">
       <table width="398" border="0" cellspacing="0" class="formato-blanco">
         <tr class="titulo-celda">
           <td colspan="4" align="center"><strong>Proveedor / Beneficiario </strong></td>
         </tr>
         <tr>
           <td height="15" colspan="4" align="right">&nbsp;</td>
         </tr>
           <?php