/* CSS Document */
* {
	scrollbar-arrow-color:#005A36;
	scrollbar-3dlight-color:#F1F1F1;
	scrollbar-highlight-color:#F1F1F1;
	scrollbar-face-color:#F1F1F1;
	scrollbar-shadow-color:#7A7977;
	scrollbar-darkshadow-color:#F1F1F1;
	scrollbar-track-color:#F1F1F1;
	margin: 0;
	padding: 0;
	font-family: Tahoma, "Trebuchet MS", Arial;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
body {
	font-size: 13px;
	background-color: #DCE7ED;
}

span {
	font-weight: bold;
}
img {
	border: none;	
}
#principal {
	width: 790px;
	background-color: #fff;
	margin: 0 auto;
	padding: 0;
}
#banner {
	width: 790px;
}
#banner img {
	float: left;
}
#cont_esq {
	width: 410px;
	height: 642px;
	float: left;
	margin: 0;
	padding: 0;
	/*overflow: auto;*/
}
#titulo_topo {
	font-size: 12px;
	font-weight: bold;
	color: #092c4a;
	margin: 5px 0 0 7px;
	float: left;
	width: 178px;
}
#titulo_topo2 {
	font-size: 12px;
	font-weight: bold;
	color: #092c4a;
	margin: 5px 0 0 7px;
	float: left;
	width: 183px;
}
#cont_dir {
	width: 380px;
	float: left;
	margin: 0;
	padding: 0;
}
#enquete {
	width: 350px;
	height: 385px;
	clear: left;
	background-image: url(../imagens/fundo_trab.jpg);
	margin: 0 6px 10px 5px;
	padding: 0 9px 0 9px;
	overflow: auto;
}
#lancamentos {
	width: 152px;
	height: 205px;
	float: left;
	/*background-image: url(../imagens/fundo.jpg);*/
	border: 1px solid #e1e1e1;
	margin: 10px 7px 10px 7px;
	padding: 0 10px 0 10px;
	overflow: auto;
}
#noticias {
	width: 150px;
	height: 205px;
	float: left;
	/*background-image: url(../imagens/fundo.jpg);*/
	border: 1px solid #e1e1e1;
	margin: 10px 9px  0 0;
	padding: 0 15px 0 10px;
	overflow: auto;
}
#trabalhos {
	width: 345px;
	height: 181px;
	clear: left;
	background-image: url(../imagens/fundo_trab.jpg);
	margin: 0 5px 7px 5px;
	padding: 0 8px 0 8px;
}
#publicacoes {
	width: 158px;
	height: 637px;
	margin-right: 20px;
	background-color: #eaebef;
	float: left;
	text-align: center;
	padding-top: 5px;
}
#newsletters {
	width: 178px;
	height: 642px;
	float: left;
	background-color: #d3d8de;
	padding: 0 10px 0 10px;
}
#lancamentos h3, #noticias h3, #newsletters h3, #publicacoes h3, #trabalhos h3, #enquete h3 {
	font-size: 12px;
	font-weight: bold;
	color: #092c4a;
	margin: 5px 0 15px 0;
}
#publicacoes img {
	margin-bottom: 5px;
}
#publicacoes h3 {
	text-align: center;
}
#lancamentos h4 {
	font-size: 12px;
	font-weight: bold;
	color: #636162;
	margin: 15px 0 7px 0;
}
#lancamentos p, #noticias p, #trabalhos p {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 25px;
}
#enquete p {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 25px;
}
#noticias p, #trabalhos p {
	text-align: justify;
}
#newsletters p {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
}
#noticias a, #trabalhos a, #enquete a {
	font-weight: bold;
	color: #636162;
}
#newsletters a {
	color: #000;
}
#trabalhos p {
	width: 138px;
	float: left;
	margin: 0 13px 0 13px;
}
#trabalhos a {
	font-size: 12px;
}
#lancamentos ul {
	list-style-position: inside;
}
#lancamentos a {
	font-size: 12px;
	color: #636162;
}
#bandeiras {
	width:770px;
	height:85px;
	background-color: #bbc1cd;	
	padding: 15px 10px 0 10px;
	clear: left;
}
#bandeirinhas {
	margin-right: 35px;
	margin-left: 30px;
}
#ban_1, #ban_2, #ban_3 {
	margin-right: 25px;
}
#botao {
	width: 50px;
	position: absolute;
	top: 5px;
	left: 10px;
	z-index: 2;
}
#botao a {
	font-weight: bold;
	color: #00365A;
}
#botao_news {
	font-size: 10px;
	text-align: center;
	float: right;
}
#lista {
	overflow: auto;
	text-align: center;
	height: 300px;
}
#lista a {
	color: #00365A;
}
#lista_news {
	overflow: auto;
	text-align: center;
	height: 486px;
	margin-top: 30px;
}
#rodape_alka {
	background-image: url(../imagens/alka_rodape3.jpg);
	width: 100%;
	height: 59px;
	margin-top: 10px;
	padding-top: 20px;
}
#rodape_alka ul {
	list-style: none;
	margin-left: 20px;
	margin-top: 8px;
	width: 550px;
}
#rodape_alka li {
	float:left;
	color: #082c50;
	font-weight: bold;
	padding: 0 15px 0 15px;
	font-size: 14px;
}
#rodape_alka a {
	color: #082c50;
	font-size: 14px;
}
#erro {
	color: #ff0000;
}

