Reproducible example:
\documentclass{letter}
\usepackage{lipsum}
\usepackage{graphicx}
%\usepackage{invoice}
\begin{document}
\begin{letter}{}
\opening{Muy se\~{n}or nuestro:}
\lipsum[34]
\includegraphics[width=\columnwidth]{frog.jpg}
\lipsum[36-38]
\closing{Atentamente le saluda}
\end{letter}
\end{document}
Removing the % on %\usepackage{invoice} will cause a weirdo first page to print.

Likewise removing \usepackage{graphicx}; \includegraphics{frog.jpg} will remove the weirdo first page.
What's going on?
invoiceandwallpaperpackages together, and is due to the wayinvoiceis set up. – Werner Jul 02 '14 at 20:47http://tex.stackexchange.com/a/44216/6422
rather than the \usepackage{invoice}.
– isomorphismes Jul 02 '14 at 21:29