/* CSS Document */

/********NÃO RETIRAR OS COMENTÁRIOS********/
/*#rodape{
	margin-top: -12px;
	*margin-top: -10px;
	}
 #conteudo{
 	Height:auto;*/
body {
	background-image: url(../img/geral/fundo.png);
	background-repeat: repeat-x;
	margin: 0 0;
	text-align: center;
}
#tudo {
	width: 841px;
	text-align: left;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
}
#topo {
	width: 841px;
	height: 385px;
}
#conteudo{
	width: 841px;
	/*height:auto;*/
	height:523px;
	margin-bottom:10px;
	background-image: url(../img/geral/conteudo.png);
	margin-top: -3px;
	padding-bottom: 5px;
	*padding-bottom: 15px;
}
#box_conteudo{
	width: 740px;
	margin-left: 40px;
	width: 740px;
	text-align: left;
}
#cont_esq{
	width:200px;
    float:left;
}
#cont_center{
	width:398px;
    float:left;
    border-right:solid 1px #c0c0c0;
    border-left:solid 1px #c0c0c0;
    padding-left: 5px;
    padding-right: 5px;
}
#cont_dir{
	width:125px;
    float:right;
}
#cont_roda{
	width: 745px;
	clear: both;
	height: 20px;
}
#box_conteudo h2 {
	color: #f1f1ed;
	background-color: #003366;
	font-size: 16px;
	padding-left: 15px;
}
#cont_dir {
	padding-left: 5px;
}
#cont_dir a {
	text-decoration: none;
	color: #4f4848;
}
#cont_dir a:hover {
	text-decoration: underline;
}
#box_conteudo p {
	font-size: 12px;
	/*text-indent: 5pt;*/
	line-height: 10pt;
}
#box_conteudo strong {
	color: #FFFFFF;
	background-color: #233F71;
	display: block;
	padding-left: 15px;
}
#box_conteudo li {
	font-size: 12px;
	display: block;
	list-style: disc;
}
#rodape{
	width: 841px;
	height: 20px;
	background-image:url(../img/geral/rodape.png);
	/*margin-top: -10px;*/
	margin-top: -10px;
	*margin-top: -20px;
	clear: both;
	font-size: 11px;
	text-align: center;
}
#rodape span {
	text-align: center;
	width: 740px;
	margin-left: -40px;
}
#rodape a {
	text-decoration: none;
	color: #003366;
	font-size: 11px;
}
