// JavaScript Document
var resolucion = screen.width
function getScreenRes (){
   if(resolucion<1024){    
	document.write("<link href='santosStyle800.css' rel='stylesheet' title='Santos & Co.' type='text/css' />")
   }else{
   	document.write("<link href='santosStyle.css' rel='stylesheet' title='Santos & Co.' type='text/css' />")
	}
}
getScreenRes()
