\documentclass[12pt,a4paper]{article}
\title{Plantilla para trabajos UPIITA V1}
\usepackage{UPIITA}
\asignatura{Asignatura}
\carrera{Ing. Mecatrónica}
\titulo{Título}
\grupo{Grupo}
\alumno{Alumno}
\profesor{Profesor}
\begin{document}
\maketitlepage % Portada
\newpage
\tableofcontents %Índice
\newpage
\listoffigures %Índice de figuras
%\newpage
%\listoftables %Índice de tablas
% Cuerpo del Documento
\newpage
\section{Section}
\section{Section}
% Insertar .tex al documento
\input{ParteDelDocumento}
% Bibliografia o referencias
\newpage
\addcontentsline{toc}{section}{Bibliografía}
\printbibliography[title={Bibliografía}] %Referencias
\end{document}