<!-- Inicio botones scroll -->
<a href='javascript:scroll(0,0);'><img alt='Scroll To Top' border='0' id='top' src='up.png' style='position:fixed; bottom:52px; right:0; z-index:999' title='Ir arriba'/></a>
<a href='javascript:window.scrollTo(0,document.body.scrollHeight/2);'><img alt='Scroll To Center' border='0' id='center' src='center.png' style='position:fixed; bottom:45px; right:13px; z-index:999' title='Ir al centro'/></a>
<a href='javascript:window.scrollTo(0,document.body.scrollHeight);'><img alt='Scroll To Bottom' border='0' id='bottom' src='down.png' style='position:fixed; bottom:10px; right:0; z-index:999' title='Ir abajo'/></a>
<!-- Final botones scroll -->