
#loading{
		width:25px;
		height:25px;
		border:solid 5px #ccc;
		border-top-color:#ff6a00;
		border-radius:100%;
		position:fixed;
		left:0;
		top:0;
		right:0;
		bottom:0;
		margin:auto;
		animation:putar 1s linear infinite;
		display:none;
		z-index:99;
	}
#loading13{
		width:25px;
		height:25px;
		border:solid 5px #ccc;
		border-top-color:#ff6a00;
		border-radius:100%;
		position:fixed;
		left:0;
		top:0;
		right:0;
		bottom:0;
		margin:auto;
		animation:putar 750ms linear infinite;
		z-index:99;
	}	
			
	@keyframes putar{
		from{transform:rotate(0deg)}
		to  {transform:rotate(360deg)}
	}

#loadingX{
		width:100%;
		height:100%;
		background-color:black;
		position:fixed;
		left:0;
		top:0;
		right:0;
		bottom:0;
		opacity:0.7;
		margin:auto;
		display:none;
		z-index:99;
	}
			
			
#loading12{
		width:100vw;
		height:100vh;
		position:fixed;
		left:0;
		top:0;
		right:0;
		bottom:0;
		margin:auto;
		background-color:black;
		opacity:0.8;
		z-index:99;
		display:none;
	}


#loading122{
		width:100vw;
		height:100vh;
		position:fixed;
		left:0;
		top:0;
		right:0;
		bottom:0;
		margin:auto;
		background-color:black;
		opacity:0.8;
		z-index:99;
	}	
			
