
$(document).ready(function() {
						   
$('#contenidos').fadeOut("fast").load('primertexto.html', function(){
	$(this).fadeIn();
	});
						   
///////////////////////////////////////////headers//////////////////////////////////////////////////////////////

    $('#corporales').click(function() {
    $('#cabecera').fadeOut("fast").load('head4.html', function(){
	$(this).fadeIn();
	});

  });

//
    $('#relajacion').click(function() {
    $('#cabecera').fadeOut("fast").load('head5.html', function(){
	$(this).fadeIn();
	});

  });

//
    $('#faciales').click(function() {
    $('#cabecera').fadeOut("fast").load('head2.html', function(){
	$(this).fadeIn();
	});

  });

//
    $('#pulsada').click(function() {
    $('#cabecera').fadeOut("fast").load('head3.html', function(){
	$(this).fadeIn();
	});

  });
	
/////////////////////////////contenidos////////////////////////////////


  $('#corporales').click(function() {
    $('#contenidos').fadeOut("fast").load('submenutratamientoscorporales.html', function(){
	$(this).fadeIn();
	});

  });
  
     
    $('#relajacion').click(function() {
    $('#contenidos').fadeOut("fast").load('submenuterapias.html', function(){
	$(this).fadeIn();
	});

  });
  
  
  
  
  $('#faciales').click(function() {
    $('#contenidos').fadeOut("fast").load('submenufaciales.html', function(){
	$(this).fadeIn();
	});	

  });
  
	
	  $('#pulsada').click(function() {
    $('#contenidos').fadeOut("fast").load('submenutratamientosluzpulsada.html', function(){
	$(this).fadeIn();
	});	

  });
	  
	$('#spa').click(function() {
    $('#contenidos').fadeOut("fast").load('submenupaquetesconceptospa.html', function(){
	$(this).fadeIn();
	});	

  });
	
	$('#contactenos').click(function() {
    $('#contenidos').fadeOut("fast").load('contactenos.html', function(){
	$(this).fadeIn();
	});	

  });	
	
		$('#productos').click(function() {
    $('#contenidos').fadeOut("fast").load('productos.html', function(){
	$(this).fadeIn();
	});	

  });	
		
				$('#alternativas').click(function() {
    $('#contenidos').fadeOut("fast").load('alternativas.html', function(){
	$(this).fadeIn();
	});	

  });
		


				$('#boletin').click(function() {
    $('#contenidos').fadeOut("fast").load('boletin.php', function(){
	$(this).fadeIn();
	});	

  });
				
				$('#promos').click(function() {
    $('#contenidos').fadeOut("fast").load('promocion.php', function(){
	$(this).fadeIn();
	});	

  });	
				
				
				$('#promoshead').click(function() {
    $('#contenidos').fadeOut("fast").load('promocion.php', function(){
	$(this).fadeIn();
	});	

  });					
				
				
				
		///////////////////////////////cargador//////////////////////
	
   $('#cargando_imagen').ajaxStart(function() {
 $(this).show();
 }).ajaxStop(function() {
 $(this).hide();
 });
  
});



