body
	{
	color: #333;
	
	background-color: #333;
	
	font-family: sans-serif;
	font-size: 12pt;
	}

div#sitio
	{
	background-color: #fff;
	
	border-color: #fff;
	border-style: solid;
	border-width: 0em 1em 0em 1em;
		
	margin: 0 auto;
	
	width: 80%;
	}

div#cabecalho
	{
	background-color: #5cc;
	background-image: url('');
	background-repeat: repeat;
	
	border-color: #fff;
	border-style: solid;
	border-width: 0.2em 0em 0.2em 0em;
	
	color: #fff;
	
	padding: 0.5em 0.5em 0.5em 0.5em;
	
	text-align: center;

	width: (100% - 1em);
	
/* 	display: none; */
	}

div#navegacao
	{
	background-color: #eee;

	border-color: #fff;
	border-radius: 0em 0em 0.5em 0.5em;
	border-style: solid;
	border-width: 0em 0em 0em 0em;

	color: #333;
	
	font-size: 13pt;
	
	padding: 0.2em 0.5em 0.2em 0.5em;

	width: (100% - 1em);
	}

div#navegacao a { color: #333; text-decoration: none; }

div#conteudo
	{
	background-color: #fff;

	padding: 1em 0em 1em 0em;

	width: 100%;
/* 	height: 32em; */
	}

div#rodape
	{
	background-color: #eee;

	color: #555;

	border-color: #fff;
	border-style: solid;
	border-width: 0.2em 0em 0.2em 0em;

	font-size: 8pt;

	padding: 0.2em 0.2em 0.2em 0.2em;

	text-align: center;

	width: (100% - 0.4em);
	}



.fonte_grande { font-size: 24pt; }
.fonte_fixa { font-family: monospace, sans-serif; }
.fonte_pequena { font-size: 10pt; }


.direita_texto { text-align: right; }
.esquerda_texto { text-align: left; }
.centralizar_texto { text-align: center; }
.justificar_texto { text-align: justify; }

.esquerda {float: left;}
.direita {float: right;}
.limpar {clear: both; }

.negrito {font-weight: bold;}




.tabela { width: 95%; margin: 0 auto; }

#caixa { background-color: #aaa; color: #fff; font-size: 12pt; width: 100% - 0.2em; }
.caixa { padding: 0.2em; font-size: 10pt; }

.impar {}
.par { background-color: #eee; }

.item { float: left; }

#nome, #descricao, #tipo, #criado, #atualizado { font-size: 14pt; }

.nome { width: 18%; }
.descricao { width: 49%; }
.tipo { width: 15%; }
.criado { width: 8%; }
.atualizado { width: 10%; }

.titulo { color: #599; }
