$(document).ready(function (){
	//$('#PIE-PAGINA').find('.BOTONES UL').corner({tl:{radius:0},tr:{radius:12},bl:{radius:0},br:{radius:0},antiAlias:true,autoPad:true}).andSelf();
	//$('#NOTICIAS-BREVES').corner({tl:{radius:10},tr:{radius:0},bl:{radius:10},br:{radius:0},antiAlias:true,autoPad:true});
	//$('#MENU-ENCUESTA').corner({tl:{radius:15},tr:{radius:15},bl:{radius:15},br:{radius:15},antiAlias:true,autoPad:true});
	//$('#MENU-ENCUESTA').find('#ENCUESTA-BOTON').corner({tl:{radius:5},tr:{radius:5},bl:{radius:5},br:{radius:5},antiAlias:true,autoPad:true}).andSelf();

	$('.INFOGRAFIAS')
	  .find('.prettyPhoto')
	  //.click(function(){
  	  //  var algos = $('first a.algo')
  	  //  $('a.algo').prettyPhoto({animationSpeed:'slow',theme:'pp_compages',slideshow:5000, autoplay_slideshow:false,overlay_gallery:false});
  	  //  algos.prettyPhoto.open(algos.href,'Title','Description');
	  //  return false;
          //})
	  .find('a')
	  .prettyPhoto({animationSpeed:'slow',theme:'pp_compages',slideshow:5000, autoplay_slideshow:false,overlay_gallery:false})
	  .andSelf();


        $('.INFOGRAFIAS').find('.nivoSlider').nivoSlider({
          slices:0,
          //effect:'sliceDown'
          animSpeed:300,
          manualAdvance:true,
          pauseTime:5000,
          startSlide:0,
          directionNav:true,
          directionNavHide:false,
          controlNav:false,
          pauseOnHover:false,
          captionOpacity:0.8
        });

});
