    var museo = {
    	src: 'flash/museo700-regular.swf'
    };

    sIFR.activate(museo);
	

    sIFR.replace(museo, {
    	selector: 'div#contenedorSlogan div.lineaSlogan2',
		css: [
			'.sIFR-root { font-size:18px; color:#FFFFFF; text-align: right;}'
		],    	
		wmode: 'transparent'
    });	
	
	sIFR.replace(museo, {
    	selector: 'div#contenedorSlogan div.lineaSlogan1',
		css: [
			'.sIFR-root { font-size:18px; color:#FFFFFF;}'
		],    	
		wmode: 'transparent'
    });	
	
	sIFR.replace(museo, {
    	selector: 'div#contenedorMuestraTrabajoTexto div.titulo',
		css: [
			'.sIFR-root { font-size:11px; color:#FFFFFF; height: 12px; overflow: hidden}'
		],    	
		wmode: 'transparent'
    });	
	
	sIFR.replace(museo, {
    	selector: '.titulo',
		css: [
			'.sIFR-root { font-size:13px; color:#FFFFFF; font-weight: normal; text-transform:uppercase;}'
		],    	
		wmode: 'transparent'
    });	
	
	sIFR.replace(museo, {
    	selector: '.tituloBlack',
		css: [
			'.sIFR-root { font-size:13px; color:#000000; font-weight: normal; text-transform:uppercase;}'
		],    	
		wmode: 'transparent'
    });	

