diff --git a/ogWebconsole/src/app/components/images/create-image/create-image.component.css b/ogWebconsole/src/app/components/images/create-image/create-image.component.css
index 8a9bda9..926bd5b 100644
--- a/ogWebconsole/src/app/components/images/create-image/create-image.component.css
+++ b/ogWebconsole/src/app/components/images/create-image/create-image.component.css
@@ -1,8 +1,25 @@
-.dialog-content {
+.create-image-container {
display: flex;
flex-direction: column;
- gap: 16px;
- /* Espacio entre los elementos del formulario */
+ padding: 1rem;
+}
+
+.loading-spinner {
+ display: block;
+ margin: 0 auto;
+}
+
+.mat-dialog-content.loading {
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ height: 200px;
+}
+
+.mat-dialog-content {
+ padding-left: 1.5em;
+ padding-right: 1.5em;
+ padding-top: 1em;
}
.image-form {
diff --git a/ogWebconsole/src/app/components/images/create-image/create-image.component.html b/ogWebconsole/src/app/components/images/create-image/create-image.component.html
index fcc73de..daf3d74 100644
--- a/ogWebconsole/src/app/components/images/create-image/create-image.component.html
+++ b/ogWebconsole/src/app/components/images/create-image/create-image.component.html
@@ -1,72 +1,72 @@
-
Sistema de archivos: {{ partitionInfo['filesystem'] }}
-Disco: {{ partitionInfo['numDisk'] }}
-Particion: {{ partitionInfo['numPartition'] }}
-Nombre del SO: {{ partitionInfo['osName'] }}
-Código de partición: {{ partitionInfo['partitionCode'] }}
-