Sub Articulo 79.1

Well, you could always swap the margins if you really want to with
\dimen0=\evensidemargin
\evensidemargin=\oddsidemargin
\oddsidemargin=\dimen0
before \begin{document}
or you could set them directly to the values you want.  Or you could
use geometry.sty for doing the whole page layout.