Thank you. I'm such a newbie. For future reference this is how you do it, very simple.
modules>news>template>main.tpl
in main.tpl find:
<div id="puntal_sidebar">
<puntal_bloc_classic_menu>
<puntal_bloc_custom_menu>
<puntal_bloc_custom_bloc>
<puntal_bloc_custom_menu_bis>
<puntal_bloc_custom_bloc_bis>
<puntal_bloc_downloads>
<puntal_bloc_login>
<puntal_bloc_recent_topics>
<puntal_bloc_active_topics>
<puntal_bloc_lang_switcher>
<puntal_bloc_style_switcher>
<puntal_bloc_online>
<puntal_bloc_stats>
<puntal_bloc_archives>
</div>
now move <puntal_bloc_login> to the top:
<div id="puntal_sidebar">
<puntal_bloc_login>
<puntal_bloc_classic_menu>
<puntal_bloc_custom_menu>
<puntal_bloc_custom_bloc>
<puntal_bloc_custom_menu_bis>
<puntal_bloc_custom_bloc_bis>
<puntal_bloc_downloads>
<puntal_bloc_recent_topics>
<puntal_bloc_active_topics>
<puntal_bloc_lang_switcher>
<puntal_bloc_style_switcher>
<puntal_bloc_online>
<puntal_bloc_stats>
<puntal_bloc_archives>
</div>