a.disabled{
	cursor:not-allowed;
}

html, body{
	height:100%;
}

#bigPreloader{
	position:fixed;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.7);
	z-index:9999;
	padding-top:30%;
	text-align:center;
	color:#fff;
}

.soyLink{
	cursor:pointer;
}