diff --git a/ReymotaPy/servicios/reymotapy/templates/_footer.html b/ReymotaPy/servicios/reymotapy/templates/_footer.html
new file mode 100644
index 0000000..eed4e66
--- /dev/null
+++ b/ReymotaPy/servicios/reymotapy/templates/_footer.html
@@ -0,0 +1,10 @@
+
+
+
+
\ No newline at end of file
diff --git a/ReymotaPy/servicios/reymotapy/templates/base.html b/ReymotaPy/servicios/reymotapy/templates/base.html
index 6b526e6..e4df920 100644
--- a/ReymotaPy/servicios/reymotapy/templates/base.html
+++ b/ReymotaPy/servicios/reymotapy/templates/base.html
@@ -9,13 +9,8 @@
{% block content %}{% endblock %}
-
+ {% include("_footer.html") %}
+