diff --git a/src/app/AgregarEquipo/page.tsx b/src/app/AgregarEquipo/page.tsx
index 250c092..5106777 100644
--- a/src/app/AgregarEquipo/page.tsx
+++ b/src/app/AgregarEquipo/page.tsx
@@ -120,6 +120,11 @@ const mostrarCamposComputadora = formData.tipoEquipo !== "Impresora";
+
+
+
+ {/* Columna Centro */}
+
-
- {/* Columna Centro */}
-
{/* Mostrar SO y Procesador solo si NO es impresora */}
{mostrarCamposComputadora && (
<>
diff --git a/src/app/styles/layout/agregarEquipo.scss b/src/app/styles/layout/agregarEquipo.scss
index f098e1b..c57a941 100644
--- a/src/app/styles/layout/agregarEquipo.scss
+++ b/src/app/styles/layout/agregarEquipo.scss
@@ -23,7 +23,6 @@
.equipoForm {
display: flex;
gap: 30px;
- margin-bottom: 20px;
.column {
flex: 1;
@@ -88,9 +87,7 @@
.formActions {
display: flex;
justify-content: flex-end;
- gap: 10px;
- margin-top: 20px;
-
+ gap: 30px;
.btnGuardar {
background-color: #ffb700;
color: #000;