\documentclass[12pt]{article}

\usepackage[utf8]{inputenc} % Caracteres con acentos
\usepackage[screen,paneltoc,panelright,spanish,sectionbreak]{pdfscreen}

\let\misection=\section
\renewcommand{\section}[1]
{
	\newpage
	\misection{#1}
	\overlay{}
	\backgroundcolor{white}
	\begin{normalsize}
		\begin{flushleft}
			\vskip -1,9cm
			Introducción a Mono
			\begin{flushright}
				\vskip -0,8cm
				\copyright 2006 Pablo Orduña. \href{http://www.e-ghost.deusto.es}{e-ghost} y \href{http://www.msc.deusto.es}{DotNetGroup}
			\end{flushright}
			\begin{center}
				{\Huge Introducción a Mono}
				\includegraphics[scale=0.55]{figuras/barrita.jpg}
			\end{center}
		\end{flushleft}
	\end{normalsize}
	~ \\
	~ \\
	~ \\
	~ \\
	~ \\
	\begin{center}
		\begin{Huge}
			\textbf{#1}
		\end{Huge}
	\end{center}
}

\let\misubsection=\subsection
\renewcommand{\subsection}[1]
{
	\newpage
	\misubsection{#1}
	\overlay{figuras/fondo.png}
	\begin{normalsize}
		\begin{flushleft}
			\vskip -1,9cm
			Introducción a Mono
			\begin{flushright}
				\vskip -0,8cm
				\copyright 2006 Pablo Orduña. \href{http://www.e-ghost.deusto.es}{e-ghost} y \href{http://www.msc.deusto.es}{DotNetGroup}
			\end{flushright}
			\begin{center}
				{\LARGE #1}
				\includegraphics[scale=0.55]{figuras/barrita.jpg}
			\end{center}
		\end{flushleft}
	\end{normalsize}
}

\begin{document}
\title{
       {\Huge Introducción a Mono}
        ~ \\
        ~ \\
	\includegraphics{figuras/wiki.png}
      }
\author{Pablo Orduña Fernández (aka NcTrun)}
\date{Julio 2006}
\maketitle
~\\
\begin{center}
	\href{http://creativecommons.org/licenses/by/2.0/}{\includegraphics[scale=0.5]{figuras/cc.png}}
\end{center}
\begin{center}
	\small{\emph{This work is licensed under the Creative Commons Attribution License. To view a copy of this license, visit \href{http://creativecommons.org/licenses/by/2.0/}{http://creativecommons.org/licenses/by/2.0/} or send a letter to Creative Commons, 559 Nathan Abbott Way, Stanford, California 94305, USA}}
\end{center}

\begin{large}
	\input{capitulo1.tex}
	\input{capitulo2.tex}
	\input{capitulo3.tex}
	\input{capitulo4.tex}
	\input{capitulo5.tex}
	\input{capitulo6.tex}
\end{large}

\end{document}