<td width="48%" class="fondonegro">Fecha</td>
              <td width="11%" class="fondonegro">&nbsp;</td>
              <td width="1%">&nbsp;</td>
              <td width="2%">&nbsp;</td>
              <td width="3%">&nbsp;</td>
            </tr>
        <?php 
        $rsc = $venta->ventas_listar_fecha($_REQUEST['fecha'], $_REQUEST['fecha2'], $campo['cli_id']);
        if ($rsc) {
            $total_comprobante = 0;
            while ($campoc = mysql_fetch_array($rsc)) {
                ?>
			<tr>
              <td>&nbsp;</td>
              <td><?php 
                echo $comprobante->devulve_nombre_tipo_comprobante($campoc['tipc_id']);
                ?>
</td>
              <td><?php 
                echo $campoc['ven_nrodoc'];
                ?>
</td>
              <td><?php 
                echo $venta->_util->obtiene_fecha($campoc['ven_fecha']);
                ?>
</td>
              <td>&nbsp;</td>
              <td>&nbsp;</td>
              <td>&nbsp;</td>
              <td>&nbsp;</td>
            </tr>