/* CSS Document */
html, body {
	margin:0px;
	padding:0px;
	background-color:#FFF;
	font-family:Tahoma;
	font-size:11px;
	background-image:url(layout/fundo.jpg);
	background-repeat:repeat-x;
}
td,tr,th,p,h1,h2,h3,h4 {
	margin:0px;
	padding:0px;
}
#geral {
	width:930px;
	height:500px;
	margin:0px auto;
}
#topo_menu {
	position:relative;
	width:100%;
	margin:0px auto;
	padding:0;
	clear:both;
}
#conteudo {
	width:930px;
	height:540px;
	background-image:url(layout/fundo_conteudo.png);
	background-repeat:no-repeat;
	margin:0px auto;
	position:relative;
	line-height:29px;
	color:#006699;
	text-align:justify;
}
#interna {
	width:770px;
	padding:15px 80px 15px 80px;
	position:relative;
}
#contato {
	width:456px;
	float:left;
	position:relative;
	margin:2px;
}
#contato_quemsomos {
	width:306px;
	float:left;
	position:relative;
	margin:2px;
}
#decoracao {
	clear:both;
}
#rodape {
	padding:15px 55px 0px 0px;
	height:83px;
	background-image:url(layout/fundo_rodape.png);
	background-repeat:no-repeat;
	background-position: 36px -5px;
	display:block;
}
.mn_rodape { color:#004B90; font-size:12px; padding:8px 10px; margin:4px; background-color:#FFF; cursor:pointer; text-decoration:none; float:left }
.mn_rodape:hover { color:#FFF; background-color:#0195D6 }

#index_coluna1 {
	width:260px;
	float:left;
	padding:1px;
}
#index_coluna2 {
	width:256px;
	float:left;
	padding:2px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#339900;
}
#index_coluna3 {
	width:252px;
	float:left;
	padding:2px;
}
.campo {
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border:1px solid #cccccc;
	margin-top:3px;
	height:20px;
}
.campoarea {
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border:1px solid #cccccc;
	margin-top:3px;
}
.paginacao {
	width:18px;
	height:32px;
	margin:1px;
	border:1px solid #CCCCCC;
	padding:5px;
	text-align:center
}
.paginacao_sel {
	width:18px;
	height:32px;
	margin:1px;
	border:1px solid #CCCCCC;
	padding:5px;
	text-align:center;
	background-color:#AD4BA7;
	color:#FFFFFF
}
#logo_kon {
	width:850px;
	height:29px;
	margin:5px auto 0px auto;
}
a { text-decoration:none;	font-size:0,7em;	color:#006699; }
a:hover { color:#CC0000; }