\documentclass[11pt,a4paper,oneside,english,spanish]{PracticasUNSCH}
\input{0_0_PREAMBULO/Preambulo}
\begin{document}
	
	\renewcommand{\BOthers}[1]{et al.\hbox{}} %Agregar et al.
	\onehalfspacing 	% Interlineado 1.5
	\noindent			% Sin sangría
    % ESTRUCTURA DE LAS PRACTICAS
    \includepdf[]{F_Formato/ESTRUCTURA_PRACTICAS_PRE_PROFESIONALES__EPIC.pdf}
    
	%Parte INCIAL DE LA PRACTICA
	
	\frontmatter 	
    
	\include{1_0_PORTADA/Portada}
	\include{1_1_RESUMEN/Resumen}
    \include{1_2_INTRODUCCION/Introduccion}
    \include{1_3_DEDICATORIA/Dedicatoria}
	
	\include{1_4_AGRADECIMIENTOS/Agradecimientos}
	
	
	%Cambiar nombre y crear ÍNDICE
	\singlespacing 
	\renewcommand\contentsname{\centering ÍNDICE GENERAL }
	\tableofcontents	
	\onehalfspacing
	
	
	
	%Cambiar nombre, crear ÍNDICE DE FIGURAS Y TABLAS
	
	\renewcommand\listfigurename{\centering INDICE DE FIGURAS}
	\renewcommand\listtablename{\centering INDICE DE TABLAS}
	\cleardoublepage\phantomsection\addcontentsline{toc}{chapter}{\listfigurename}
	{\normalsize\listoffigures}
	\cleardoublepage\phantomsection\addcontentsline{toc}{chapter}{\listtablename}
	{\normalsize\listoftables}
		
	
	\include{1_5_SIGLAS/Siglas}
 
 
	%Parte CENTRAL DE LA PRACTICA
	
	\mainmatter 
	% INTRODUCCIÓN
	\include{2_CAPITULO1/Capitulo1}
	
	% FUNDAMENTO TEÓRICO Y CONCEPTUAL
	\include{2_CAPITULO2/Capitulo2}	
		
	% CAPÍTULO 3
	\include{2_CAPITULO3/Capitulo3}
		
	% CAPÍTULO 4
	\include{2_CAPITULO4/Capitulo4}
		
	
	%Parte FINAL DE LA PRACTICA
	
	\backmatter
	% APRECIACIONES
	\include{3_0_APRECIACIONES/Apreciaciones}
	% CONCLUSIONES
	\include{3_1_CONCLUSIONES/Conclusiones}
	
	% REFERENCIAS BIBLIOGRÁFICAS
	\include{3_2_BIBLIOGRAFIA/Bibliografia}
	
	% ANEXOS	
	\include{3_3_ANEXOS/Anexos}
\end{document}