I need to put the page numbering in the document I'm creating, but this document starts from page 20 for example, so I should use a command that would do something like:
\cfoot{Página \thepage+20 de (Número total de Páginas)}
where \ thepage + 20 would have to display the current page + 20, how to proceed?!