diff --git a/views/auditorio.php b/views/auditorio.php
index 800c78b..53cd83e 100644
--- a/views/auditorio.php
+++ b/views/auditorio.php
@@ -96,7 +96,7 @@
-
+
diff --git a/views/auditorio.php b/views/auditorio.php
index 800c78b..53cd83e 100644
--- a/views/auditorio.php
+++ b/views/auditorio.php
@@ -96,7 +96,7 @@
-
+
diff --git a/views/juego.php b/views/juego.php
index 43c9993..423d877 100644
--- a/views/juego.php
+++ b/views/juego.php
@@ -53,9 +53,17 @@
}
$id = $pagina[1];
+
+
+
$query = mysqli_query($connect, "SELECT * FROM Asistentes WHERE id = " . $_SESSION['id_user']);
$data = mysqli_fetch_array($query);
+$query_horainicio = mysqli_query($connect, "SELECT * FROM respuesta_map WHERE id = " . $_SESSION['id_user']);
+
+$hora_inicio = mysqli_fetch_array($query_horainicio);
+
+
$query = mysqli_query($connect, "SELECT * FROM juego_virtual WHERE id = " . $id);
$juego = mysqli_fetch_array($query);