\documentclass[12pt,a4paper]{article}
% Plantilla para la elaboración de Anteproyecto de Trabajo Final de Grado
% Universidad Nacional del Este
% Facultad Politécnica
\usepackage{amsmath}
\usepackage{amsthm}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{multirow}
\usepackage{multicol}
\usepackage[spanish]{babel}
\usepackage{graphicx}
\usepackage[table]{xcolor}
\usepackage{wrapfig}
\usepackage{float}
\usepackage[margin=3.5cm]{geometry}
\hyphenation{Re-fe-ren-cias}
\usepackage{fancyhdr}
\graphicspath{ {figures/} }
%\usepackage{color}
% For creating coloured text and background
\usepackage[hyphens]{url}
% For preventing long urls from going past margin
\usepackage[hidelinks]{hyperref}
% For creating hyperlinks in cross references
\columnsep 0.8 cm
\pagestyle{plain}
\newtheorem{teorema}{Teorema}
\fancyfoot{}
\begin{document}
\renewcommand{\tablename}{Tabla}
\renewcommand{\refname}{Referencias bibliográficas.}
\input{sections/00-Portada}
\tableofcontents
\vspace{1cm}
\title{[Título del anteproyecto de tesis]}
\vspace{1cm}
\date{}
\author{}
\maketitle
\vspace{.5cm}
\thispagestyle{empty}
\input{sections/01-formulacion del problema}
\input{sections/02-delimitacion del trabajo}
\input{sections/03-objetivos}
\input{sections/04-hipotesis}
\input{sections/05-justificacion}
\input{sections/06-impacto de la investigacion}
\input{sections/07-marco teorico}
\input{sections/08-metodo}
\addcontentsline{toc}{section}{Referencias Bibliográficas}
\bibliographystyle{ieeetr}
\bibliography{references}
\end{document}