/****************************** ESTILOS STANDARD ************************************/
/************************************************************************************/
.sw_loading_layer {
	display: none;
	filter:alpha(opacity=20); 
	-moz-opacity:0.2; 
	position:absolute; 
	left:0; 
	top:0; 
	width:1px; 
	height:1px; 
	z-index:1000; 
}

.sw_loading_content {
	text-align: center;
	vertical-align: middle;
}

.sw_loading_background {
	background-color: #000000;
	width:100%;
	height:100%;
}

.sw_loading_text {
	position:relative; 
	left:-85; 
	top:-45; 
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color:#FFFFFF;
}

/****************************** ESTILOS STANDARD 2 **********************************/
/************************************************************************************/
.sw_loading_under_layer {
	display: none;
	position:absolute; 
	left:0; 
	top:0; 
	width:1px; 
	height:1px; 
	z-index:1000; 
}

.sw_loading_under_background {
	width:100%;
	height:100%;
}

.sw_loading_under_superior {
	background-image:url('semi-transparent.gif');
}

.sw_loading_under_content {
	text-align: center;
	vertical-align: middle; 
	height:20px;
	background-color:#99CC33;
	border-top:1px solid black;
}

.sw_loading_under_text {
	position:relative; 
	font-family: Tahoma;
	font-size: 11px;
	top:-3px;
	left:2px;
	font-weight: bold;
	color:#EEFFCC;
}