\documentclass[12pt]{aunarAPA}  
% cargar paquetes según la necesidad
\usepackage[spanish]{babel}
\usepackage[hidelinks]{hyperref}
\usepackage[utf8]{inputenc}
% \usepackage{showframe}
\usepackage{enumerate}
\usepackage{amssymb}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{mathrsfs}
\usepackage{graphicx}
\usepackage{times}
\usepackage{caption}
% \usepackage[caption=false,font=footnotesize]{subfig}
\usepackage{enumitem}
\usepackage{epstopdf}
\usepackage{amsthm}
\usepackage{bm}
\usepackage{cleveref}
% \usepackage{xcolor}
\usepackage{pgfplots}
\pgfplotsset{compat=newest}
\pgfplotsset{plot coordinates/math parser=false}
\usepackage{pgfgantt}
% \usepackage{rotating}
\usepackage{array}
\usepackage{multirow}
\usepackage{xcolor,colortbl}
% \usepackage[table]{xcolor}
% \usepackage{biblatex}
%% paquete adicional para configuración en formato APA
\usepackage{aunarAPA}
\begin{document}
\begin{RAE}
\begin{table}[!h]
    \centering
    \begin{tabular}{|p{6cm}|p{9cm}|}
    \hline
         \textbf{Programa académico} & Ingeniería Electrónica  \\\hline
         \textbf{Fecha de elaboración de RAE} &   \\\hline
         \textbf{Autor(es)} &   \\\hline
         \textbf{Asesores} &  Nombres asesor Técnico\par Nombres Asesor Metodológico \\\hline
         \textbf{Titulo} &  Titulo del proyecto\\\hline
    \end{tabular}
    % \caption{Caption}
    % \label{tab:my_label}
\end{table}
\textbf{PALABRAS CLAVES:} 
\clearpage
\section*{DESCRIPCIÓN DEL PROBLEMA}
\section*{FORMULACIÓN DEL PROBLEMA}
\section*{CONTENIDO}
Incluir el contenido del trabajo de grado, intentado sintetizar las partes mas importantes del desarrollo.
\section*{DISEÑO DE ASPECTOS METODOLÓGICOS}
\subsection*{LINEA DE INVESTIGACIÓN}
\textbf{Linea de investigación institucional:} Nombre de la linea de investigación a la que pertenece el proyecto
\textbf{Linea de investigación programa:} Nombre de la linea de investigación del programa
\textbf{Sub línea de investigación:} Nombre de la sub linea de investigación del programa
\textbf{Tema de investigación:}
\subsection*{ENFOQUE INVESTIGATIVO}
\subsection*{TIPO DE INVESTIGACIÓN}
\subsection*{MÉTODO DE INVESTIGACIÓN}
\section*{CONCLUSIONES}
\section*{RECOMENDACIONES}
% 
\bibliography{Biblio}        %usar un archivo bibtex Biblio.bib
\bibliographystyle{apacite}  %Estilo APA
\end{RAE}
\end{document}