$(document).ready(function(){


//Animar();

$(".ROLL").hover(function(){this.src = this.src.replace("_off","_roll");},function(){this.src = this.src.replace("_roll","_off");});



//MENU///////////////////////////////////////////////////////////////////////////////
	$('#MENU ul a')
		.css( {backgroundPosition: "40px 48px"} )
		.mouseover(function(){
			$(this).stop().animate({backgroundPosition:"(-20px 109px)"}, {duration:500})
		})
		.mouseout(function(){
			$(this).stop().animate({backgroundPosition:"(40px 48px)"}, {duration:200, complete:function(){
				$(this).css({backgroundPosition: "-20px 48px"})
			}})
		})

//CLIENTES///////////////////////////////////////////////////////////////////////////////
 $('.ModClientes .Modulo ul li').hover(function(){
		 $(this).children('img').stop().animate({'top' : '-100px'}, 200);
 }, function(){$(this).children('img').stop().animate({'top' : '0px', 'left' : '0px'}, 800);});


//NAVEGACION BULEBOO///////////////////////////////////////////////////////////////////////////////
$(".MENU_Buleboo a").click(function(event){  
 // cuando se produzca el evento asignamos un estilo css de color de fondo al enlace $(this)  
 $(".MENU_Buleboo a").removeClass('Activo');
 $(this).addClass('Activo');
}); 





//$(".Texto.Menu01").show("slow");
$(".Texto.Menu01").fadeIn("slow");
$(".MENU_Buleboo a").first().addClass('Activo');
$(".Texto.MenuS01").fadeIn("slow");

$('.T_Home .Texto ul').cycle({fx:'fade', cleartypeNoBg: true, speed:300, timeout: 4000});

//Contacto///////////////////////////////////////////////////////////////////////////////
	$(".T_Contacto #Contacto").validate({
			rules: {
				Nombre: { required: true },
				Apellido1: { required: true }, 
				Empresa: { required: true }, 
				Email: { required: true, email: true },
				TelMovil: { required: true, number: true, minlength: 9, maxlength: 9 }
			}
		});


 
 
 
$("#slider").easySlider({auto: true,continuous: true});






});



// ANIMAR
function Animar() {
$(".ModTrabajos2 .BTN_VerOtraVez").hide();
//$(".ModTrabajos2 #IMAGEN4").animate({marginTop: "-800", opacity: 'toggle'}, 14000, 'linear', function(){
$(".ModTrabajos2 #IMAGEN").fadeIn('slow');
$(".ModTrabajos2 #IMAGEN").animate({marginTop: "-800"}, 14000, 'linear', function(){
$(".ModTrabajos2 #IMAGEN").fadeOut('slow');
$(".ModTrabajos2 #IMAGEN2").fadeIn('slow');
$(".ModTrabajos2 #IMAGEN2").animate({marginTop: "400"}, 7000, 'linear', function(){
$(".ModTrabajos2 #IMAGEN2").fadeOut('slow');
$(".ModTrabajos2 #IMAGEN3").fadeIn('slow');
$(".ModTrabajos2 #IMAGEN3").animate({marginTop: "-400"}, 7000, 'linear', function(){
$(".ModTrabajos2 #IMAGEN3").fadeOut('slow');
$(".ModTrabajos2 #IMAGEN4").fadeIn('slow');
$(".ModTrabajos2 #IMAGEN4").animate({marginTop: "400"}, 7000, 'linear', function(){
$(".ModTrabajos2 #IMAGEN4").fadeOut('slow');
//SEGUNDA VEZ
$(".ModTrabajos2 #IMAGEN").fadeIn('slow');
$(".ModTrabajos2 #IMAGEN").animate({marginTop: "-400"}, 7000, 'linear', function(){
$(".ModTrabajos2 #IMAGEN").fadeOut('slow');
$(".ModTrabajos2 #IMAGEN2").fadeIn('slow');
$(".ModTrabajos2 #IMAGEN2").animate({marginTop: "0"}, 7000, 'linear', function(){
$(".ModTrabajos2 #IMAGEN2").fadeOut('slow');
$(".ModTrabajos2 #IMAGEN3").fadeIn('slow');
$(".ModTrabajos2 #IMAGEN3").animate({marginTop: "0"}, 7000, 'linear', function(){
$(".ModTrabajos2 #IMAGEN3").fadeOut('slow');
$(".ModTrabajos2 #IMAGEN4").fadeIn('slow');
$(".ModTrabajos2 #IMAGEN4").animate({marginTop: "0"}, 7000, 'linear', function(){
$(".ModTrabajos2 #IMAGEN4").fadeOut('slow');
$(".ModTrabajos2 .BTN_VerOtraVez").attr({"style": 'display:block'});
$(".ModTrabajos2 .BTN_VerOtraVez").fadeIn('slow');
});
});
});
});
});
});
});
});
}


function OcultaTXTBuleboo() {
	$("#CENTRAL.ModBuleboo .Texto").hide();
}

function MuestraTXTBuleboo(cual) {
		if (cual == 'MenuS01')	{$('.FondoCentral').css({backgroundImage: "url(img/fondos/servicios.png)"});}
		if (cual == 'MenuS02')	{$('.FondoCentral').css({backgroundImage: "url(img/fondos/servicios-02.png)"});}
//		if (cual == 'MenuS01')	{$('.FondoCentral').attr({"style": 'background-image:url(img/fondos/servicios.png)'});}
//		if (cual == 'MenuS02')	{$('.FondoCentral').attr({"style": 'background-image:url(img/fondos/servicios-02.png)'});}
	$("#CENTRAL.ModBuleboo .Texto").hide();
//	$("."+cual).show("slow");
	$("."+cual).fadeIn("slow");
}

