						   
//<![CDATA[
/*
if(typeof sIFR == "function"){
    sIFR.replaceElement(named({sSelector:"#head h2, #antepie h2, .tituloAcceso div",
                               sFlashSrc:"/img/at_sackers_gothic.swf",
                               sColor:"#000000",
                               sLinkColor:"#000000",
                               sWmode: "transparent",
                               sHoverColor:"#000000",
                               sCase:"lower",
                               selectable: false,
                               sFlashVars:"textalign=left&offsetTop=0"}));

	
    sIFR.replaceElement(named({sSelector:"#body h2, h3, h4, #body .bot3col ul li, .visitar_galeria, .reservar, #banners_horizontales_inicio .font",
                               sFlashSrc:"/img/at_sackers_gothic.swf",
                               sColor:"#000000",
                               sLinkColor:"#000000",
                               sWmode: "transparent",
                               sCase:"lower",
                               sFlashVars:"textalign=left&offsetTop=0"}));
	
    sIFR.replaceElement(named({sSelector:"h4, .reservar",
                               sFlashSrc:"/img/at_sackers_gothic.swf",
                               sColor:"#000000",
                               sLinkColor:"#000000",
                               sWmode: "transparent",
                               sCase:"lower",
                               sFlashVars:"textalign=left&offsetTop=0"}));
	
   sIFR.replaceElement(named({sSelector:"#menu_vertical .font, #banners_horizontales_inicio .font",
                              sFlashSrc:"/img/at_sackers_gothic.swf",
                              sColor:"#000000",
                              sLinkColor:"#000000",
                              sWmode: "transparent",
                              sFlashVars:"textalign=right&offsetTop=0"}));  
};
*/



$(document).ready(function(){
	
	// sifrs clickeables, thanks jquery    ñ
	$('.tituloAcceso, .trans').hover(
		function(){ $(this).css('cursor', 'pointer') },
		function(){ $(this).css('cursor', 'default') }
	);
	$('.tituloAcceso, .trans').click(function(){
		document.location.href = $('a:first', $(this)).attr('href');
	});

	// nuevos cifers
	//$('.visitar_galeria, .menu h2, .textoFicha h3, .ciferAltres, .footerTitle').cifer({ src: '/js/cifer.swf'});
	$('.visitar_galeria, .menu h2, .textoFicha h3, .ciferAltres, .footerTitle').cifer({ src: '/js/cifer_v2.swf'});
	// toma todo el espacio con el padding
	//$('.mainTitle, .subTitle, .trans h3').cifer({src: '/js/cifer.swf'});
	$('.mainTitle, .subTitle, .trans h3').cifer({src: '/js/cifer_v2.swf'});
	// 
	//$('.tituloAcceso, .forceCifer').cifer({src: '/js/cifer.swf'});
	$('.tituloAcceso, .forceCifer').cifer({src: '/js/cifer_v2.swf'});
	
	
});
//]]>

						   
						 