// RIDIMENSIONA LAYOUT

var screenwidth = screen.width;
			//if (screenwidth<= 1280) {
			if (screenwidth<= 1100) {
		  	document.write('<link rel="stylesheet" href="/orange/csspmw/1024.css" type="text/css" media="screen" />');
		}
