diff --git a/BLANK_README_ES.MD b/BLANK_README_ES.MD
new file mode 100644
index 000000000..7d62bac06
--- /dev/null
+++ b/BLANK_README_ES.MD
@@ -0,0 +1,261 @@
+
+
+
+
+
+
+
+
+
+[![Contribuidores][contributors-shield]][contributors-url]
+[![Forks][forks-shield]][forks-url]
+[![Estrellas][stars-shield]][stars-url]
+[![Issues][issues-shield]][issues-url]
+[![Licencia MIT][license-shield]][license-url]
+[![LinkedIn][linkedin-shield]][linkedin-url]
+
+
+
+
+
+
+
+
+
+
+ Tabla de Contenidos
+
+ -
+ Sobre el Proyecto
+
+
+ -
+ Empezando
+
+
+ - Uso
+ - Hoja de Ruta
+ - Contribuir
+ - Licencia
+ - Contacto
+ - Agradecimientos
+
+
+
+
+
+
+## Sobre el Proyecto
+
+[![Captura de Pantalla][captura-pantalla]](https://example.com)
+
+Aquí tienes una plantilla en blanco para comenzar: Para evitar reescribir demasiada información, utiliza la función de búsqueda y reemplazo en tu editor de texto para los siguientes términos: `github_username`, `repo_name`, `twitter_handle`, `linkedin_username`, `email_client`, `email`, `titulo_del_proyecto`, `descripcion_del_proyecto`.
+
+(volver arriba)
+
+
+
+
+### Tecnologías Utilizadas
+
+* [![Next][Next.js]][Next-url]
+* [![React][React.js]][React-url]
+* [![Vue][Vue.js]][Vue-url]
+* [![Angular][Angular.io]][Angular-url]
+* [![Svelte][Svelte.dev]][Svelte-url]
+* [![Laravel][Laravel.com]][Laravel-url]
+* [![Bootstrap][Bootstrap.com]][Bootstrap-url]
+* [![jQuery][JQuery.com]][JQuery-url]
+
+(volver arriba)
+
+
+
+
+## Empezando
+
+Este es un ejemplo de cómo proporcionar instrucciones para configurar tu proyecto localmente.
+Para obtener una copia local en funcionamiento, sigue estos pasos de ejemplo.
+
+### Prerrequisitos
+
+Este es un ejemplo de cómo hacer una lista de los elementos necesarios para usar el software y cómo instalarlos.
+* npm
+ ```sh
+ npm install npm@latest -g
+ ```
+
+### Instalación
+
+1. Obtén una clave API gratuita en [https://example.com](https://example.com)
+2. Clona el repositorio
+ ```sh
+ git clone https://github.com/github_username/repo_name.git
+ ```
+3. Instala los paquetes de NPM
+ ```sh
+ npm install
+ ```
+4. Introduce tu API en `config.js`
+ ```js
+ const API_KEY = 'ENTER YOUR API';
+ ```
+5. Cambia la URL de git remote para evitar envíos por error al proyecto base
+ ```sh
+ git remote set-url origin github_username/repo_name
+ git remote -v # confirm the changes
+ ```
+
+(volver arriba)
+
+
+
+
+## Uso
+
+Utiliza este espacio para mostrar ejemplos útiles de cómo se puede utilizar el proyecto. Capturas de pantalla, ejemplos de código y demos funcionan bien en esta sección. También puedes poner enlaces a más recursos.
+
+_Para más ejemplos, por favor consulta la [Documentación](https://example.com)_
+
+(volver arriba)
+
+
+
+
+## Hoja de Ruta
+
+- [ ] Característica 1
+- [ ] Característica 2
+- [ ] Característica 3
+ - [ ] Característica Anidada
+
+Consulta los [issues abiertos](https://github.com/github_username/repo_name/issues) para ver una lista completa de las características propuestas (y problemas conocidos).
+
+(volver arriba)
+
+
+
+
+## Contribuir
+
+Las contribuciones son lo que hace que la comunidad de código abierto sea un lugar increíble para aprender, inspirar y crear. Cualquier contribución que hagas es **muy apreciada**.
+
+Si tienes una sugerencia para mejorar esto, por favor haz un fork del repositorio y crea una pull request. También puedes simplemente abrir un issue con la etiqueta "enhancement".
+¡No olvides darle una estrella al proyecto! ¡Gracias de nuevo!
+
+1. Haz un fork del Proyecto
+2. Crea tu Rama de Funcionalidad (`git checkout -b feature/AmazingFeature`)
+3. Realiza tus Cambios (`git commit -m 'Agregar alguna Característica Increíble'`)
+4. Sube los Cambios a la Rama (`git push origin feature/AmazingFeature`)
+5. Abre una Pull Request
+
+(volver arriba)
+
+
+### Principales Contribuidores:
+
+
+
+
+
+
+
+
+## Licencia
+
+Distribuido bajo la Licencia MIT. Consulta `LICENSE.txt` para más información.
+
+(volver arriba)
+
+
+
+
+## Contacto
+
+Tu Nombre - [@twitter_handle](https://twitter.com/twitter_handle) - email@cliente_email.com
+
+Enlace del Proyecto: [https://github.com/github_username/repo_name](https://github.com/github_username/repo_name)
+
+(volver arriba)
+
+
+
+
+
+## Agradecimientos
+
+* []()
+* []()
+* []()
+
+(volver arriba)
+
+
+
+
+
+[contributors-shield]: https://img.shields.io/github/contributors/github_username/repo_name.svg?style=for-the-badge
+[contributors-url]: https://github.com/github_username/repo_name/graphs/contributors
+[forks-shield]: https://img.shields.io/github/forks/github_username/repo_name.svg?style=for-the-badge
+[forks-url]: https://github.com/github_username/repo_name/network/members
+[stars-shield]: https://img.shields.io/github/stars/github_username/repo_name.svg?style=for-the-badge
+[stars-url]: https://github.com/github_username/repo_name/stargazers
+[issues-shield]: https://img.shields.io/github/issues/github_username/repo_name.svg?style=for-the-badge
+[issues-url]: https://github.com/github_username/repo_name/issues
+[license-shield]: https://img.shields.io/github/license/github_username/repo_name.svg?style=for-the-badge
+[license-url]: https://github.com/github_username/repo_name/blob/master/LICENSE.txt
+[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge&logo=linkedin&colorB=555
+[linkedin-url]: https://linkedin.com/in/linkedin_username
+[captura-pantalla]: images/screenshot.png
+[Next.js]: https://img.shields.io/badge/next.js-000000?style=for-the-badge&logo=nextdotjs&logoColor=white
+[Next-url]: https://nextjs.org/
+[React.js]: https://img.shields.io/badge/React-20232A?style=for-the-badge&logo=react&logoColor=61DAFB
+[React-url]: https://reactjs.org/
+[Vue.js]: https://img.shields.io/badge/Vue.js-35495E?style=for-the-badge&logo=vuedotjs&logoColor=4FC08D
+[Vue-url]: https://vuejs.org/
+[Angular.io]: https://img.shields.io/badge/Angular-DD0031?style=for-the-badge&logo=angular&logoColor=white
+[Angular-url]: https://angular.io/
+[Svelte.dev]: https://img.shields.io/badge/Svelte-4A4A55?style=for-the-badge&logo=svelte&logoColor=FF3E00
+[Svelte-url]: https://svelte.dev/
+[Laravel.com]: https://img.shields.io/badge/Laravel-FF2D20?style=for-the-badge&logo=laravel&logoColor=white
+[Laravel-url]: https://laravel.com
+[Bootstrap.com]: https://img.shields.io/badge/Bootstrap-563D7C?style=for-the-badge&logo=bootstrap&logoColor=white
+[Bootstrap-url]: https://getbootstrap.com
+[JQuery.com]: https://img.shields.io/badge/jQuery-0769AD?style=for-the-badge&logo=jquery&logoColor=white
+[JQuery-url]: https://jquery.com