/*****************************************************************************
    The sIFR configuration should typically go in `sifr-config.js`, but in order to
    keep the config file clean, and to give a quick overview, it's done here instead.
    *****************************************************************************/

  var serifa = {
      src: '/swf/fuentes/serif-roman.swf'
    };
	
  sIFR.activate(serifa);

	  sIFR.replace(serifa, {
      selector: '.tit-noticia-index'
	  ,css: {'.sIFR-root': { 'color': '#003b79', 'font-size' : '16px','background-color' : 'transparent','letter-spacing': 0 } }
	  ,wmode : 'transparent'
	  ,offsetTop : 0
    });
	 sIFR.replace(serifa, {
      selector: '.tit-obras'
	  ,css: {'.sIFR-root': { 'color': '#003b79', 'font-size' : '16px','background-color' : 'transparent','letter-spacing': 0 } }
	  ,wmode : 'transparent'
	  ,offsetTop : 0
    });
	 

