diff --git a/assets/betis.png b/assets/betis.png
new file mode 100644
index 0000000..b62dd2c
Binary files /dev/null and b/assets/betis.png differ
diff --git a/assets/estadisticas.png b/assets/estadisticas.png
new file mode 100644
index 0000000..1e9c4eb
Binary files /dev/null and b/assets/estadisticas.png differ
diff --git a/assets/inicio.png b/assets/inicio.png
new file mode 100644
index 0000000..ef355a0
Binary files /dev/null and b/assets/inicio.png differ
diff --git a/assets/logo1.jpg b/assets/logo1.jpg
new file mode 100755
index 0000000..8a8862c
Binary files /dev/null and b/assets/logo1.jpg differ
diff --git a/assets/notification.png b/assets/notification.png
new file mode 100644
index 0000000..8188f1b
Binary files /dev/null and b/assets/notification.png differ
diff --git a/assets/perfil.png b/assets/perfil.png
new file mode 100644
index 0000000..5331a84
Binary files /dev/null and b/assets/perfil.png differ
diff --git a/assets/victor.jpeg b/assets/victor.jpeg
new file mode 100644
index 0000000..78c7c25
Binary files /dev/null and b/assets/victor.jpeg differ
diff --git a/close-session.php b/close-session.php
new file mode 100644
index 0000000..9e26bfc
--- /dev/null
+++ b/close-session.php
@@ -0,0 +1,19 @@
+
+
\ No newline at end of file
diff --git a/index.php b/index.php
new file mode 100644
index 0000000..a5c9d69
--- /dev/null
+++ b/index.php
@@ -0,0 +1,44 @@
+
+
+
+
+
+
+
+
+
+ Document
+
+
+
+ ¡Woo! Parece que has intentado entrar en un área restringida
+ Para acceder a este espacio debes introducir tus credenciales*
+ ";
+ }
+ ?>
+ ";
+ }
+
+ ?>
+
+
+
+
+
+
\ No newline at end of file
diff --git a/panel.php b/panel.php
new file mode 100644
index 0000000..01c6dd1
--- /dev/null
+++ b/panel.php
@@ -0,0 +1,59 @@
+
+
+
+
+
+
+
+
+
+
+ Document
+
+
+
+
+
+
+

+

+
+
+
+
+
+
Todavía no tienes información
+ ¿Te gustaría realizar tus primeros pasos?
+
+
+
+
+
+
+
+
diff --git a/phpinfo.php b/phpinfo.php
new file mode 100644
index 0000000..6480abf
--- /dev/null
+++ b/phpinfo.php
@@ -0,0 +1,5 @@
+
\ No newline at end of file
diff --git a/stylesheet.css b/stylesheet.css
new file mode 100644
index 0000000..89ea9f3
--- /dev/null
+++ b/stylesheet.css
@@ -0,0 +1,78 @@
+* {
+ font-family: "Inter", sans-serif;
+}
+
+body,
+html {
+ background: url("assets/logo1.jpg");
+ background-size: 50%;
+ align-items: center;
+ width: 100%;
+ height: 100%;
+}
+
+.div-registration {
+ display: flex;
+ background: white;
+ width: 20%;
+ padding: 30px 0px;
+ justify-content: center;
+ border-radius: 10px;
+ margin: 0 auto;
+ align-items: center;
+ margin-top: 180px;
+}
+
+.form-registration {
+ width: 80%;
+}
+
+.div-registration input {
+ display: flex;
+ width: 100%;
+ border-radius: 5px;
+ border: 1px solid grey;
+ height: 2rem;
+ margin-top: 5px;
+}
+
+.div-registration button {
+ display: block;
+ font-weight: bold;
+ font-size: 15px;
+ width: 50%;
+ border-radius: 5px;
+ color: white;
+ border: 1px solid black;
+ background-color: #6366f1;
+ height: 2.3rem;
+ margin-top: 5px;
+ text-align: center;
+ margin: 0 auto;
+ margin-top: 10px;
+ cursor: pointer;
+}
+
+.todo {
+ background-color: red;
+}
+
+.error {
+ border: 1px solid red;
+ background-color: rgb(252, 177, 177);
+ padding-left: 10px;
+ border-radius: 3px;
+ margin-bottom: 20px;
+}
+
+.div-zona-privada {
+ background-color: white;
+ width: 35%;
+ border-radius: 10px;
+ text-align: center;
+ margin: 0 auto;
+ border: 1px solid red;
+ background-color: rgb(255, 194, 194);
+ padding: 20px;
+ margin-top: 100px;
+}
diff --git a/stylesheet1.css b/stylesheet1.css
new file mode 100644
index 0000000..4fa18a5
--- /dev/null
+++ b/stylesheet1.css
@@ -0,0 +1,141 @@
+*{
+ font-family: 'Inter', sans-serif;
+}
+
+html, body {
+ background-color: white;
+ display: flex;
+ width: 100%;
+ height: 100%;
+
+}
+
+.todo {
+ display: flex;
+ width: 100%;
+}
+
+.sidebar {
+ background-color: #031442;
+ width: 250px;
+ height: 100%;
+ color: white;
+}
+
+.div-real-betis{
+ display: block;
+
+}
+
+.nombre-equipo{
+
+ margin: 0 auto;
+ margin-bottom: 40px;
+ font-size: 30px;
+ text-align: center;
+}
+
+.div-real-betis h2{
+ background-color: red;
+}
+
+
+
+.logo-betis{
+ width: 120px;
+ height: 100px;
+ padding-top: 50px;
+ margin: 0 auto;
+ display: block;
+}
+
+.inicio{
+ display: flex;
+ margin-left: 20px;
+ font-size: 23px;
+ padding: 0px;
+ border-radius: 10px;
+ margin-right: 20px;
+}
+
+.inicio:hover {
+ background-color: #6366F1;
+ cursor: pointer;
+}
+
+.img-sidebar{
+ width: 40px;
+ height: 30px;
+ margin-top: 19px;
+ margin-right: 20px;
+}
+
+.right-part{
+ width: 100%;
+ background-color: rgb(232, 232, 232);
+}
+
+
+
+.top-right-part {
+ background-color: white;
+ display: flex;
+ width: 100%;
+ height: 80px;
+ justify-content: end;
+}
+.img-notification {
+ width: 25px;
+ height: 35px;
+ margin: 15px;
+ margin-top: 22px;
+}
+
+.img-victor {
+ width: 40px;
+ border-radius: 1000px;
+ margin: 15px;
+ margin-left: 5px ;
+}
+
+.sign-out{
+ font-size: 18px;
+ margin-right: 20px;
+ border: 1px solid black;
+ padding: 10px;
+ border-radius: 10px;
+ cursor: pointer;
+ background-color:black;
+ margin-top: 18px;
+ color: white;
+}
+
+.box-nothing{
+
+ width: 50%;
+ padding: 20px;
+ text-align: center;
+ border-radius: 10px;
+ margin: 100px auto;
+ background-color: white;
+ color: #031442;
+
+}
+
+
+.box-nothing button{
+ background-color: #6366F1;
+ border: 1px solid #6366F1;
+ width: 15%;
+ padding: 10px 20px;
+ color: white;
+ font-size: 20px;
+ border-radius: 5px;
+ margin: 20px 0;
+ cursor: pointer;
+
+}
+
+a:link, a:visited, a:active {
+ text-decoration:none;
+}
diff --git a/validate.php b/validate.php
new file mode 100644
index 0000000..48c7ad9
--- /dev/null
+++ b/validate.php
@@ -0,0 +1,18 @@
+
\ No newline at end of file