if ( screen.width == 640){
    document.write('<link rel="STYLESHEET" type="text/css" href="estilos640.css">'); }

else if ( screen.width == 720){
    document.write('<link rel="STYLESHEET" type="text/css" href="estilos640.css">'); }

else if ( screen.width == 800){
    document.write('<link rel="STYLESHEET" type="text/css" href="estilos800.css">'); }

else if ( screen.width == 1024){
    document.write('<link rel="STYLESHEET" type="text/css" href="estilos1024.css">'); }
/*
else if ( screen.width == 1152){
    document.write('<link rel="STYLESHEET" type="text/css" href="estilos1152.css">'); }
*/
else { 
    document.write('<link rel="STYLESHEET" type="text/css" href="estilos1024.css">'); }
