@charset "utf-8";

/* RESETS */
* {
	border: 0;
	}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	}
/* remember to define focus styles! */
:focus {
	outline: 0;
	}
body {
	line-height: 1;
	color: #000;
	background-color:#ededed;
	font-family: Calibri, Arial, Tahoma;
	font-size: 12pt;
	color: #000;
	overflow-x: hidden;
	}
ol, ul {
	list-style: none;
	}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
	}
caption, th, td {
	text-align: left;
	font-weight: normal;
	}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
	}
blockquote, q {
	quotes: "" "";
	}
#total {
	position: relative;
	width: 100%;
	height: 100%;
}
#topo {
	display: block;
	height: 125px;
	background: #e2e2e2; /* para browsers sem suporte a CSS 3 */ 
	background: -webkit-gradient(linear, center top, center bottom, from(#e2e2e2), to(#fafafa)); /* webkit browsers */
	background: -moz-linear-gradient(top,  #e2e2e2,  #fafafa); /* Firefox 3.6+ */
}
#logo {
	float: left;
	margin-top: 0px;
}
a.icons {
	color: #333;
	text-decoration: none;
	vertical-align: middle;
	font-size: 11pt;
}
a:hover.icons {
	color: #999;
}
a:focus.icons {
	color: #999;
}
a:active.icons {
	color: #999;
}
.icons img {
	vertical-align: middle;
}
div.barra_busca {
	float: right;
	margin-top: 20px;
}
div.centro {
	display: block;
	width: 960px;
}
div.busca {
	position: relative;
	top: 20px;
}
.busca img {
	vertical-align: middle;
	margin-top: 3px;
}
.busca input[type=text] {
	vertical-align: middle;
	border: 1px solid #d8d8d8;
	border-radius: 5px;
	width: 250px;
	height: 22px;
	margin-top: 1px;
	-moz-box-shadow:inset 0 0 3px #CCC;
    -webkit-box-shadow:inset 0 0 3px #CCC;
    box-shadow:inset 0 0 3px #CCC;
}
.busca input[type=image] {
	vertical-align: middle;
}
div.top_busca {
	text-align: right;
	padding-right: 20px;
}
#barra_menu {
	background: url(imagens/back_top.gif);
	height: 55px;
	background-repeat: repeat-x;
}
div.menu {
	float: left;
	height: 55px;
	width: 720px;
	font-size: 11pt;
	border-right: 1px solid #0c5eae;
}
div.menu_dir {
	float: left;
	height: 35px;
	border-left: 1px solid #7aabc2;
	color: #b0c8d9;
	font-size: 11pt;
	padding-top: 20px;
	padding-left: 10px;
}
.menu li {
	padding: 8px;
	padding-top: 17px;
	display: inline-block;
}
.menu a {
	color: #FFF;
	font-size: 14pt;
	text-decoration: none;
}
.menu a:hover {
	color: #b0c8d9;
}
.menu a:focus {
	color: #b0c8d9;
}
.menu a:active {
	color: #b0c8d9;
}
#slider {
	background: #a7bdcc url(imagens/banners/fundo.jpg) no-repeat center;
	height: 256px;
	width: 100%;
	overflow: hidden;
}
#barra_slider {
	background: url(imagens/back_top2.gif) repeat-x;
	height: 120px;
}
div.num {
	position: absolute;
	bottom: 0px;
	left: 80px;
}
div.esq {
	display: inline-block;
	width: 51%;
	padding: 10px 0 10px 0;
	border-right: 1px solid #d1d1d1;
	text-align: left;
	background:url(imagens/degrade_conteudo.png) center right no-repeat;
	vertical-align: top;
	min-height: 500px;
}
div.dir {
	display: inline-block;
	width: 47%;
	border-left: 1px solid #f6f6f6;
	padding: 10px 0 10px 15px;
	text-align: left;
	vertical-align: top;
	color: #535454;
	min-height: 500px;
}
span.titulo {
	font-size: 20pt;
	font-style: italic;
	color: #295989;
}
span.tit_bold {
	font-size: 20pt;
	font-weight: bold;
	color: #295989;	
}
.esq li {
	list-style-image: url(imagens/icones/ponto.gif);
	padding: 5px;
}
.esq a {
	color: #333;
	font-weight: bold;
}
.esq a:hover {
	color: #666;
}
.esq a:active {
	color: #666;
}
.esq a:focus {
	color: #666;
}
.esq li a {
	text-decoration: none;
	font-weight: normal;
}
.dir a {
	color: #295989;
	font-weight: bold;
}
.dir a:hover {
	color: #09C;
}
.dir a:active {
	color: #09C;
}
.dir a:focus {
	color: #09C;
}
div.frame_contato {
	background: url(imagens/frame_contato.gif) no-repeat;
	width: 429px;
	height: 164px;
	padding: 20px;
	line-height: 1.2;
}
.frame_contato h2 {
	font-size: 14pt;
	color: #295989;
	padding-left: 40px;
	padding-top: 10px;
}
div.frame_indices {
	display: block;
	background: url(imagens/frame_indices.gif) no-repeat;
	width: 920px;
	height: 214px;
	text-align: left;
	padding: 20px;
	color: #333;
}
.frame_indices h2 {
	font-size: 14pt;
	color: #295989;
	font-style: italic;
	font-weight: bold;
}
div.fs1 {
	display: inline-block;
	width: 320px;
	border-right: 1px solid #eceaea;
	height: 150px;
	vertical-align:top;
	padding-top: 10px;
}
div.fs2 {
	display: inline-block;
	width: 250px;
	border-right: 1px solid #eceaea;	
	height: 150px;
	vertical-align: top;
	padding-top: 10px;
	padding-left: 15px;
}
div.fs3 {
	display: inline-block;
	width: 305px;
	height: 150px;
	vertical-align: top;
	padding-top: 10px;
	padding-left: 15px;
}
.frame_indices li {
	list-style-image: url(imagens/icones/ponto.gif);
	list-style-position: inside;
	padding: 5px;
}
.frame_indices li a {
	text-decoration: none;
	color: #333;
}
.frame_indices li a:hover {
	color: #666;
}
.frame_indices li a:active {
	color: #666;
}
.frame_indices li a:focus {
	color: #666;
}
.fs2 span {
	color: #0c486a;
	font-weight: bold;
}
.fs2 table {
	width: 90%;
}
.fs2 td {
	width: 50%;
}
.fs3 .tit {
	color: #FFF;
	background: #43708b;
	border-top: 2px solid #43708b;
	display: inline-block;
	padding: 0 5px 0 5px;
}
.fs3 .porc {
	border-top: 2px solid #43708b;
	color: #43708b;
	display: inline-block;
	padding: 0 5px 0 5px;
}
.fs3 a {
	color: #295989;
	font-weight: bold;
}
.fs3 a:hover {
	color: #09C;
}
.fs3 a:active {
	color: #09C;
}
.fs3 a:focus {
	color: #09C;
}
div.menu_rodape {
	text-align: center;
	border-bottom: 1px solid #d2d2d2;
	padding-bottom: 20px;
	padding-top: 50px;
	background: url(imagens/degrade_bottom.png) center bottom no-repeat;
}
.menu_rodape li {
	display: inline-block;
	padding: 0 15px 0 10px;
	border-right: 1px solid #d1d1d1;
	border-left: 1px solid #eaeaea;
}
.menu_rodape a {
	text-decoration: none;
	color: #323232;
	font-size: 13pt;
}
.menu_rodape a:hover {
	color: #999;
}
.menu_rodape a:focus {
	color: #999;
}
.menu_rodape a:active {
	color: #999;
}
div.restrita {
	padding-top: 40px;
}
.restrita span {
	font-size: 15pt;
	color: #333;
	font-style: italic;
	vertical-align: middle;
}
.restrita input[type=text] {
	border-radius: 5px;
	width: 145px;
	height: 25px;
	vertical-align: middle;
	color: #333;
	font-style: italic;
	padding-left: 5px;
}
.restrita input[type=password] {
	border-radius: 5px;
	width: 145px;
	height: 25px;
	vertical-align: middle;
	padding-left: 5px;	
}
.restrita input[type=image] {
	vertical-align: middle;
}

