// JavaScript Document
var anchopantalla = window.screen.width
if (anchopantalla<1024) {document.write('<style type="text/css">html {overflow:auto}</style>')}
else {document.write('<style type="text/css">html {overflow:hidden} #linklegalder {display: none}</style>')};