\documentclass[12pt, a4paper]{book}
% ---------------------------------------------
% ----- INFORMACIÓN GENERAL DEL DOCUMENTO -----
% ---------------------------------------------
% Debe completarla
\input{0. Preambulo/1. Opciones}
% ---------------------------------------------------
% ----- CONFIGURACIÓN DEL DOCUMENTO (NO EDITAR) -----
% ---------------------------------------------------
\input{0. Preambulo/2. Config}
% ---------------------------------------------------
% --------------- INICIO DEL DOCUMENTO --------------
% ---------------------------------------------------
\begin{document}
% --------------------------------------------------------
% ------------------------- CARÁTULA ---------------------
% \setmainfont[Ligatures={NoRequired,NoCommon,NoContextual}]{Calibri}
\input{1. Secciones/11.Caratula}
\input{1. Secciones/11A.Dedicat+Agradec}
\input{1. Secciones/11B.Resumen}
% ---------------------------------------------------------
% ------------------------- INDICES -----------------------
\clearpage
\tableofcontents % Índice
\listoffigures % Índice de figuras
\clearpage
\listoftables % Índice de tablas
%\listofalgorithms % Índice de algoritmos (Activar los hay)
%\listofcodes % Índice de códigos (Activar si no los hay)
\clearpage
% -----------------------------------------------------------
% ------------------------- DOCUMENTO -----------------------
\mainmatter
% Estilo de página
\pagestyle{fancy}
% Introducción
\input{1. Secciones/12.Introduccion}
% Marco Teórico
\input{1. Secciones/13.Marco Teorico}
% Aproximacion Metodológica
\input{1. Secciones/14.Aproximacion Metodológica}
% Conclusiones
\input{1. Secciones/15.Conclusiones}
% -----------------------------------------------------------
% ------------------------- ANEXOS --------------------------
\appendix
\chapter{Anexo 1}
\lipsum[1-2]
%\cleardoublepage
%\thispagestyle{empty}
% -----------------------------------------------------------
% ------------------------- REFERENCIAS ---------------------
\bibliographystyle{apacite} % This is the style you should use with `apacite`.
\bibliography{bib/ref}
%\addcontentsline{toc}{chapter}{Referencias} % Añade a la tabla de contenidos
\end{document}