@charset "UTF-8";
/* CSS Document */

#div_loading 
	{
		width: 100%;
		position: absolute;
		left: 0px;
		top: 0px;
		z-index: 100000;
		opacity: 0.80;
		filter: alpha(opacity=80);
		-moz-opacity: 0.8;
		height: 100%;
	}
	
#div_loading_center 
	{
		position: fixed;
		left: 0px;
		top: 0px;
		width: 100%;
		height: 100%;
		z-index: 100001;
		background: url('https://www.gruporeforma.com/reforma/suscribete/img/rutina_circulos-r.svg') 50% 50% no-repeat;			
		background-size: 400px;
	}
	
#div_loading_center img 
	{
		width: 400px;
		height: 400px;
	}
	
.black_overlay 
{
	display: block;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index: 1001;
	-moz-opacity: 0.8;
	opacity: .80;
	filter: alpha(opacity=80);
}
	
.oculto 
	{
		display: none;
	}