$(function() {
	
	//$("a.bold").attr({title: "Negrilla"});
	
	//calendario
	$(".calendario, input[name*=fecha]  ").datepicker({    
			yearRange: "1900:2010",
			showOn: "both", 
			buttonImage: "/tie/img/calendario.png", 
			buttonImageOnly: true,
			dateFormat: "dd-mm-yy",
			firstDay: 1
			//, showAnim: "drop", 
		// 	showOptions: {direction: "down"}
	  });	
	  //$('[id*=fecha]').addClass("rojo");

	$(".arbol").treeview({
		animated: "fast",
		collapsed: true,
		unique: true
	});
	
	//muestra error de validacion
	$("select+img.valida_error_imagen").addClass("valida_error_imagen_select");

	//hover de fila
	$('table.mantenedor').tableHover();

//	$("body").css("display","none");
//

});

//deshabilita Google Analitycs
$.gaTracker = function(){}

