
$(document).ready(function(){
Shadowbox.init();
});
function elegirIdioma() {
	
	if( $('#listaIdioma').css('display') == 'none' ){
		//$('#listaIdioma').fadeIn('normal');
		$('#listaIdioma').attr( 'style', 'display:block;' ) ;
	}
	
	
}
function elegirIdiomaEsconder() {
	
	if( $('#listaIdioma').css('display') == 'block' ){
		//$('#listaIdioma').fadeOut('normal');
		$('#listaIdioma').attr( 'style', 'display:none;' ) ;
	}
	
	
}
function requestSHADOW(){
	Shadowbox.close();
	
	$('#enlace_auxiliar').click();
	//setTimeout("showRequest()",1000);
}
/*

$(function() {
	$("#f_desde").datepicker({dateFormat: 'dd/mm/yy', showOn: 'button', buttonImage: '/imagenes/comunes/calendar.gif', buttonImageOnly: true, changeYear: true, changeMonth: true});
	$("#f_hasta").datepicker({dateFormat: 'dd/mm/yy', showOn: 'button', buttonImage: '/imagenes/comunes/calendar.gif', buttonImageOnly: true, changeYear: true, changeMonth: true});
});
*/
/*****************************************************************************
    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 PanEuropa = {
		src: '/swf/fuentes/paneuropa.swf'
    };
	
	
  
	sIFR.activate(PanEuropa);
	
	sIFR.replace(PanEuropa, {
		selector: '.reserva'
		,css: {'.sIFR-root': { 'color': '#666666', 'font-size' : '17px','background-color' : 'transparent','letter-spacing': 0 } }
		,wmode : 'transparent'
		,offsetTop : 0
		,tuneWidth : 0
		,forceSingleLine : true
	});	
	sIFR.replace(PanEuropa, {
		selector: '#reservas'
		,css: {'.sIFR-root': { 'color': '#666666', 'font-size' : '20px','background-color' : 'transparent','letter-spacing': 0 } }
		,wmode : 'transparent'
		,offsetTop : 0
		,tuneWidth : 0
		,forceSingleLine : true
	});
	sIFR.replace(PanEuropa, {
		selector: '#reservas-online'
		,css: {'.sIFR-root': { 'color': '#0099da', 'font-size' : '20px','background-color' : 'transparent','letter-spacing': 0 } }
		,wmode : 'transparent'
		,offsetTop : 0
		,tuneWidth : 0
		,forceSingleLine : true
	});
	sIFR.replace(PanEuropa, {
		selector: '.ofertas'
		,css: {'.sIFR-root': { 'color': '#414143', 'font-size' : '20px','background-color' : 'transparent','letter-spacing': 0 } }
		,wmode : 'transparent'
		,offsetTop : 0
		,tuneWidth : 0
		,forceSingleLine : true
	});
	sIFR.replace(PanEuropa, {
		selector: '.tipo-ofertas'
		,css: {'.sIFR-root': { 'color': '#0099da', 'font-size' : '20px','background-color' : 'transparent','letter-spacing': 0 } }
		,wmode : 'transparent'
		,offsetTop : 0
		,tuneWidth : 0
		,forceSingleLine : true
	});
	

