<a href="../view/consultarReferencias.php" class="btn red" id="btnCancelar"><i class="fa fa-times"></i>CANCELAR</a>
										</div>
										<div class="col-md-8">
											<h2>MARCAS ACTUALES</h2>
											<?php 
require_once "../controller/cProductos.php";
$cProductos = new cProductos();
$cProductos->getTablaMarcas();
?>
										</div>
										<div class="col-md-8">
											<h2>TIPOS DE PRODUCTOS ACTUALES</h2>
											<?php 
require_once "../controller/cProductos.php";
$cProductos = new cProductos();
$cProductos->getTablaTipos();
?>
										</div>
										<div class="col-md-6">
											<h2>Ejemplo:</h2>
											<table class="table table-hover table-bordered">
											<thead>
												<tr>
													<th class="text-center">Marca</th>
													<th class="text-center">clave</th>
													<th class="text-center">descripcion</th>
													<th class="text-center">Tipo</th>
													<th class="text-center">Comision 1</th>
													<th class="text-center">Comision 2(si tiene) si no 0</th>
												</tr>
											</thead>