<td height="34">&nbsp;</td>
      </tr>
      <tr class="formato-blanco">
        <td height="32">&nbsp;</td>
        <td height="32">&nbsp;</td>
        <td height="32" colspan="2" align="right">Multa por retraso       <input name="txtmulcon" type="text" id="txtmulcon" value="<?php print $ls_mulcon?>"  onKeyPress="return(validaCajas(this,'d',event,21)) "  onBlur="javascript:ue_getformat(this)" size="21" style="text-align: right "maxlength="21">        </td>
        <td height="32"><div align="right">Bs.</div></td>
        <td height="32" align="right">Por Cada</td>
        <td height="32"><input name="txtlapmulcon" onKeyPress="return validaCajas(this,'i',event)" type="text" id="txtlapmulcon"   style="text-align:right "  value="<?php print $ls_lapmulcon ?>" size="6" maxlength="6" onKeyUp="javascript:ue_activar_unidad(this)"    ></td>
        <td height="32" colspan="4">
		<?Php
				//if($ls_codobr=="")
					//$lb_valido=false;
				//else
				   				
					$lb_valido=$io_contrato->uf_llenarcombo_unidadtiempo($la_unidades);					
				if($lb_valido)
				{
					$io_datastore->data=$la_unidades;
					$li_totalfilas=$io_datastore->getRowCount("coduni");					
				}
				if($ls_lapmulcon!="" && $ls_lapmulcon!="0")
				{
				?>
              <select name="cmbretraso" size="1" id="cmbretraso">
                <option value="---">Seleccione</option>
                <?Php
					for($li_i=1;$li_i<=$li_totalfilas;$li_i++)
					{
					 $ls_codigo=$io_datastore->getValue("coduni",$li_i);
					 $ls_descripcion=$io_datastore->getValue("nomuni",$li_i);