// JavaScript Document
if (screen.width < 1100) {
document.write('<link rel=stylesheet type="text/css" href="estilos800.css">');
}
if (screen.width >= 1024) {
document.write('<link rel=stylesheet type="text/css" href="estilos.css">');
}
else document.write('<link rel=stylesheet type="text/css" href="estilos.css">');
