@charset "utf-8";
body {
	margin: 0px;
	background-color:#A32823;
}
#main {
	width: 100%;
	background-color:#FFFFFF;
}
#main #tarja_sup {
	float: left;
	height: 32px;
	width: 98%;
	text-align:right;
	padding-right:2%;
	line-height:250%;
	background-color:#FFFFFF;
}
#main #banner_sup {
	background-image: url(../imagens/indexR2C2.jpg);
	background-repeat: repeat-x;
	background-position: top;
	float: left;
	height: 251px;
	width: 100%;
	background-color:#FFFFFF;
}
#main #banner_sup #banner_sup_logo {
	float: left;
	height: 251px;
	width: 50%;
}

#main #banner_sup #banner_sup_flash {
	float: right;
	height: 251px;
	width: 50%;
	text-align:right;
}

#main #caixa_separadora {
	background-image: url(../imagens/indexR3C1.jpg);
	background-repeat: repeat-x;
	background-position: top;
	float: left;
	height: 21px;
	width: 100%;
	background-color:#FFFFFF;
}

#main #meio {
	float: left;
	width: 100%;
	background-color:#FFFFFF;
}
#main #meio #meio_cx_esq {
	background-image: url(../imagens/indexR4C1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width: 56%;
	padding:1%;
}

#main #meio #meio_cx_dir {
	float: left;
	width: 40%;
	background-image: url(../imagens/linha_Vertical_verm.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
#main #rodape {
	background-image:url(../imagens/caixa_fundo_rodape.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color: #A32823;
	float: left;
	width: 100%;
}

#main #rodape #rodape_esq {
	float: left;
	width: 16%;
	padding:1%;
}

#main #rodape #rodape_meio {
	float: left;
	width: 60%;
	text-align:center;
	line-height:450%;
}

#main #rodape #rodape_dir {
	float: left;
	width: 20%;
	text-align:right;
}




#caixa_conteudo_esq #lista_texto_img {
	list-style-type: none;
}
#caixa_conteudo_esq #lista_texto_img #lista_imagem {
	float: left;
	width: 25%;
}
#caixa_conteudo_esq #lista_texto_img #lista_texto {
	float: left;
	width: 74%;
}
