	
	.pre_carga{
		position: fixed;
		left: 0px;
		top: 0px;
		right: 0;
		width: 100%;
		bottom: 0;
		height: 100%;
		z-index: 9999;
		background: url('../images/cargando.gif') 50% 50% no-repeat rgb(249,249,249);
		opacity: .9;
	}
	
	#items_num{		
		padding-bottom: 0px;
		padding-top: 4px;	
	}
	
	#items_last{
		padding-bottom: 12px;
		padding-top: 4px;
	}