\documentclass[a4paper,10pt]{article}
% Paquetes
\usepackage{fontspec}
\usepackage{titlesec}
\usepackage{titling}
\usepackage{setspace}
\usepackage[hidelinks]{hyperref}
\usepackage{graphicx}
\usepackage{caption}
\usepackage{subcaption}
\usepackage{float}
\usepackage{xcolor}
\usepackage[affil-it]{authblk}
\usepackage{biblatex}
%\addbibresource{Mendeley.bib}
% Idioma
\usepackage[spanish]{babel}
\usepackage[utf8]{inputenc}
% Configuraciones
\setmainfont{Times New Roman}
\hypersetup{
colorlinks,
linkcolor={red!50!black},
citecolor={blue!50!black},
urlcolor={blue!80!black}
}
\begin{document}
\begin{titlepage}
\centering
\begin{figure}[t]
\centering
\includegraphics[scale=0.15]{utn.jpg}
\vspace{0.5cm}
\end{figure}%
{\LARGE Proyecto Final\par}
{\LARGE 2016\par}
\vspace{1cm}
{\huge\bfseries Titulo del Proyecto\par}
\vspace{1cm}
{\LARGE Anteproyecto\par}
\vspace{1cm}
{\Large\itshape Integrante 1, Integrante 2, Integrante 3\par}
\vfill
\end{titlepage}
\tableofcontents
\newpage
\section{Sumario ejecutivo}
\label{sec:sumario}
\newpage
\section{Concepto del negocio}
\label{sec:concepto}
En proyectos de investigación se reemplaza por "Tema de investigación"
\newpage
\section{Descripción del producto}
\label{sec:descripción}
En proyectos de investigación se reemplaza por "Descripción del proyecto"
\newpage
\section{Gestión de alcance}
\label{sec:alcance}
\newpage
\section{Gestión del tiempo}
\label{sec:tiempo}
\newpage
\section{Gestión del riesgo}
\label{sec:riesgo}
\newpage
\section{Gestión de calidad}
\label{sec:calidad}
\newpage
\section{Antecedentes}
\label{sec:antecedentes}
%Bibliografia
%\begin{thebibliography}{9}
%\bibitem{bibref}
% Nombre Deautor,
% Ciudad, Pais,
% \textit{"Título"},
% Año.
%\end{thebibliography}
\printbibliography
\end{document}