<div class="panel panel-default">
    <div class="panel-body">
        <div class="row">
            <div class="col-md-12 table-responsive">
                <table class="table table-striped table-bordered" cellspacing="0" width="100%"style=" border-bottom: #fff;" id="tablaItems">
                    <thead>
                        <tr>
                            <th>Acciones</th>
                            <th>Descripción</th>
                            <th>Cantidad</th>
                            <th>Vlr. Unitario</th>
                            <th>%IVA</th>
                            <th>Vlr. IVA</th>
                            <th>Total</th>
                        </tr>
                    </thead>
                    <tbody>
                    </tbody>
                </table>
            </div>
        </div>
    </div>
</div>
