diff --git a/public/js/app.js b/public/js/app.js
index 1187af8..0cf0ea3 100644
--- a/public/js/app.js
+++ b/public/js/app.js
@@ -2,7 +2,7 @@ function routeMenu() {
var ruta = window.location.pathname.split(".")[0];
$("ul#menu li").removeClass("active");
- ruta!=='/' &&
+ (ruta!=='/' && ruta!=='/descripcion') &&
$([document.documentElement, document.body]).animate(
{
scrollTop: $("#content").offset().top
diff --git a/templates/header.html b/templates/header.html
index 1b1529b..cec970e 100644
--- a/templates/header.html
+++ b/templates/header.html
@@ -3,16 +3,16 @@
-
-
-
+
diff --git a/templates/headerceremonia.html b/templates/headerceremonia.html
new file mode 100644
index 0000000..1b1529b
--- /dev/null
+++ b/templates/headerceremonia.html
@@ -0,0 +1,48 @@
+