var titular = {  src: 'img/fl/themix.swf'};var laterales = {  src: 'img/fl/century.swf'};sIFR.activate(titular);sIFR.replace(titular, {  selector: 'h1#noticia span.titular',  wmode: 'transparent',  css: {      '.sIFR-root': { 'color': '#333333' }    }});sIFR.replace(titular, {  selector: 'h1#textos',  wmode: 'transparent',  css: {      '.sIFR-root': { 'color': '#333333' }    }});sIFR.replace(titular, {  selector: 'h1#proyectos',  wmode: 'transparent',  css: {      '.sIFR-root': { 'color': '#333333' }    }});sIFR.replace(titular, {  selector: 'h2.proyectos',  wmode: 'transparent',  css: {      '.sIFR-root': {'font-size': '16', 'color': '#666666' }    }});sIFR.replace(titular, {  selector: 'h2#p1',  wmode: 'transparent',  css: {      '.sIFR-root': {'font-size': '16', 'color': '#333333' }    }});sIFR.replace(titular, {  selector: 'div#np h4',  wmode: 'transparent',  css: {      '.sIFR-root': {'font-size': '18', 'color': '#333333' }    }});sIFR.replace(titular, {    selector: 'h2.sim',	wmode:'transparent',     css: [      '.sIFR-root { font-size:16}'      ,'a { text-decoration: none }'      ,'a:link { color: #666666 }'      ,'a:hover { color: #df0030 }'    ]  });sIFR.replace(titular, {  selector: 'h1#noticia span.seccion',  wmode: 'transparent',  css: {      '.sIFR-root': {'font-size': '12', 'color': '#df0030', 'text-transform': 'uppercase' }    }});sIFR.replace(titular, {  selector: 'h3#notport',  wmode: 'transparent',  css: {      '.sIFR-root': {'font-size': '12', 'color': '#df0030', 'text-transform': 'uppercase' }    }});sIFR.replace(laterales, {  selector: 'h2.mlat',  wmode: 'transparent',  css: {      '.sIFR-root': {'font-size': '16', 'color': '#555555', 'text-transform': 'lowercase', 'letter-spacing': '3', 'text-align': 'right' }    }});