@charset "iso-8859-1";
/* CSS Document */

body {
	
	margin:0;
	background:#44302B url(../imagens/img1.jpg) no-repeat;
	background-position:left 170px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif, Georgia, "Times New Roman", Times, serif, Verdana, Geneva, sans-serif;
	font-size:90%;
	color:#F9BC0B;
	
	
}

#total {
	margin:auto;
	width: 100%;
		
}

#topo {
	margin:auto;
	width:750px;
	
}

#hora {
	margin:auto;
	width:600px;
	background-image:url(../imagens/fundo_hora.jpg);
	text-align: right;
}

#mapa {
	margin:auto;
	width:700px;
	padding-left:50px;
	
}

#coluna_conteudo {
	margin:auto;
	width:800px;
	background-image:url(../imagens/fundo_conteudo.jpg);
	height:850px;
	text-align:center;
	
		
}

#coluna_menu {
	width:200px;
	height:auto;
	text-align:left;
	float:left;
	
}

#coluna_conteudo1 {
	margin:auto;
	width:410px;
	height:650px;
	padding-left:40px;
	float:left;
	
}

#elaboracao {
	width:370px;
	text-align:center;
	
}

#texto {
	padding: 0 10px 0 10px;
	background-image:url(../imagens/fundo_texto.jpg);
	background-repeat:no-repeat;
}

#cod_barras{
	width:370px;
	text-align:center;
	
}

.texto {
	text-align:justify;
	text-indent:15px;
	line-height:1.3;
	font-size:130%;
	font-weight:bold
	letter-spacing:1px;
	background-image: url(../imagens/fundo_texto.jpg);
	background-repeat: no-repeat;
}

#cabecalho {
	text-align:center;
	width:370px;
}

#coluna_direita {
	margin:auto;
	width:142px;
	height:600px;
	float:right;
	
}

#rodape {
	margin:auto;
	width:600px;
	background-image:url(../imagens/fundo_hora.jpg); 
	clear:both;
	text-align:center;
}

a:link {
	text-decoration: none;
	color:#FC0;
}

a:hover {
	text-decoration: underline;
	color:#FC0;
}

a:visited {
	text-decoration:none;
	color:#FC0;
}