diff --git a/pages/editar/productos/[id].vue b/pages/editar/productos/[id].vue
new file mode 100644
index 0000000..72aa402
--- /dev/null
+++ b/pages/editar/productos/[id].vue
@@ -0,0 +1,15 @@
+
+
+
Editar producto /editar/productos/:id
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/editar/productos/crear.vue b/pages/editar/productos/crear.vue
new file mode 100644
index 0000000..4c84228
--- /dev/null
+++ b/pages/editar/productos/crear.vue
@@ -0,0 +1,15 @@
+
+
+
Crear producto /editar/productos/crear
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/editar/productos/importar.vue b/pages/editar/productos/importar.vue
new file mode 100644
index 0000000..524ba20
--- /dev/null
+++ b/pages/editar/productos/importar.vue
@@ -0,0 +1,15 @@
+
+
+
Importar producto /editar/productos/importar
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/editar/productos/index.vue b/pages/editar/productos/index.vue
new file mode 100644
index 0000000..9b97fb4
--- /dev/null
+++ b/pages/editar/productos/index.vue
@@ -0,0 +1,262 @@
+
+
+
+
+
+ Productos
+
+
+
+
+
+
+
+
+
+ {{ selectedItemsIndexes.length }} productos seleccionados
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ mdi-check
+
+ mdi-close
+
+
+
+ mdi-pencil
+
+
+ mdi-delete
+
+
+
+
+
+ {{ modalText }}
+
+
+
+
+
+
+