<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>
	   </tr>
	   <tr>
		 <td height="13"><div align="right"></div></td>
	   </tr>
	 </table>
	 <p>&nbsp;</p>
</form>