$(document).ready(function(){	
	/* Funcion para el flash */
	
	$(function() {
		$('.media').media({ 
			autoplay:  true,
			width: 987,
			height: 146,
			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 helvetica = {
      src: '/swf/fuentes/helvetica.swf'
    };

    // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
    // sIFR.useStyleCheck = true;
    sIFR.activate(helvetica);

    sIFR.replace(helvetica, {
      selector: 'h2.azulnegrita'
	  ,css: {'.sIFR-root': { 'color': '#066aa7', 'font-size' : '30px','background-color' : 'transparent','letter-spacing': -0.5, 'text-transform': 'capitalize' } }
	  ,wmode : 'transparent'
    });

	sIFR.replace(helvetica, {
      selector: '.titulo'
	  ,css: {'.sIFR-root': { 'color': '#5c5c5c', 'font-size' : '23px','background-color' : 'transparent','letter-spacing': -0.5,'letter-spacing': -0.5 } }
	  ,wmode : 'transparent'
    });

	  sIFR.replace(helvetica, {
	  selector: 'h2.request'
	  ,css: {'.sIFR-root': { 'color': '#ffffff', 'font-size' : '23px','background-color' : 'transparent', 'font-weight':'normal','letter-spacing': -0.5 } }
	  ,wmode : 'transparent'
    });	

