/**
 * @author Delfino Mario - i2medialab - www.i2medialab.com 
 * @version 1.0
 * LGPLv3 Licencia Pública General Reducida de GNU (LGPL) - http://www.gnu.org/licenses/lgpl-3.0.html
 */
@CHARSET "ISO-8859-1";

.i2m_Modal_Loading_Cont {
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 10400 !important;
}
.i2m_Modal_Loading_Int{
	margin: 0 auto;
	text-align: center;
}

.i2m_Modal_Loading_BG {
  background: #CCC;
  filter: alpha(opacity=50);
  height: 100%;
  left: 0px;
  opacity: 0.5;
  position: fixed;
  top: 0px;
  width: 100%;
}

.i2m_Modal_Loading {
  background: transparent;
  /*margin-left: -250px;*/
  position: absolute;
  width: 220px;
}

.i2m_Modal_Loading div {
  margin: 0 auto;
  padding: 2px;  
}

.i2m_Modal_Loading div {
  
}