I can to solve this problem as
%%Modify space between chapter´s box and textheight
\renewcommand{\DOCH}{%
\vskip -8em %% THISLINE IS IMPORTAN AND TO CONTROL THIS SPACE
\settoheight{\myhi}{\CTV\FmTi{Test}}
\setlength{\py}{\baselineskip}
\addtolength{\py}{\RW}
\addtolength{\py}{\myhi}
\setlength{\pyy}{\py}
\addtolength{\pyy}{-1\RW}
\raggedright
\CNV\FmN{\@chapapp}\space\CNoV\thechapter
\hskip 3pt\mghrulefill{\RW}\rule[-1\pyy]{2\RW}{\py}\par\nobreak
}
I added a line
\vskip -8em
this effect is present at all chapters.
For chapters nonenumerating the change is
%%%Modify space between chapter´s box and txtheight at \chapter*
\renewcommand{\DOTIS}[1]{%
\vskip -6em %% THISLINE IS IMPORTAN AND TO CONTROL THIS SPACE
\setlength{\py}{25pt}
\setlength{\pyy}{\py}
\setlength{\backskip}{\py}
\addtolength{\backskip}{2pt}
\addtolength{\pyy}{\RW}
\setlength{\myhi}{\baselineskip}
\addtolength{\myhi}{\pyy}
\mghrulefill{\RW}\rule[-1\py]{2\RW}{\pyy}\par\nobreak
\vskip -1\backskip
\rule{2\RW}{\myhi}\mghrulefill{\RW}\hskip 3pt %
\raggedleft\CTV\FmTi{#1}\par\nobreak
\vskip 32\p@
}
There I added the line
\vskip -6em
Thanks for your time and suggestions
On 25 abr, 09:50, Peter Flynn <
anglebrac...@gmail.com> wrote:
> On Mon, Apr 25, 2011 at 4:08 AM, mfduqued <
mfduq...@gmail.com> wrote:
> > Hi community, thanks for your help at others occasions
> > In this moment my problem is, How do I reduce a space between the
> > chaptername and the beginning of the page?.
> > My preambule is
>
> > *************************************************************************************
> > \documentclass[11pt,titlepage,twoside,openright,dvipdfm,parskip=full]
> > {book}
>
> > \usepackage{amsmath,amssymb,latexsym,verbatim,array,longtable,url,flafter,textcomp,gensymb}
> > \usepackage[dvipdfm]{graphicx}
> > \usepackage[numbers,square,comma,sort&compress,nonamebreak]{natbib}
> > \usepackage[spanish]{babel}
> > \usepackage[small]{caption2}
> > \usepackage[left,final]{showlabels}
> > \usepackage[nice]{nicefrac}
> > \usepackage[tight]{units}
> > \usepackage[dvipdfm]{color}
> > \usepackage[latin1]{inputenc}
> > \usepackage[T1]{fontenc}
> > \usepackage[Glenn]{fncychap}
>
> fncychap modifies the chapter title layout, so you must find in fncychap.sty
> what macro the Glenn format uses and copy it into your Preamble, and then
> change the spacing it uses.
>
> ///Peter- Ocultar texto de la cita -
>
> - Mostrar texto de la cita -