*{
	margin:0;
	padding:0;
	list-style:none;
	text-decoration:none;
	border:none;
}
/**************************************
CONTAINER
**************************************/
#container {
	position:absolute;
	left:50%;
	width:700px;
	margin-left:-350px;
}
/**************************************
TOPO
**************************************/
#topo{
	width:700px;
	margin-top:20px;
}
/**************************************
MEIO
**************************************/
#meio{
	width:700px;
	background-color:#FFFFFF;
	display:table-cell;
	padding-bottom:40px;
	_padding-bottom:20px;
}
#lateral_esquerda{
	width:200px;
	float:left;
	display:table-cell;
	margin-left:10px;
	_margin-left:7px;
}
#conteudo{
	width:490px;
	_width:480px;
	float:right;
	display:table-cell;
}
#conteudo_internas{
	width:470px;
	_width:460px;
	float:right;
	display:table-cell;
	margin-right:20px;
	_margin-right:10px;
}

#conteudo_internas_full{
	width:650px;
	_width:650px;
	float:right;
	display:table-cell;
	margin-right:20px;
	_margin-right:10px;
}

#index1{
	width:270px;
	float:left;
	display:table-cell;
}
#index2{
	width:180px;
	float:right;
	display:table-cell;
	margin-right:5px;
	_margin-right:2px;
}
/**************************************
RODAPE
**************************************/
#rodape{
	width:700px;
	height:8px;
	background-image:url(../imagens/bottom.jpg);
	background-repeat:repeat-x;
	background-position:top;
	margin-bottom:0px;
	_margin-bottom:0px;
}
/**************************************
ELEMENTOS HTML
**************************************/
body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color:#52658A;
	background-image:url(../imagens/fundo.jpg);
	background-repeat:repeat-x;
	text-align:justify;
}
h1{
	font-size: 11px;
	color: #003366;
	font-weight: bold;
	text-transform: uppercase;
}
a{
	text-decoration:none;
	color:#003366;
}
a:hover{
	color:#003366;
	text-decoration:underline;
}
/**************************************
CLASSES
**************************************/
.campos {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#333333;
	border: solid 1px #999999;
	padding-left: 3px;
	width:100px;
}
.campos2 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#333333;
	border: solid 1px #999999;
	padding-left: 3px;
}
.botao {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#333333;
	border: solid 1px #999999;
	padding-left: 3px;
	font-weight: bold;
}
.img_noticias {
	margin-right:10px;
	margin-bottom:10px;
}
.borda_img {
	border: 1px solid #CCCCCC;
}
.foto_presidente {
	margin-right:15px;
	margin-bottom:5px;
	border: 1px solid #CCCCCC;
}
.foto_presidente_index {
	margin-right:10px;
	margin-bottom:5px;
	border: 1px solid #CCCCCC;
}