/* CSS Document */

/* basicos */
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	text-align: left;
}
.head{
	top: 0px;
	left: 167px;
	height: 100px;
	z-index: 200;
	cursor: pointer;
	display: block;
}
.container{
	z-index: 100;
	display: block;
}
.indexFollow{
   display: none;
}
.container td{
    vertical-align: top;
}
.contador{
    display: none;
}
.menu{
   position: absolute;
   top: 27px;
   z-index: 1000;
   display: none;
}
.itemMenu{
	right: 70px;
	float: right;
	margin-left: 30px;
	margin-right: 10px;
}
.itemMenu a{
	text-decoration: none;
	color: #fff;
	cursor: pointer;
	text-transform: uppercase;
	font-size: 9px;
}
.itemMenu a:hover{
	color: #000;
}
.menuLateral{
  position: absolute;
  width: 150px;
  z-index: 1000;
  margin-top: 9px;
  margin-left: 30px;
  _margin-left: 0px;
  border-right: 2px solid red;
}
.menuLateral .itemMenu{
  clear: both;
  width: 100%;
  line-height: 25px;
}
.menuLateral .itemMenu a{
  color: #069;
  width: 100%;
  padding: 10px;
} 
.menuLateral .itemMenu a:hover{
  text-decoration: underline;
} 
.endereco{
	color: #999;
	font-size: 9px;
	text-align: center;
	vertical-align: middle;
	line-height: 45px;
	clear: both;
}
.endereco a{
	text-decoration: none;
	color: #360;
	cursor: pointer;
}
.endereco a:hover{
    text-decoration: underline;
	color: #000;
}
.anuncios{
  width: 160px;
  top: 20px;
  position: absolute;
  display: block;
  background-color: #F1EFE2;
}
/* basicos */

/* fundo  */
.banda{
   z-index: 0;
   position: absolute;
   height: 54;
   width: 60%;
   top: 7px;
   background-repeat: repeat-x;
   background-position: left;
   display: none;
}
.esquerda{
  left: 10px;
}

.direita{
  left: 925px;
}
/* fundo */

/* mensagens  */
.mensagem{
  height: 25px;
  margin-left: 17px;
  margin-right: 18px;
  top: 54px;
  padding-left: 40px;
  line-height: 25px;
  color: #fff;
  font-weight: bold;
  z-index: 1000;
 
  background-repeat: no-repeat;
  background-position: 10px center;
}
.alerta{
  background-color: #fc0;
  background-image: url(mensagem.alerta.gif);
}
.sucesso{
  background-color: #06c;
  background-image: url(mensagem.sucesso.gif);
}
.erro{
  background-color: #f00;
  background-image: url(mensagem.erro.gif);
}
.noticia{
  background-color: #390;
  background-image: url(mensagem.noticia.gif);
}
.principal{
	z-index: 100;
	text-align:center;
	margin: 0 auto;
}