diff --git a/app/views/layouts/admin.html.erb b/app/views/layouts/admin.html.erb
index 6410aaa18..012bea2ab 100644
--- a/app/views/layouts/admin.html.erb
+++ b/app/views/layouts/admin.html.erb
@@ -4,7 +4,7 @@
-
+
<%= content_for?(:title) ? yield(:title) : "Admin" %>
<%= stylesheet_link_tag "application" %>
<%= javascript_include_tag "vendor/modernizr" %>
diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb
index 8c5b9ab9b..31f8715f1 100644
--- a/app/views/layouts/application.html.erb
+++ b/app/views/layouts/application.html.erb
@@ -3,7 +3,7 @@
-
+
<%= content_for?(:title) ? yield(:title) : "Gobierno abierto" %>
<%= stylesheet_link_tag "application" %>
<%= javascript_include_tag "vendor/modernizr" %>
diff --git a/app/views/layouts/devise.html.erb b/app/views/layouts/devise.html.erb
index 2b8f1cecd..3593cf4c3 100644
--- a/app/views/layouts/devise.html.erb
+++ b/app/views/layouts/devise.html.erb
@@ -3,7 +3,7 @@
-
+
<%= content_for?(:title) ? yield(:title) : "Gobierno abierto" %>
<%= stylesheet_link_tag "application" %>
<%= javascript_include_tag "vendor/modernizr" %>