<div class="portlet-body">
							<form class="register-form" method="post" action="../helper/importarReferencias.php" enctype="multipart/form-data">
								<div class="form-group">
									<h3 class="alert alert-danger ">Escoge un archivo con extension .csv (separado por comas)</h3>
									<div class="row">
										<div class="col-md-8">
											<input type="file" name="archivo" value="" placeholder="" accept=".csv" style="border:solid 2px;padding: 20px;">
											<button class="btn green" id="btnAceptar"><i class="fa fa-check"></i>ACEPTAR</button>
											<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>