document.observe("dom:loaded",function(){
	if(screen.width<1024){
		$('inicio_css').href="css/inicio_800.css";
	}
});
