* {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}

.selo {
	position:absolute;
	left:44%;	
	top:20%;
}

body {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #000;
	background: url(/static/imagens/fundo2.png) repeat-y scroll center center white;
}

A:active,A:visited,A:link {
	color: rgb(255, 140, 0);
}

A:active,A:visited,A:link {
	text-decoration: none;
}

A:hover {
	text-decoration: underline;
}
.site{
	border-left: 5px solid #949494;
	border-right: 5px solid #949494;
	padding-bottom: 15px;
	width:980px;
	margin:0px auto;
	background-color:#f7f2d2;
	height: auto; min-height: 100%;
}

/*Menu*/
#menu {
	text-align: center;
	line-height: 23px;
	margin: 0px auto;
	background: #FF7E00;
}

#menu ul {
	height: 24px;
	list-style: none;
}

#menu ul li {
	float: left;
	border-left: 1px solid #CCDDE7;
}

#menu ul li a {
	color: white;
	padding: 8px 5px;
	font-family: Arial;
	font-size: 9px;
	font-weight: normal;
}

#menu ul li a:hover {
	background-color: #F6F6F6;
	color: #666;
	text-decoration: none;
}

#menu a.menu_selecionado,#menu a.menu_selecionado:hover {
	color: #FF2A00;
}
.menu_selecionado {
	background: white;
}
.menu-login {
	float:right;
	color:white;
	padding-left:100px;
	font-weight:bold;
	margin-bottom:5px;
	background: url(/static/imagens/barracima.png) no-repeat left #dc661e;
	height: 25px;
}
.menu-login div {
	position: relative;
	top: 1px;
	right: 5px;
}
/* Blocos */
.bloco-meio-geral{
	background: url(/static/imagens/hot-site_032.gif) repeat-x 0px 0px;
	clear:both;
}
.bloco-esquerda
{
	float:left;
	width:20%;
}
.bloco-meio{
	float:left;
	width: 53%;
	position:relative;
	bottom:10px;
}
.bloco-direita
{
	float:left;
	width: 27%;
	position:relative;
	bottom:10px;
}
.rodape{
	clear:both;
	margin-left:150px;
	width:800px;
}
/* Blocos */
.bloco-pequeno-esquerda {
	background:url(/static/imagens/hot-site_08.gif) repeat-x;
	width: 120px;
	margin: 0px auto;
	color: white;
	text-align:center;
	font-size: 15px;
	font-weight: bolder;
}
.bloco-pequeno-esquerda-conteudo{
	background:#E9E3D7;
	position:relative;
	bottom:5px;
	padding-top:10px;
}
.bloco-pequeno-esquerda-conteudo img {
	border: 3px solid #004071;
}
.bloco-pequeno-direita {
	margin-top:14px;
	width: 230px;
	color: white;
	font-size: 16px;
	font-weight: bolder;
}
.bloco-pequeno-direita-titulo {
	position:relative;
	bottom:4px;
	background-image: url(/static/imagens/hot-site_08.gif);
	height: 20px;
}
.bloco-pequeno-direita-titulo span {
	border-right: #004071 solid 1px;
	padding: 0 8px;
	height: 20px;
}
.bloco-pequeno-direita-conteudo {
	position:relative;
	bottom:5px;
	background:white;
}
.bloco-pequeno-direita-conteudo p {
	padding: 10px;
}
/* Hr */
div.hr {
  height: 10px;
  background: url(/static/imagens/hot-site_26.png) no-repeat scroll left;
}
div.hr hr {
  display: none;
}
div.hr2 {
  width: 92%;
  margin: 0 auto;
  height: 1px;
  background: #CCDDE7;
}
div.hr2 hr {
  display: none;
}
/*Titulos*/
.titulo-amarelo1 {
	color: #F7941E;
	font-size: 14px;
}
.titulo-vermelho {
	color:#8B0304; 
	margin-left:40px; 
	font-size: 18px;
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif
}
/* Textos */
.texto-azul1 {
	color: #004071;
	font-size: 10px;
}
.texto-azul2, .texto-azul2 a {
	color: #6486AE;
	font-size: 9px;
}
/* ADMIN */
.sucess, .error, .alert {
	color:black;
	font-size: 12px;
	font-weight: normal;
}
.sucess {
	margin: 8px 0 8px 0;
	padding: 6px 0 6px 36px;
	border: 1px solid #589300;
	background: url(/static/imagens/admin/positivo.png) no-repeat 6px 2px;
	background-color: #F4FFE6;
}

.error {
	margin: 8px 0 8px 0;
	padding: 6px 0 6px 36px;
	border: 1px solid #A40000;
	background: url(/static/imagens/admin/negativo.png) no-repeat 6px 2px;
	background-color: #FFEAEA;
}

.alert {
	margin: 8px 0 8px 0;
	padding: 6px 0 6px 34px;
	border: 1px solid #FFD700;
	background: url(/static/imagens/admin/info.gif) no-repeat 6px 4px;
	background-color: #FFFFDD;
}
/* Painel */
.tituloP1{
	position:relative;
	left:50px;
	top:8px;
	font-size:26px;
}
.conteudoP1{
	background: white;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	margin-top: 2px;
	margin-bottom:20px;
	padding:10px;
}
/* Tabelas */
.tabela1 {
	background-color:white;
	border-collapse: collapse;
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #F79646;
	color: black; 
}
.tabela1 tr:first-child {
	background-color: #F79646;
}
