diff --git a/BLANK_README_ES.MD b/BLANK_README_ES.MD
new file mode 100644
index 00000000..7d62bac0
--- /dev/null
+++ b/BLANK_README_ES.MD
@@ -0,0 +1,261 @@
+<!-- Improved compatibility of back to top link: See: https://github.com/othneildrew/Best-README-Template/pull/73 -->
+<a id="readme-top"></a>
+<!--
+*** ¡Gracias por consultar la plantilla Best-README-Template. Si tienes alguna sugerencia
+*** que pueda mejorarla, por favor haz un fork del repositorio y crea un pull request
+*** o simplemente abre un issue con la etiqueta "enhancement".
+*** ¡No olvides darle una estrella al proyecto!
+*** ¡Gracias de nuevo! ¡Ahora ve y crea algo INCREÍBLE! :D
+-->
+
+
+
+<!-- PROJECT SHIELDS -->
+<!--
+*** Estoy usando enlaces markdown "reference style" para la legibilidad.
+*** Los enlaces de referencia están encerrados entre corchetes [ ] en lugar de paréntesis ( ).
+*** Consulta la parte inferior de este documento para la declaración de las variables de referencia
+*** para contributors-url, forks-url, etc. Esta es una sintaxis opcional y concisa que puedes usar.
+*** https://www.markdownguide.org/basic-syntax/#reference-style-links
+-->
+
+[![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]
+
+
+
+<!-- LOGO DEL PROYECTO -->
+<br />
+<div align="center">
+  <a href="https://github.com/github_username/repo_name">
+    <img src="images/logo.png" alt="Logo" width="80" height="80">
+  </a>
+
+<h3 align="center">titulo_del_proyecto</h3>
+
+  <p align="center">
+    descripcion_del_proyecto
+    <br />
+    <a href="https://github.com/github_username/repo_name"><strong>Explora la documentación »</strong></a>
+    <br />
+    <br />
+    <a href="https://github.com/github_username/repo_name">Ver Demo</a>
+    ·
+    <a href="https://github.com/github_username/repo_name/issues/new?labels=bug&template=bug-report---.md">Reportar Error</a>
+    ·
+    <a href="https://github.com/github_username/repo_name/issues/new?labels=enhancement&template=feature-request---.md">Solicitar Funcionalidad</a>
+  </p>
+</div>
+
+
+<!-- Índice / Tabla de Contenidos -->
+<details>
+  <summary>Tabla de Contenidos</summary>
+  <ol>
+    <li>
+      <a href="#sobre-el-proyecto">Sobre el Proyecto</a>
+      <ul>
+        <li><a href="#tecnologías-utilizadas">Tecnologías Utilizadas</a></li>
+      </ul>
+    </li>
+    <li>
+      <a href="#empezando">Empezando</a>
+      <ul>
+        <li><a href="#prerrequisitos">Prerrequisitos</a></li>
+        <li><a href="#instalación">Instalación</a></li>
+      </ul>
+    </li>
+    <li><a href="#uso">Uso</a></li>
+    <li><a href="#hoja-de-ruta">Hoja de Ruta</a></li>
+    <li><a href="#contribuir">Contribuir</a></li>
+    <li><a href="#licencia">Licencia</a></li>
+    <li><a href="#contacto">Contacto</a></li>
+    <li><a href="#agradecimientos">Agradecimientos</a></li>
+  </ol>
+</details>
+
+
+
+<!-- SOBRE EL PROYECTO -->
+## 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`.
+
+<p align="right">(<a href="#readme-top">volver arriba</a>)</p>
+
+
+
+
+### 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]
+
+<p align="right">(<a href="#readme-top">volver arriba</a>)</p>
+
+
+
+<!-- EMPEZANDO -->
+## 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
+   ```
+
+<p align="right">(<a href="#readme-top">volver arriba</a>)</p>
+
+
+
+<!-- EJEMPLOS DE USO -->
+## 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)_
+
+<p align="right">(<a href="#readme-top">volver arriba</a>)</p>
+
+
+
+<!-- HOJA DE RUTA -->
+## 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).
+
+<p align="right">(<a href="#readme-top">volver arriba</a>)</p>
+
+
+
+<!-- CONTRIBUIR -->
+## 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
+
+<p align="right">(<a href="#readme-top">volver arriba</a>)</p>
+
+
+### Principales Contribuidores:
+
+<a href="https://github.com/github_username/repo_name/graphs/contributors">
+  <img src="https://contrib.rocks/image?repo=github_username/repo_name" alt="contrib.rocks image" />
+</a>
+
+
+
+<!-- LICENCIA -->
+## Licencia
+
+Distribuido bajo la Licencia MIT. Consulta `LICENSE.txt` para más información.
+
+<p align="right">(<a href="#readme-top">volver arriba</a>)</p>
+
+
+
+<!-- CONTACTO -->
+## 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)
+
+<p align="right">(<a href="#readme-top">volver arriba</a>)</p>
+
+
+
+
+<!-- AGRADECIMIENTOS -->
+## Agradecimientos
+
+* []()
+* []()
+* []()
+
+<p align="right">(<a href="#readme-top">volver arriba</a>)</p>
+
+
+
+<!-- MARKDOWN LINKS & IMAGES -->
+<!-- https://www.markdownguide.org/basic-syntax/#reference-style-links -->
+[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