<td width="8%">Kg. Adicional </td>
              <td width="5%">Volumen</td>
              <td width="5%">Fragilidad</td>
              <td width="7%">Embalaje</td>
              <td width="7%">Subtotal</td>
              <td width="6%">IGV</td>
              <td width="8%">Total</td>
              </tr>

            <tr>
              <td colspan="15">
			  <div style="position:static;width:950px; height:450px; overflow:scroll; z-index:1;  ">
			  
			  <table width="100%" border="0">
            <?php 
$rs = $cargo->reporte_buscar($_REQUEST['nro'], '3');
$rs = mysql_query($rs, $cargo->con->cn);
if ($rs) {
    $j = 1;
    while ($campo = mysql_fetch_array($rs)) {
        ?>
            <tr bgcolor="#FFFFFF" style="cursor: hand" onMouseOver="bgColor='#FFDBB7'" onMouseOut ="bgColor='#FFFFFF'">
              <td width="9%" align="center">
			  <?php 
        echo $cargo->util->obtienefecha($campo['carcou_fecha']);
        ?>
			  </td>
              <td width="8%" align="center"><?php 
        echo $campo['zon_descripcion'];
        ?>
</td>