$(function(){

});


$(document).ready(function() {
  //cuerpo 
  $(".respuesta").hide();
  //
  $(".pregunta").click(function(){
  $(this).next(".respuesta").slideToggle(600);
  });
  
  
  $('#testimonials-slide').anythingSlider({
				resizeContents      : false, // If true, solitary images/objects in the panel will expand to fit the viewport
				navigationSize      : 3,     // Set this to the maximum number of visible navigation tabs; false to disable
				buildArrows         : false,
				delay               : 3000,
				startText           : "Iniciar",
				stopText            : "Detener",
				buildNavigation	    : false,
				buildStartStop      : false,
				autoPlay            : true
  });
	         
  
});


/////////nivo slider para home renovators
$(window).load(function() {
            $('#slider').nivoSlider({
               pauseTime:5000
            
            });
}); 

