// JavaScript Document
        if (screen.width == 1024) { 
			document.write('<link rel="stylesheet" type="text/css" href="distribucion1024.css">'); 
		} else
		if (screen.width == 1152) { 
			document.write('<link rel="stylesheet" type="text/css" href="distribucion1152.css">'); 
		} else
		if (screen.width == 1280) { 
			document.write('<link rel="stylesheet" type="text/css" href="distribucion1280.css">'); 
		} else
        if (screen.width == 1360) { 
			document.write('<link rel="stylesheet" type="text/css" href="distribucion1360.css">'); 
		} else
        if (screen.width == 1366) { 
			document.write('<link rel="stylesheet" type="text/css" href="distribucion1360.css">'); 
		} else
        if (screen.width == 1400) { 
			document.write('<link rel="stylesheet" type="text/css" href="distribucion1400.css">'); 
		} else
        if (screen.width == 1440) { 
			document.write('<link rel="stylesheet" type="text/css" href="distribucion1440.css">'); 
		} else
        if (screen.width == 1600) { 
			document.write('<link rel="stylesheet" type="text/css" href="distribucion1600.css">'); 
		} else
        if (screen.width == 1680) { 
			document.write('<link rel="stylesheet" type="text/css" href="distribucion1680.css">'); 
		} else
        if (screen.width == 1920) { 
			document.write('<link rel="stylesheet" type="text/css" href="distribucion1920.css">'); 
		} else
        if (screen.width == 2048) { 
			document.write('<link rel="stylesheet" type="text/css" href="distribucion2048.css">'); 
		} else
        if (screen.width == 2560) { 
			document.write('<link rel="stylesheet" type="text/css" href="distribucion2560.css">'); 
		} else
        if (screen.width == 3200) { 
			document.write('<link rel="stylesheet" type="text/css" href="distribucion3200.css">'); 
		} else {document.write('<link rel="stylesheet" type="text/css" href="distribucion.css">'); }

