<td height="22"  class="titulo-celdanew">Actualizaci&oacute;n de Ventanas del Sistema</td>
      </tr>
      <tr>
        <td height="170"  background="imagenes/bd.png" class="formato-blanco"><p>&nbsp;</p>
        <table width="383" height="138" border="0" cellpadding="0" cellspacing="0">
            <tr>
              <td width="92">&nbsp;</td>
              <td width="99">&nbsp;</td>
              <td width="115">&nbsp;</td>
              <td width="77">&nbsp;</td>
            </tr>
            <tr>
              <td height="26"><div align="right"><span class="Estilo1">Sistema</span></div></td>
              <td colspan="2">
                <div align="right">                </div>                <div align="center">
                  <?php uf_pintar_combo($la_sistemas,$ls_codsis);?>
                </div></td><td><input name="operacion" type="hidden" id="operacion">
                  <input name="hidsist" type="hidden" id="hidsist"></td>
            </tr>
            <tr>
              <td>&nbsp;</td>
              <td colspan="2"><div align="center">
                <input name="btnactualizar" type="button" class="boton" id="btnactualizar" onClick="javascript: ue_aceptar();" value="Actualizar Ventanas">
</div></td>
              <td>&nbsp;</td>
            </tr>
            <tr>
              <td>&nbsp;</td>
              <td>&nbsp;</td>
              <td>&nbsp;</td>
              <td>&nbsp;</td>
">
        <input name="txtcodact" type="hidden" id="txtnombrevie2" value="<?php 
print $ls_codact;
?>
">
        <input name="hidestmodest" type="hidden" id="hidestmodest" value="<?php 
print $ls_modalidad;
?>
">
        <input name="txtorigen" type="hidden" id="txtorigen"></td>
  </tr> 
  <tr class="formato-blanco">
    <td height="19" style="text-align:right">M&eacute;todo</td>
    <td height="22" colspan="2">
<?php 
uf_pintar_combo($la_metodo, $ls_metodo);
?>
<input name="hidstatus" type="hidden" id="hidstatus"></td>
  </tr>
  <tr class="formato-blanco">
    <td height="18" style="text-align:right">Vida Util</td>
    <td height="22" colspan="2"><input name="txtviduti" type="text" id="txtviduti" value="<?php 
print $ls_vidautil;
?>
" size="8" maxlength="4" style="text-align:center " onKeyPress="return(ue_formatonumero(this,'.',',',event));">
    A&ntilde;os</td>
  </tr>
  <tr class="formato-blanco">
    <td height="18" style="text-align:right">Valor de Rescate</td>
    <td width="371" height="22"><input name="txtvalres" type="text" id="txtvalres" value="<?php 
print $ls_valres;