*,*:after,*:before{
	margin:0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#preloaderGeneral{
	background-color: rgba(30, 30, 30, 0.95);
	height: 100%;
	width: 100%;
	position: fixed;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	z-index: 999999;
}
#cargaGeneral{
	border: 11px solid rgba(236, 236, 236, 0);
	border-top-color: #eaf4f4;
	border-bottom-color: #e6f2f4;
	border-top-style: outset;
	height: 70px;
	width: 70px;
	border-radius: 100%;
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	-webkit-animation: girar 1.5s linear infinite;
	-o-animation: girar 1.5s linear infinite;
	animation: girar 1.5s linear infinite

}
#iconLoader{
	position: absolute;
	left: 0;
	top: 57%;
	right: 0;
	bottom: 0;
	font-size: 16px;
	color: white;
	text-align: center;
}
#TextPreloader2{
	position: absolute;
	left: 0;
	top: 45%;
	right: 0;
	bottom: 0;
	font-size: 16px;
	color: white;
	text-align: center;
}
#cargaProgresoApi{
	left: 400px;
	right: 400px;
}
@keyframes girar {
	from { transform: rotate(0deg);}
	to{transform: rotate(360deg);}

}
