if (screen.width <= 1280) {
document.write('<style type=text/css>body {background-image: url(../img/comun/fondo1280-proyectos.jpg);}</style>');
}
if (screen.width >= 1281) {
document.write('<style type=text/css>body {background-image: url(../img/comun/fondo1808-proyectos.jpg);}</style>');
}
