\documentclass[a4paper,12pt]{article}

\usepackage[utf8]{inputenc}
\usepackage[print,panelright,paneltoc,sectionbreak,spanish]{pdfscreen}
\usepackage{listings}
\definecolor{colKeys}{rgb}{0,0,1}
\definecolor{colIdentifier}{rgb}{0,0,0}
\definecolor{colComments}{rgb}{1,0,0}
\definecolor{colString}{rgb}{0,0.5,0}
\definecolor{hellgelb}{rgb}{1,1,0.8}

\lstset{
        float=hbp,
        basicstyle=\ttfamily\small,
        identifierstyle=\color{colIdentifier},
        keywordstyle=\color{colKeys},
        stringstyle=\color{colString},
        commentstyle=\color{colComments},
        columns=flexible,
        tabsize=4,
        frame=single,
        extendedchars=true,
        showspaces=false,
        showstringspaces=false,
        numbers=left,
        numberstyle=\tiny,
        breaklines=true,
        backgroundcolor=\color{hellgelb},
        breakautoindent=true,
        captionpos=b
}

%\renewcommand{\familydefault}{\sfdefault}
\renewcommand{\newpage}{}

\title{Taller RIA}
\author{Pablo Orduña Fernández (aka NcTrun) \\ Unai Aguilera (aka Kalgan) \\ María Legorburu Mardaras (aka Legorhead)}
\date{Julio 2007}

\makeindex

\begin{document}

\begin{center}
	\begin{huge}
		Taller de RIA
	\end{huge}

	\vspace{3em}
	
	\begin{large}
Unai Aguilera (aka Kalgan) \href{http://www.morelab.deusto.es/}{\includegraphics[height=20pt]{img/morelab.png}}\\
María Legorburu (aka Legorhead) \href{http://www.emergiatech.com/}{\includegraphics[height=20pt]{img/emergiatech.png}}\\
Pablo Orduña (aka NcTrun) \href{http://www.morelab.deusto.es/}{\includegraphics[height=20pt]{img/morelab.png}}\\
	\end{large}
\end{center}

	\vspace{2em}



\begin{center}
	\includegraphics[scale=0.5]{img/riaLogo.jpg}
\end{center}

\vspace{0.5cm}
\begin{center}
	\href{http://creativecommons.org/licenses/by-sa/2.0/}{\includegraphics[scale=0.5]{img/cc.png}}
\end{center}
\begin{center}
	\small{\emph{This work is licensed under the Creative Commons Attribution-ShareAlike License. To view a copy of this license, visit \href{http://creativecommons.org/licenses/by-sa/2.0/}{http://creativecommons.org/licenses/by-sa/2.0/} or send a letter to Creative Commons, 559 Nathan Abbott Way, Stanford, California 94305, USA}}
\end{center}

\input{introduccion}

\input{introria}

\input{openlaszlo}

\input{gwt}

\input{referencias}

\end{document}

