Sub Articulo 24.1

You can just say
\begin{verbatim}
	\clearpage
	\setcounter{page}{111}
\end{verbatim}
at the position in the text, but maybe you don't know what the
page
number will be. If you at least know how many picture pages you
have
you can use
\begin{verbatim}
 \clearpage
 \addtocounter{page}{15}
\end{verbatim}