var rutaSitio = 'http://www.loteriadesoria.com/';
var Myriad = {
    src: rutaSitio + 'flash/Myriad_Pro.swf'
  };
  var Amazone = {
	  src: rutaSitio + 'flash/Amazone_BT.swf'
  };
    sIFR.fromLocal = true;
 //sIFR.debugMode = true;
  sIFR.setPrefetchCookie  = true;
  // sIFR.domains = ['novemberborn.net'] // Don't check for domains in this demo

  sIFR.prefetch(Myriad, Amazone);
  sIFR.activate();
  
   sIFR.replaceNonDisplayed = true;
   
   sIFR.replace(Myriad, {
    selector: '#contenido h2, #resultados h3 '
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root {  leading: -3;} '
    ]
	,filters: {
      DropShadow: {
        knockout: false
        ,distance: 2
        ,color: '#6c7858'
        ,strength: 1
      }
    }
  });
       sIFR.replace(Amazone, {
    selector: '#contenido.sorteos ul#list_sorteos li h3, #contenido.sorteo_detalle h3, #v_contactar ' 
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root {  leading: -10;} '
      ,'a { text-decoration: none;color: #000000   }'
      ,'a:link { color: #000000 }'
      ,'a:hover { color: #9b0031}'
    ]
  });
  
         sIFR.replace( Myriad, {
    selector: ' #secc_comprar h3 '
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root {  leading: -10;} '
      ,'a { text-decoration: none;   }'
      ,'a:link { color: #9b0031 }'
      ,'a:hover { color: #9b0031; text-decoration:underline; }'
    ]
  });
		 
         sIFR.replace( Myriad, {
    selector: ' #vertical ul#menu_sorteos li '
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root {  leading:-3;} '
      ,'a { text-decoration: none;  color: #FFFFFF  }'
      ,'a:link { color: #FFFFFF }'
      ,'a:hover { color: #f8b569; text-decoration:none; }'
    ]
  }); 
