  
#loading-div-background {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index:1000;
}
#loading-div-background-trasparente {
	position: fixed;
	top: 0;
	left: 0;
	background: gray;
	width: 100%;
	height: 100%;
	opacity: 0.3;
	filter:alpha(opacity=30);
/* 	background-image: url(../img/blank.png); */
}

#loading-div {
	width: 300px;
	height: 150px;
/* 	background-color: #DFE4EF; */
/* 	background-color: #f3f9f9; */
	background-color  : #e2f0ef;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -150px;
	margin-top: -100px;
	border:2px solid #e2f0ef;
/*     border-bottom:2px solid #003366; */
/*     border-right:2px solid #003366; */
/*     border-top:1px solid #003366; */
    border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
     box-shadow: 5px 5px 3px #888888; 
}
#loading-div img {
	height: 30px;
	margin: 16px;
}
#loading-div h2  {
	color: #003366;
	font-weight: bold;
	font-family: "Open Sans", sans-serif;
	font-style: italic;
}
