var helveticaCn = {
    src: '/backend/veranosdelavilla/2009/xx/swf/helveticaCn.swf'
  
  };
  
  var helveticaStd = {
    src: '/backend/veranosdelavilla/2009/xx/swf/helveticaStd.swf'
     };
  
  var helveticaBlk = {
    src: '/backend/veranosdelavilla/2009/xx/swf/helveticaBlk.swf'
   };
  var futura = {
		    src: '/backend/jazz/2009/xx/swf/futura.swf'
		   };

  // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
  sIFR.useStyleCheck = true;
  sIFR.activate(helveticaStd, helveticaBlk,helveticaCn,futura);


 sIFR.replace(helveticaBlk, {
    selector: 'h1.titulo'
    ,css: '.sIFR-root { font-size:24px;  }'
    ,wmode: 'transparent'
  });
  


 sIFR.replace(futura, {
	    selector: 'h1#titulo_busqueda'
	    ,css:[ '.sIFR-root { font-size:26px;color:#ffffff;background-color:#000000;}'
	          ]	
	           ,wmode: 'transparent'
	  });
 
  
 sIFR.replace(helveticaCn, {
	    selector: '.tituloDestacadoGrande '
	    ,css: [
	      '.sIFR-root { font-size:22px;text-align:center;cursor:hand; color: #ffffff; background-color:#000000; }'
	      ,'a { text-decoration: none;color: #ffffff; }'
	      ,'a:link {color: #ffffff;}'
	      ,'a:visited {color: #ffffff;}'
	      ,'a:hover {color: #ffffff; }'
	    ]
	    ,wmode: 'transparent'
	  });
	  
	  sIFR.replace(helveticaCn, {
		    selector: '.tituloDestacadoClaro '
		    ,css: [
		      '.sIFR-root { font-size:16px;text-align:center;cursor:hand; color: #000000; background-color:#b0e04d; }'
		      ,'a { text-decoration: none;color: #000000; }'
		      ,'a:link {color: #000000;}'
		      ,'a:visited {color: #000000;}'
		      ,'a:hover {color: #000000; }'
		    ]
		    ,wmode: 'transparent'
		  });
	  sIFR.replace(helveticaCn, {
		    selector: '.tituloDestacadoOscuro '
		    ,css: [
		      '.sIFR-root { font-size:16px;text-align:center;cursor:hand; color: #ffffff;background-color:#72a900; }'
		      ,'a { text-decoration: none;color: #ffffff; }'
		      ,'a:link {color: #ffffff;}'
		      ,'a:visited {color: #ffffff;}'
		      ,'a:hover {color: #ffffff; }'
		    ]
		    ,wmode: 'transparent'
		  });
  