// JavaScript Document

if (screen.width >= 1024) {
document.write('<link rel="stylesheet" href="css/estilo.css" type="text/css" />')
}
else {
document.write('<link rel="stylesheet" href="css/estilo-800.css" type="text/css" />')
}

