%% This is a simple example of a letter-header from 
%% the package g-tex-letter. It is to be used with 
%% the LaTeX-document-class 'letter'.

\address{
 \hfill
 \parbox[t]{10cm}{\raggedleft   Diego Restrepo \\
                                Edificio Institutos de Paterna \\
                                Apartado 2085 \\
                                46071 Valencia \\
                                Email: diego@testcenter.es
                     }
        }

\signature{Diego Restrepo}

\endinput
