/* 
    Document   : jquery.loading
    Created on : 11-abr-2013, 12:26:34
    Author     : julio
    Description:
        Purpose of the stylesheet follows.
*/

#loading_blanket {
	opacity: .2;
	background-color: #FFFFFF;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	display: none;
}

#loading_ventana {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 1001;
	display: none;
}

#loading_ventana div {
	width: 100px;
	height: 100px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background: #FFFFFF url(../images/loading.gif) no-repeat center;
}

