body{
	/*background-color:#F1F0E7;*/
	/*background-color: #050505;*/
	/*background-color: #F1EEE4;*/
	/*-background-color: #303336;*/
	background-color: #333;
	color:white;
	overflow:hidden;
}
#loading-mask {
  position: absolute;
  left:     0;
  top:      0;
  width:    100%;
  height:   100%;
  z-index:  20000;
  /*background-color: #050505;*/
	background-color: #FFFFFF;
}
#loading {
  position: absolute;
  left:     50%;
  top:      50%;
  /*adding:  2px;*/
  z-index:  20001;
  height:   48px;
	width :   128px;
  margin:   -48px 0 0 -64px;
}

#loading .loading-indicator {
  background:url('/assets/img/ajax-loader.gif') no-repeat;
  color			:#fff;
  font			:bold 13px tahoma,arial,helvetica;
  padding		:0;
  margin		:0;
  text-align:center;
  height		:48px;
}

#bottom{
	background-color:black;
	background: #000000 url('/assets/img/barra.jpg') repeat-x;
	height	: 42px;
}

#LogoGbyteH {
	position:absolute;
	left:5px;
	top:10px;
	width:208px;
	height:50px;
	z-index:1;
}
.LogoCliente{
	position:absolute;
	top:10px;
	/*width:208px;
	height:75px;*/
	z-index:1;
	right: 19px;
}

.TituloPrincipal{
	position:absolute;
	height: 70px;
	top: 3px;
	width: 100%;
	font:bold 28px tahoma,arial,helvetica;
	color: white;
	text-align:center;
}

#cfooter{
 text-align:center; 
}

#tableLogin{	
  font-family; Verdana;
  margin-right	: 5px;
}
#tableLogin td{
  color: #C3D9FF;
  font-weight	:normal;
  font-size:16px;
  text-align:right;
}
#tableLogin .i{
  border		: 2px solid #0070bf;
  padding		: 3px;
  font-weight	: bold;
  width		: 120px;
  color		: black;
}

.BoxVarmacGlobal{
  margin-top:10px;
  width:291px;
  height:110px;
  border:1px solid white;
  background: #739DC7 url('/assets/img/logo/varmacglobal.jpg') 0px right no-repeat;
  cursor:pointer;
}
.BoxGbyte{
  margin-top:10px;
  width:291px;
  height:180px;
  border:1px solid white;
  background:url('/assets/img/logo/50px/gbyte.jpg') 78px 10px no-repeat;
}
.BoxVarmac{
  margin-top:10px;
  width:291px;
  height:110px;
  border:1px solid white;
  background:url('/assets/img/logo/50px/varmac.jpg') 77px 10px no-repeat;
  cursor:pointer;
}