/*Loader*/
#loader{
	width: 100%;
	height: 100%;
	z-index: 20000;
	position:absolute;
	overflow: hidden;
}
	#loader .loader-bg{
		width: 100%;
		height: 100%;
		position:absolute;
		display: table-cell;
		top: 0;
		left: 0;
		background-color: rgba(255,255,255,0.8);
	}
	#loader .loader-text{
		background-color: #444;
		text-align: center;
		vertical-align: middle;
		position: absolute;
		z-index:999;
		top: 40%;
		left: 50%;
		padding: 30px 60px 42px;
		margin-left: -100px;
		width: 200px;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	}
	#loader .loader-text span{
		background: transparent url(../images/temas/gaterp/spinner2.gif) no-repeat center 23px;
		color: #FFF;
		display: inline;
		font-size:14px;
		font-weight: normal;
		line-height: 20px;
		padding-bottom: 25px;
	}
	