<!--
function MleyendaText(code){
	 document.getElementById('leyenda_page').innerHTML='<span class="Verd11345A96bold">'+code+'</span>&nbsp;';
}
function OleyendaText(code){
	 document.getElementById('leyenda_page').innerHTML='&nbsp;';
}
function topScroll(){
	scrollBy(0,-35);
	parriba = setTimeout("topScroll()",1);
	if (document.body.scrollTop<=0){clearTimeout(parriba);} 
}
//-->