.restrita a {
	color: #7d7d7d;
	text-decoration: none;
}
.restrita a:hover {
	color: #000;
}
.restrita a:focus {
	color: #000;
}
.restrita a:active {
	color: #000;
}
div.rodape {
	position: relative;
	display: block;
	width: 100%;
	height: 90px;
	background-color: #3c3c3c;
	border-top: 1px solid #CCC;
	padding-top: 20px;
	overflow: hidden;
}
div.roda1 {
	display: inline-block;
	width: 280px;
	height: 70px;
	border-right: 1px solid #828282;
	color: #828282;
	vertical-align: middle;
}
div.roda2 {
	display: inline-block;
	width: 658px;
	color: #828282;
	line-height: 1.3;
}
div.frame_empresa {
	position: relative;
	background: url(imagens/frame_interno.gif) no-repeat;
	width: 900px;
	height: 136px;
	padding: 30px;
	text-align: left;
}
span.tit_empresa {
	font-size: 17pt;
	font-style: italic;
	font-weight: bold;
	color: #529ec9;
}
li.empresa {
	font-size: 17pt;
	font-style: italic;
	color: #529ec9;
	list-style: url(imagens/icones/dot.gif) inside;
	vertical-align: middle;
}
a.azul_empresa {
	font-size: 17pt;
	font-style: italic;
	color: #529ec9;
	text-decoration: none;
}
a:hover.azul_empresa {
	color: #06F;
}

div.mao {
	width: 390px;
	height: 390px;
	border-right: 1px solid #dbdbdb;
	display: inline-block;
	vertical-align: top;
}
div.text_empresa {
	width: 508px;
	height: 390px;
	border-left: 1px solid #f6f6f6;
	display: inline-block;
	vertical-align: top;
	padding-left: 60px;
	font-size: 13pt;
	color: #535454;
}
div.tit_info {
	background: url(imagens/tit.gif) no-repeat;
	width: 930px;
	height: 25px;
	padding: 15px;
}
.info li {
	padding-bottom: 5px;
}
.info a {
	color: #333;
	font-weight: bold;
	text-decoration: none;
}
.info a:hover {
	color: #999;
}
li.parceiro {
	display: inline-block;
	position: relative;
	width: 220px;
	height: 220px;
	text-align: center;
	margin: 10px;
}

a.notic {
	color: #333;
	text-decoration: none;
	font-weight: bold;
}
a.notic:hover {
	color: #666;
}
a.notic:active {
	color: #666;
}
a.notic:focus {
	color: #666;
}
li.notic {
	list-style-image: url(imagens/icones/ponto.gif);
	padding: 5px;
}
.resultados li {
	padding: 10px;
}
.resultados a {
	font-weight: bold;
	color: #33577b;
	font-size: 16pt;
	text-decoration: none;
}
.resultados a:hover {
	color: #6096b8;
}