$(document).ready(function(){
						   
	$(function() {
		$('.media').media({ 
			autoplay:  true,
			width: 446,
			height: 246,
			flashvars: { autostart: 'true' } , 
			params:    { wmode: 'transparent', quality: 'high' }, // object params/embed attrs 
			caption:   false // supress caption text 
		}); 
	});
						  

	
	
	Shadowbox.init();
});

/*****************************************************************************
    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 Univers2 = {
		src: '/swf/HelveticaExtraCompresed.swf'
    };
	
  
	sIFR.activate(Univers2);
	
	sIFR.replace(Univers2, {
		selector: '.NombreNaranja'
		,css: {'.sIFR-root': { 'color': '#f29511', 'font-size' : '20px','background-color' : 'transparent','letter-spacing': 0 } }
		,wmode : 'transparent'
		,offsetTop : 0
		,tuneWidth : 0
		,forceSingleLine : true
	});
	
	sIFR.replace(Univers2, {
		selector: '.NombreBlanco'
		,css: {'.sIFR-root': { 'color': '#ffffff', 'font-size' : '20px','background-color' : 'transparent','letter-spacing': 0 } }
		,wmode : 'transparent'
		,offsetTop : 0
		,tuneWidth : 0
		,forceSingleLine : true
	});
	
	sIFR.replace(Univers2, {
		selector: '.NombreCategoria'
		,css: {'.sIFR-root': { 'color': '#777777', 'font-size' : '24px','background-color' : 'transparent','letter-spacing': 0 } }
		,wmode : 'transparent'
		,offsetTop : 0
		,tuneWidth : 0
		,forceSingleLine : true
	});
	
	sIFR.replace(Univers2, {
		selector: '.nombre_menu_promo'
		,css: {'.sIFR-root': { 'color': '#FFFFFF', 'font-size' : '24px','background-color' : 'transparent','letter-spacing': 0 } }
		,wmode : 'transparent'
		,offsetTop : 0
		,tuneWidth : 0
		,forceSingleLine : true
	});
	
	sIFR.replace(Univers2, {
		selector: '.titulo_formu'
		,css: {'.sIFR-root': { 'color': '#4D4D4D', 'font-size' : '20px','background-color' : 'transparent','letter-spacing': 0 } }
		,wmode : 'transparent'
		,offsetTop : -5
		,tuneWidth : 0
		,forceSingleLine : true
	});
	
	
