/* Tags */

body {
  margin: 0 auto;
  background-image: url('imgs/bg.jpg');
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
}

img { border: 0; }

a,
a:hover {
  text-decoration: none;
}


/* Classes */

.negrito { font-weight: bold; }

.cancela_ambos_fluxos { clear: both; }

.texto_grande { font-size: 16px; }

.texto_medio { font-size: 14px; }

.texto_pequeno { font-size: 12px; }

.texto_cinza { color: #414141; }

.texto_branco { color: #FFF!important; }


/* Camadas */

#pagina {
	width: 1005px;
	margin: 0 auto;
	background-color: #FFF;
	text-align: left;
}

#conteudo_superior_esquerdo {
  width: 276px;
  float: left;
}

#menu_lateral {
  width: 136px;
  padding: 5px 0;
  float: left;
  font-family: Verdana, Arial, Helvetica, Sans-serif;
  font-size: 13px;
}

#ann_menu_lateral_usuario {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #EEE;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  color: #143E8E;
}

#conteudo_superior_direito {
  width: 729px;
  float: left;
  background-image: url('imgs/bg_conteudo_superior_direito.jpg');
  background-repeat: no-repeat;
}

#apresentacao_home { margin-top: 54px; }

#conteudo_inferior { line-height: 120%; }

#conteudo_inferior_esquerdo {
  width: 482px;
  padding: 10px;
  float: left;
  border-top: 1px solid #555;
  border-right: 1px solid #555;
  color: #555;
}

#patrocinio ul { list-style: square; }

#conteudo_inferior_direito {
  width: 482px;
  padding: 10px;
  float: left;
  border-top: 1px solid #555;
  color: #555;
}

#dados_contato {
  padding-top: 10px;
  border: 1px solid gray;
  background-color: #F3F3F3;
  text-align: center;
}

#rodape {
  width: 1005px;
  height: 17px;
  margin: 15px auto 5px;
  padding-top: 3px;
  border-top: 1px solid #e0e0e0;
  background-color: #FFF;
  font-size: 11px;
}
