<table class="table table-striped">
							  <thead>
								  <tr>
									  <th>ID</th>
									  <th>Fecha</th>
									  <th>Cargo</th>
									  <th>Abono</th>
									  <th>Saldo</th>
									  <th>Mov</th>
									  <th hidden>Agente</th>                                          
								  </tr>
							  </thead>   
							  <tbody>
							  	<?php 
movimientos($cid, $saldo);
?>
 							 </tbody>
						 </table>  

						

						 <div class="pagination pagination-centered hidden-print">
						  <ul>
							<li><a href="#">Prev</a></li>
							<li class="active">
							  <a href="#">1</a>
							</li>
							<li><a href="#">2</a></li>
							<li><a href="#">3</a></li>
							<li><a href="#">4</a></li>
							  </thead>   
							  <tbody>


							  	<?php 
catalogo($pid, $saldo);
?>

							      

  				</tbody>
						 </table>  
						     
					</div>
				</div><!--/span-->
			

				<div class="box span6">
					
				
				  		 <?php 
if ($_GET['subcat']) {
    productos($prid, $_GET['subcat'], $_GET['pid']);
} else {
    movimientos($prid);
}
?>

				</div><!--/span-->
			
			</div><!--/row-->