diff --git a/UyTube_web/web/AltaUsuario.jsp b/UyTube_web/web/AltaUsuario.jsp
index d2cda359cc8006cd4b34c43830ec925828a2d477..ddce529cd646bef5226f0705ffed174e865fe3e5 100644
--- a/UyTube_web/web/AltaUsuario.jsp
+++ b/UyTube_web/web/AltaUsuario.jsp
@@ -45,7 +45,6 @@
                         <%@ include file='include/menu-visitante.html' %>
                         <div class="contenido">
                             <section class="contenido-flexible">
-                                <%@ include file='include/filtro-invisible.html' %>
                                 <div class="principal d-flex flex-row justify-content-center">
                                     <section class="d-flex  flex-lg-row flex-wrap justify-content-lg-between">					
                                         <form class="form-signin" action="/uytube/usuario-agregar" method="post">
diff --git a/UyTube_web/web/AltaVideo.jsp b/UyTube_web/web/AltaVideo.jsp
index f80f8be9b8d7194174594768dad3dcc250b0169d..be67124298cb0a935c76512f55c8b96097fa217a 100644
--- a/UyTube_web/web/AltaVideo.jsp
+++ b/UyTube_web/web/AltaVideo.jsp
@@ -42,7 +42,6 @@
                         <div class="contenido">
                             <section class="contenido-flexible">
                                 <!--================== Aca va el contenido central para agregar ========================== -->					
-                                <%@ include file='include/filtro-invisible.html' %>
                                 <h3>Alta de video</h3>			
                                 <form class="form-alta-video" action="/uytube/video-agregar" method="post" >
                                     <div class="form-group row">
diff --git a/UyTube_web/web/ConsultaUsuario.jsp b/UyTube_web/web/ConsultaUsuario.jsp
index 4e3f914d0a76e0982229cb8391f9a76d01f3f713..8fa365e9a636c38de65d0e4ef881467e62d296ee 100644
--- a/UyTube_web/web/ConsultaUsuario.jsp
+++ b/UyTube_web/web/ConsultaUsuario.jsp
@@ -46,10 +46,9 @@
 
                         <div class="contenido">
                             <section class="contenido-flexible">
-                                <%@ include file='include/filtro-invisible.html' %>
+                                
                                 <div class="container">
 
-
                                     <div class="d-flex bd-highlight ">
                                         <div class="p-4 flex-fill bd-highlight">
                                             <div class="d-flex justify-content-center">
diff --git a/UyTube_web/web/IniciarSesion.jsp b/UyTube_web/web/IniciarSesion.jsp
index cac8913259e917cfd665532d4a1d2ff57d199f68..bdc48ca65e455c9e548949a29ab6f54f387d23cd 100644
--- a/UyTube_web/web/IniciarSesion.jsp
+++ b/UyTube_web/web/IniciarSesion.jsp
@@ -46,7 +46,7 @@
 
                         <div class="contenido">
                             <section class="contenido-flexible">
-                                <%@ include file='include/filtro-invisible.html' %>
+                                
                                 <div class="principal d-flex flex-row justify-content-center">
                                     <section class="d-flex  flex-lg-row flex-wrap justify-content-lg-between">	
                                         <form class="form-signin" action="/uytube/inicio-sesion" method="post">
diff --git a/UyTube_web/web/Presentacion.jsp b/UyTube_web/web/Presentacion.jsp
index 4e9859d14bd2ea1757d79d8d5eb7279a59c7b53c..670ae85e710542f3394a9d206e89f7ec8c86eb37 100644
--- a/UyTube_web/web/Presentacion.jsp
+++ b/UyTube_web/web/Presentacion.jsp
@@ -41,7 +41,7 @@
                             <section class="contenido-flexible">
                                 <!--================== Aca va el contenido central para agregar ========================== -->					
                                 <h3>Lo nuevo</h3>
-                                <%@ include file='include/filtro-invisible.html' %>
+                                
                                 <div class="card" >
                                     <a href="/uytube/video-consulta&id=1234">
                                         <img src="https://i.ytimg.com/vi/MiiK2JB6FHo/hqdefault.jpg" class="card-img-top" alt="Nombre del video">
diff --git a/UyTube_web/web/index.jsp b/UyTube_web/web/index.jsp
index 23ed5dd1cd38699f0d7b2af93321f2e3025edd78..f4463538923075104b7a95418ae101d13a58fe8f 100644
--- a/UyTube_web/web/index.jsp
+++ b/UyTube_web/web/index.jsp
@@ -44,7 +44,7 @@
                             <section class="contenido-flexible">
                                 <!--================== Aca va el contenido central para agregar ========================== -->					
                                 <h3>Lo nuevo</h3>
-                                <%@ include file='include/filtro-invisible.html' %>
+
                                 <div class="card" >
                                     <a href="/uytube/video-consulta&id=1234">
                                         <img src="https://i.ytimg.com/vi/MiiK2JB6FHo/hqdefault.jpg" class="card-img-top" alt="Nombre del video">