@charset "utf-8";
body {
	margin: 0px;
	background-color:#495678;
}
#main {
	width: 100%;
	background-color:#FFFFFF;
}
#main #banner_sup {
	float: left;
	width: 100%;
	background-color:#FFFFFF;
}
#main #banner_sup #cabecalho{
	width:98%;
	float:left;
	height:100px;
	margin-left:2%;
	padding-top:25px;
}

#main #banner_sup #cabecalho #cabecalho_esq{
	width:30%;
	float:left;
	height:100px;
}

#main #banner_sup #cabecalho #cabecalho_dir{
	width:55%;
	float:left;
	height:100px;
	margin-left:2%;
}

#main #banner_sup #menu{
	background-image: url(../imagens/fundo_top.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	width:100%;
	float:left;
	height:91px;
}

#main #banner_sup #menu #cx_menu_esq{
	width:60%;
	float:left;
	text-align:right;
}



#main #banner_sup #sub_tarja {
	background-image: url(../imagens/sombra_horiz.jpg);
	background-repeat: repeat-x;
	background-position: top;
	float: left;
	width: 100%;
	text-align:center;
}

#main #banner_sup #sub_tarja #sub_tarja_corpo {
	background-image: url(../imagens/sub_tarja_meio.jpg);
	background-repeat: repeat-x;
	background-position: top;
	float: left;
	width: 95%;
}

#main #banner_sup #sub_tarja #sub_tarja_corpo #sub_tarja_esq{
	float: left;
	width:30%;
}

#main #banner_sup #sub_tarja #sub_tarja_corpo #sub_tarja_dir{
	float: right;
	width:70%;
	background-image: url(../imagens/sub_tarja_dir.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height:103px;
}
#main #corpo{
	width:100%;
	float:left;
	background-color:#FFFFFF;
}
#main #corpo #caixa_esquerda {
	margin: 1%;
	float: left;
	width: 46%;
}

#main #corpo #caixa_direita {
	margin: 1%;
	float: left;
	width: 48%;
	background-color:#F4F3D7;
}

#main #corpo #caixa_direita_branca {
	margin-left: 5%;
	margin-right:1%;
	margin-top:1%;
	margin-bottom:1%;
	float: left;
	width: 43%;
}

#main #rodape{
	width:100%;
	height:82px;
	float:left;
	text-align:center;
	padding-top:25px;
	background-image:url(../imagens/fundo_rodape.jpg);
	background-repeat:repeat-x;
	background-color:#495678;
}

#coluna_esquerda{
	width:45%;
	float:left;
	margin:1%;
	padding:1%;
}

#coluna_direita{
	width:45%;
	float:left;
	margin:1%;
	padding:1%;
}

#caixa_port_temp{
	width:100%;
	float:left;
	background-color:#F4F3D7;
}

#caixa_direita_noticias {
	margin: 1%;
	float: left;
	width: 48%;
}

#coluna_esquerda_noticia{
	width:65%;
	float:left;
	margin:1%;
	padding:1%;
	border-right:#990000 1px solid;
}

#coluna_direita_noticia{
	width:25%;
	float:left;
	margin:1%;
	padding:1%;
}



/*ESTILOS DA CRIACAO DE SITE*/
.lista_not{
	list-style-position: outside;
	list-style-type: none;
	width: 95%;
	float:left;
	padding:1%;
	margin:1%;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #003399;
}

#div_noticia ul li.not_img {
	float:left;
	width:28%;
}

#div_noticia ul li.not_titulo {
	float:left;
	width:70%;
}

#div_noticia ul li.not_descricao {
	float:left;
	width:70%;
	text-align:justify;
}

#div_noticia ul li.not_link {
	float:right;
	width:70%;
	line-height:2em;
}
#main #banner_sup #caixa_menu_nova {
	float: left;
	height: 63px;
	width: 100%;
	background-image:url(../imagens/fundo_caixa_menus.jpg);
	background-repeat:repeat-x;
	padding-top:10px;
	background-color:#010066;
}
/* As caixas de rodape estavam com 21% antes de colocar a caixa de redes sociais*/
#rodape #rodape_coluna_criacao{
	width:16%;
	float:left;
	padding:1%;
	text-align:left;
}	
#rodape #rodape_coluna_desenvolvimento{
	width:16%;
	float:left;
	padding:1%;
	text-align:left;
}
#rodape #rodape_coluna_mendes_internet{
	width:16%;
	float:left;
	padding:1%;
	text-align:left;
}
#rodape #rodape_coluna_atendimento{
	width:16%;
	float:left;
	padding:1%;
	text-align:left;
}	
#rodape #rodape_coluna_redes{
	width:16%;
	float:left;
	padding:1%;
	text-align:left;
}
