Sub Articulo 107.1

no; captions are for floating figures and/or tables.  if you want a
caption under a tabular environment, the usual thing to do would be
  \begin{table}
    \begin{tabular}{....}
    ....
    \end{tabular}
    \caption{behold, a table}
  \end{table}