@charset "utf-8";
/* CSS Document */
body
{
  background-color:#CCC;
}
#container
{
  margin:auto;
  width:990px;
  background-color:#FFF;
}
#loading{
  z-index:90;
  background: url(../images/loading.gif) no-repeat 50% 50%;
	top:0px;
	left:0px;
	width:100%;
  height:100%;
}
#lo_container
{ 
  height:400px;
  width:400px;
  margin:auto;
}
#ubica
{
  margin:auto;
  width:990px;
}
#out_co
{
  width:85%;
  float:left;
  background-color:#fff;
  height:32px;
}
#out_com
{
  width:15%;
  float:left;
  background-color:#fff;
}