var fuente1 = { src: 'sifr3/monotype.swf' };
var fuente2 = { src: 'sifr3/arial.swf' };


sIFR.activate(fuente1);



sIFR.replace(fuente1, {
  selector: '.frase'
  ,css: [
    '..sIFR-root { text-align: left; color: #ffffff; font-size:24px; }'
	,'a { text-decoration: none; font-size:24px; }'
      ,'a:link { color: #FFFFFF; text-decoration:none;  }'
      ,'a:hover { color: #ffffff; }'
  ],
  wmode: "transparent"

});

sIFR.replace(fuente2, {
  selector: 'h1'
  ,css: [
    '.sIFR-root { text-align: left; color: #610332; font-size:24px; }'
  ],
  wmode: "transparent"

});


sIFR.replace(fuente1, {
  selector: 'h2'
  ,css: [
    '.sIFR-root { text-align: left; color: #ffffff; font-size:21px; }'
  ],
  wmode: "transparent"

});


sIFR.replace(fuente2, {
  selector: 'h3'
  ,css: [
    '.sIFR-root { text-align: left; color: #56012b; font-size:16px; }'
  ],
  wmode: "transparent"

});


sIFR.replace(fuente2, {
  selector: 'h4'
  ,css: [
    '.sIFR-root { text-align: left; color: #454545; font-size:15px; text-align:center; font-weight: bold;  }'
	,'a { text-decoration: none; font-size:15px; height:16px; }'
      ,'a:link { color: #454545; text-decoration:none;  }'
      ,'a:hover { color: #000000; }'
  ],
  wmode: "transparent"

});

sIFR.replace(fuente2, {
  selector: 'h5'
  ,css: [
    '.sIFR-root { text-align: left; color: #610332; font-size:23px;  }'
  ],
  wmode: "transparent"

});


sIFR.replace(fuente2, {
  selector: 'h6'
  ,css: [
    '.sIFR-root { text-align: left; color: #450223; font-size:14px; }'
  ],
  wmode: "transparent"

});

sIFR.replace(fuente2, {
  selector: '.tit_galeria'
  ,css: [
    '.sIFR-root { text-align: left; color: #610332; font-size:14px; margin:0px  }'
  ],
  wmode: "transparent"

});


sIFR.replace(fuente2, {
  selector: '.tit_Listado'
  ,css: [
    '.sIFR-root { text-align: left; color: #610332; font-size:18px;  }'
  ],
  wmode: "transparent"

});

sIFR.replace(fuente2, {
  selector: '.tit_ListadoP'
  ,css: [
    '.sIFR-root { text-align: left; color: #610332; font-size:16px;  }'
  ],
  wmode: "transparent"

});

sIFR.replace(fuente1, {
  selector: '.titulo_acceso'
  ,css: {
    '.sIFR-root': { 'background-color': '#EEEEEE','color': '#FFFFFF','text-align':'left' }
  },
  wmode: "transparent"

});          


sIFR.replace(fuente1, {
  selector: '.sifr_menu'
  ,css: [
      '.sIFR-root { text-align: left; color: #FFFFFF; }'
      ,'a { text-decoration: none; font-size:13px; height:14px; }'
      ,'a:link { color: #0057a4; text-decoration:none;  }'
      ,'a:hover { color: #000000; }'
    ],
  wmode: "transparent"

});



sIFR.replace(fuente1, {
  selector: '.txt_rec'
  ,css: [
      '.sIFR-root { text-align: center; color: #FFFFFF; }'
      ,'a { text-decoration: none; font-size:16px; }'
      ,'a:link { color: #FFFFFF; text-decoration:none;  }'
      ,'a:hover { color: #FFFFFF; }'
    ],
  wmode: "transparent"

});

sIFR.replace(fuente1, {
  selector: '.txt_btn'
  ,css: [
      '.sIFR-root { text-align: center; color: #FFFFFF; }'
      ,'a { text-decoration: none; font-size:13px; }'
      ,'a:link { color: #FFFFFF; text-decoration:none;  }'
      ,'a:hover { color: #FFFFFF; }'
    ],
  wmode: "transparent"

});


sIFR.replace(fuente1, {
  selector: '.link_acceso'
  ,css: [
      '.sIFR-root { text-align: center; color: #FFFFFF; }'
      ,'a { text-decoration: none; font-size:12px; width:18px; }'
      ,'a:link { color: #FFFFFF; text-decoration:none;  }'
      ,'a:hover { color: #FFFFFF; }'
    ],
  wmode: "transparent"

});
    




sIFR.replace(fuente1, {
  selector: '.txt_white'
  ,css: [
    '.sIFR-root { text-align: left; color: #ffffff; font-size:17px; }'
  ],
  wmode: "transparent"

});