$(document).ready(function(){
	var ie6 = navigator.userAgent.match(/IE 6.0/);
	if(!ie6){
		var lucida = {
		  src: ROOT+'media/flash/lucida.swf'
		}
		var duepuntozero = {
		  src: ROOT+'media/flash/duepuntozero.swf'
		}
		var duepuntozerolite = {
		  src: ROOT+'media/flash/duepuntozerolite.swf'
		}
		
		// You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
		// sIFR.useStyleCheck = true;
		sIFR.activate(duepuntozero,duepuntozerolite);
		sIFR.replace(duepuntozerolite, {
		  selector: '.tagline',
		  wmode: 'transparent',
		  css:['.sIFR-root { font-size:29px; text-align:justify; color: #393939; }','strong { color:#FFFFFF; }']
		});
		sIFR.replace(duepuntozerolite, {
		  selector: 'body #wrapper #content h2',
		  wmode: 'transparent',
		  fitExactly:true,
		  tuneWidth :"3px",
		  tuneHeight:"-6px",
		  css:['.sIFR-root { color: #85A123; }']
		});
		sIFR.replace(duepuntozero, {
		  selector: 'body #aviso_legal h2',
		  wmode: 'transparent',
		  fitExactly:true,
		  tuneWidth :"3px",
		  tuneHeight:"-6px",
		  css:['.sIFR-root { color: #023b55; }']
		});
		sIFR.replace(duepuntozero, {
		  selector: 'body #aviso_legal h3',
		  fitExactly:true,
		  tuneWidth :"3px",
		  tuneHeight:"-6px",	
		  css:['.sIFR-root { color: #023b55; }']
		});
		sIFR.replace(duepuntozero, {
		  selector: 'body #wrapper #content .entidades .entidad .content h4',
		  fitExactly:true,
		  tuneWidth :"3px",
		  tuneHeight:"-6px",		  
		  css:['.sIFR-root { color: #023b55; }']
		});
		sIFR.replace(duepuntozero, {
		  selector: 'body #wrapper #content .epsiilon .content h3',
		  fitExactly:true,
		  tuneWidth :"3px",
		  tuneHeight:"-6px",
		  css:['.sIFR-root { color: #023b55; }']
		});
		sIFR.replace(duepuntozero, {
		  selector: 'body #wrapper #content .presentacion h3',
		  fitExactly:true,
		  tuneWidth :"3px",
		  tuneHeight:"-5px",
		  css:['.sIFR-root { color: #023b55; }']
		});
	};
})