diff --git b/SEGUNDO_INTENTO_PAGINA_SUPER_UTIL.html a/SEGUNDO_INTENTO_PAGINA_SUPER_UTIL.html
new file mode 100644
index 0000000..57b1715
--- /dev/null
+++ a/SEGUNDO_INTENTO_PAGINA_SUPER_UTIL.html
@@ -0,0 +1,39 @@
+
+
+
+ Pagina muy util
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git b/css/estilos2.css a/css/estilos2.css
new file mode 100644
index 0000000..ff4979e
--- /dev/null
+++ a/css/estilos2.css
@@ -0,0 +1,67 @@
+body {
+ background: #1e1f24;
+ color: #333;
+ text-align: center;
+ font-family: "Arial";
+ font-size: 16px;
+ margin: 0;
+ padding: 0;
+}
+
+.imagenes {
+ align-items: center;
+ /* padding: auto; */
+ width: 70px;
+ padding: 1em;
+ text-align: left;
+ justify-content: center;
+ display: flex;
+ vertical-align: middle;
+ position: relative;
+}
+
+.imagen1 {
+ position: absolute;
+ left: 100px;
+ top: 100px;
+}
+
+.imagen2 {
+ position: absolute;
+ left: 200px;
+ top: 200px;
+}
+
+.imagen3 {
+ position: absolute;
+ left: 300px;
+ top: 300px;
+}
+
+.imagen4 {
+ position: absolute;
+ left: 400px;
+ top: 400px;
+}
+
+.imagen5 {
+ position: absolute;
+ left: 500px;
+ top: 500px;
+}
+
+.imagen1:hover~div {
+ visibility: hidden;
+}
+
+.imagen2:hover~div {
+ visibility: hidden;
+}
+
+.imagen3:hover~div {
+ visibility: hidden;
+}
+
+.imagen4:hover~div {
+ visibility: hidden;
+}
\ No newline at end of file
diff --git b/imagenes/logo.png a/imagenes/logo.png
new file mode 100644
index 0000000..96763cb
Binary files /dev/null and a/imagenes/logo.png differ
diff --git b/imagenes/putaquegranimagen.png a/imagenes/putaquegranimagen.png
new file mode 100644
index 0000000..8b80ea5
Binary files /dev/null and a/imagenes/putaquegranimagen.png differ