* {
	font-family: "Lucida Sans Unicode", Arial, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	color: #222;
	margin: 0;
	padding:0;
	/*border: 1px solid #000;*/
}

body {
	text-align: center;
	background: url(imagens/fundo_site.jpg) repeat-y center #EBEBEB;
}

input, textarea {
	color: #000;
}

#total {
	width:770px;
	margin: auto;
	clear: both;
	background:url(imagens/fundo.jpg) repeat-y left top #fff;	
}

h1#main a {
	background: url(imagens/topo.jpg);
	text-indent: -9999px;
	width: 770px;
	height: 155px;
	display: block;
}

#rodapex {
	clear: both;
	border-top: 1px solid #E5E5E5;
	width: 770px;
	margin: auto;
}

#rodapex p {
	margin: 10px;
	color: #aaa;
	clear: both;
}
#menu {
	background: url(imagens/menu.jpg) no-repeat left top;
	clear: both;
	float: left;
	width: 220px;
	height: 611px;
}
#menu ul {
	float: left;
	margin: 30px 0 0 30px;
	text-align: right;
}

#menu ul li {
	list-style: none;
	/*background-color: #834E38;
	padding: 3px 3px 5px 0;
	margin: 4px 0 4px 0;*/
}

/*#menu ul li a{
	text-decoration: none;
	color: #fff;
}*/
#menu ul li a, #menu ul li a:hover{
	background: url(imagens/botao.gif) left top;
	color: #fff;
	padding: 4px; 
	display: block;
	width: 180px;
	margin: 0 0 12px 0;
	text-decoration: none;
	background: #db382d;
	font-weight: bold;
	border: 1px solid #222;
}

#menu ul li a:hover{
	text-decoration: none;
	background:#222;
	border: 1px solid #fff;
}

#corpo {
	float: left;
	clear: right;
	text-align: justify;
	padding: 30px;
	background: url(imagens/regua.jpg) right top no-repeat;
	width: 490px;
}

#corpo p, h3 {
	margin: 15px 0;
	line-height: 18px;
}

h2 {
	display: block;
	font-size: 16px;
	color: #db382d;
	text-align: left;
}
.back-p1 {
	background-color: #eee;
	padding: 5px;
}
.back-p2 {
	background-color: #E2E2E2;
	padding: 5px;
}
.tabelas {
	border: 1px solid #aaa;
	border-collapse: collapse;
	margin: 10px 0px 20px 0px;
	font-size: 11px;
	width: 480px;
}

.tabelas th, .tabelas td{
	padding: 2px;
	text-align: left;
	border: 1px solid #aaa;
	font-size: 11px;
}
.tabelas th {
	background: #444;
	text-align: center;
	padding: 5px;
}
#corpo ul {
	margin-left: 15px;
}
#corpo ul li {
	margin: 10px 0px 10px 0px; 
}
.lista {
	list-style: square;
}
.inform {
	text-align: center;
	background: #eee;
	padding: 5px;
	margin: 0 3px 0 3px;
	border: 1px #aaa solid;
}

.caixa_direita {
	width: 180px;
	float: right;
	text-align: justify;
	padding: 5px;
	margin: 10px 0 0 20px;
	border: 1px solid #c30;
	background: #ffc;
}
.caixa_direita, .caixa_direita strong, .caixa_direita a {
	font-size: 9px;
}

#corpo .dados {
	float: left;
	padding: 5px;
	border: 1px solid #aaa;
	color: #000;
	background: #eee;
	margin: 0 3px 0 3px;
	display: block;
	width: 145px;
	text-align: center;
	font-weight: bold;
}

.detalhes {
	display: block;
	width: 150px;
	float: left;
	background: #eee;
	margin: 40px 2px;
	font-weight: bold;
	padding: 3px;
	text-align: center;
}

