Tablas
begin{table}[htbp]
\begin{center}
\begin{tabular}{|l|l|}
\hline
País & Ciudad \\
\hline \hline
España & Madrid \\ \hline
España & Sevilla \\ \hline
Francia & París \\ \hline
\end{tabular}
\caption{Tabla muy sencilla.}
\label{tabla:sencilla}
\end{center}
\end{table}
Celda de color y titulo de varias columnas
Celda de color y titulo de varias columnas
\begin{tabular}{|l|l|l|l|l|l|l|}
\hline
\cellcolor{red} \textbf{Aplicaciones}& & \multicolumn{3}{l|}{\cellcolor{red}\textbf{Base de Datos Espacial}} & &\cellcolor{red}\textbf{SGBD} \\
\hline
& & & & & & \\
\end{tabular}