﻿/* luiz 17:14*/

/* Reset CSS */
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, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, textarea {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-family: 'trebuchet ms', arial, verdana, helvetica, sans-serif;
}


/* geral */
html {
	height: 100%;
}

body {
	margin: 0; 
	padding: 0; 
	background: #4E93D4 url(../images/body_bg.png) repeat-x;
	height: 100%;	
}

.clear {
	clear: both;
}

#wrapper {
	margin: 0 20px;
	min-width: 960px;
}



/* header */
#header {
	height: 84px;
	background: transparent url(../images/header_bg_dir.png) no-repeat right 0;
}
#header_div {
	height: 100%;
	background: transparent url(../images/header_bg_esq.png) no-repeat 0 0;
	position: relative;
}

/* ##### Barra Governamental do e-GOV ##### */
/*#barra-brasil-v3 {position:relative; clear:both; overflow:hidden; min-width:1000px; height:28px; background:#004b82;}*/
#barra-brasil-v3 {position:relative; clear:both; overflow:hidden; min-width:1000px; height:76px; background:#004b82;}
#barra-brasil-v3 span {display:block; width:50%; height:28px; background:url(../images/barra-brasil-v3-bgx.gif) 0 bottom repeat-x;}
#barra-brasil-v3 span .imagemGov {position:absolute; top:4px; left:50%; height:24px; width:985px; background:url(../images/barra-brasil-v3-azul.gif) right top no-repeat; margin-left: -500px;}
#barra-brasil-v3 span .brasilgov {width:100px; height:24px; float:right; display:block; border:0 !important;}

#i3gov {
	width: 39px;
	height: 34px;
	background: transparent url(../images/logo_i3gov.png) no-repeat;
	position: absolute;
	right: 16px;
	bottom: 5px;
}
#gov {
	width: 51px;
	height: 41px;
	background: transparent url(../images/logo_Gov.png) no-repeat;
	position: absolute;
	right: 60px;
	bottom: 2px;
}

#banner {
	background: transparent url(../images/banner_bg.png) repeat-x center bottom;
	height: 48px;
	position: absolute;
	bottom: 0;
	width: 100%;
}
#banner_div {
	background: transparent url(../images/banner_bg_esq.png) no-repeat 0 bottom;
	height: 100%;
	position: relative;
}

ul#menu_principal {
	list-style-type: none;
	padding-left: 210px;
	position: absolute;
	bottom: 0;	
}
ul#menu_principal li {
	float: left; 
	margin-right: 10px;
	padding-top: 0; 
	white-space: nowrap;
	height: 24px;
	background: transparent url(../images/bg_menu_dir.png) no-repeat right 0;
	font: bold 14px 'trebuchet ms', Arial, helvetica, sans-serif;
	letter-spacing: 1px;
}
ul#menu_principal li.selected {
	background: transparent url(../images/bg_menu_selec_dir.png) no-repeat right 0;
}
ul#menu_principal li a {
	display: block; 
	padding: 4px 10px 4px 17px;
	position: relative;
	left: -8px; 
	background: transparent url(../images/bg_menu_esq.png) no-repeat left 0;
	height: 20px;
	text-decoration: none;
	color: #858279;
}
ul#menu_principal li a:hover {
	color: #2770a1;
}
ul#menu_principal li.selected a {
	background: transparent url(../images/bg_menu_selec_esq.png) no-repeat left 0;
	color: #2770a1;	
}


/* sub_menu  */
.sub_menu {
position: relative; 
height: 29px; 
border-bottom: 1px solid #E5E5E5;
margin-bottom: 10px;
}
.sub_menu ul {
padding-left: 30px;
list-style-type: none; 
height: 30px;
}

.sub_menu ul.opcoes li { 
float: left; 
padding: 0; 
margin: 6px 1px 0 0; 
list-style-type: none;
}

.sub_menu ul.opcoes li a { 
display: block; 
padding: 6px 24px 6px; 
color: #808080; 
font: bold 10px  Verdana, Arial, helvetica, sans-serif;
text-transform: uppercase;
text-decoration: none; 
position: relative;
left: -3px; 
}
.sub_menu ul.opcoes li a:hover { 
color: #065FA1; 
}
.sub_menu ul.opcoes li.selected { 
background: transparent url(../images/sub_menu_geral_bg_right.png) no-repeat right top;
}
.sub_menu ul.opcoes li.selected a { 
color: #065FA1; 
background: transparent url(../images/sub_menu_geral_bg_left.png) no-repeat left top;
}
.sub_menu li a {
font-size: 9px !important;
}
/* fim sub_menu  */



/* conteudo */
#content-wrapper {
	margin: 0 auto;
	padding: 10px 10px 0 10px;
	background: #fff;
}

#colunas {
	margin-top: 15px;
	padding: 0 260px 0 10px;
	position: static !important;
}

#coluna1 {
	float: left;
	width: 100%;
	border: 1px solid #0C75B6;
}

#coluna2 {
	float: right;
	width: 220px;
	margin-right: -250px;
}

/* hack ie7 */
#coluna2 {
	*padding-left: 30px;
}

.destaque_maior h3 {
	color: #0C75B6;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding-top: 2px;
	text-transform: uppercase;
}
.destaque_maior p {
	font-size: 12px;
	line-height: 13px;
	font-weight: bold;
	text-align: justify;
	/*letter-spacing: 0.5px;*/
	color: #073D81;
	margin: 0 0 10px;
}
.destaque_maior img {
	/*float: left;*/
	margin: 0 0 20px;
}


#coluna1 .separador {
	background: transparent url(../images/separador_coluna1.png) repeat-x;
	height: 1px;
	margin: 10px 0 20px;
}


.destaque_menor {
	margin-bottom: 25px;
}
.destaque_menor h3 {
	color: #0C75B6;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 3px 0;
	text-transform: uppercase;
	border-bottom: 1px solid #C8DDF2;
}
.destaque_menor p {
	font-size: 11px;
	text-align: justify;
	line-height: 14px;
	color: #333;
}
.destaque_menor p.indent {
	padding-left: 10px;
}
.destaque_menor p a {
	color: #0C75B6;
}
.destaque_menor span a {
	color: #878787;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
}

.destaque_menor span a:hover {
	text-decoration: underline;
}



.destaque_coluna {
	margin-bottom: 25px;
	position: relative;
}
.destaque_coluna img {
	
}
.destaque_coluna div.textos {
	/*position: absolute;
	bottom: 0;
	left: 94px;
	width: 126px;*/
	
}
.destaque_coluna h4 {
	color: #0C75B6;
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	text-transform: uppercase;
}
.destaque_coluna p {
	font-size: 10px;
	text-align: justify;
	line-height: 12px;
	color: #333;
}
.destaque_coluna a {
	text-decoration: none;
	color: #333;
}
.destaque_coluna a:hover {
	text-decoration: underline;
}


/* links geral */
.links {
	margin-bottom: 25px;
}
.links h4 {
	color: #0C75B6;
	font-size: 11px;
	font-weight: bold;
	margin: 0 0 4px 0;
	text-transform: uppercase;
	border-bottom: 1px solid #D7D7D7;
}
.links h4 a {
	color: #0C75B6;
}
.links p {
	font-size: 10px;
	text-align: justify;
	line-height: 10px;
	color: #333;
	margin: 0 0 10px 0;
}
.links p span {
	font-weight: bold;
}
.links a {
	text-decoration: none;
	color: #333;
}
.links a:hover {
	text-decoration: underline;
}


/* links noticias */
.links.noticias h4 {
	border: 0;
}
.links.noticias h4 a {
	text-decoration: underline;
}
.links.noticias h4 a:hover {
	text-decoration: none;
}
.links.noticias p {
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
}
.links.noticias p span {
	padding-left: 10px;
}
.links.noticias p a span {
	color: #6D6D6D;
}

/* sites_relacionados */
.links.sites_relacionados p {
	font-size: 11px;
	margin: 4px 0 8px;
}


/* links estatisticas */
.links.estatisticas div.item {
	/*position: relative;*/
	margin: 8px 0 12px 0;
}
.links.estatisticas div.item img {
	/*position: absolute;*/
	/*left: 0;*/
	vertical-align: middle;
	margin-right: 10px;
	float: left;
}
.links.estatisticas div.item p {
	/*padding-left: 36px;*/
	font-size: 11px;
	font-weight: bold;
	text-align: justify;
	line-height: 10px;
	color: #333;
	padding-top: 10px;
}
/*
.links.estatisticas div.item span {
	display: block;
}
*/




.ajuda {
	height: 41px;
	background: transparent url(../images/ajuda_bg_esq.png) no-repeat left 0;
	margin: 10px 5px 20px 5px;
}
.ajuda_div {
	height: 41px;
	background: transparent url(../images/ajuda_bg_dir.png) no-repeat right 0;
}
.ajuda_div div {
	height: 41px;
	display: table-cell; 
	vertical-align: middle; 
}
.ajuda p {
	color: #808080;
	font: bold 11px/14px 'trebuchet ms', Arial, helvetica, sans-serif;
	padding: 0px 15px 0 50px;
}
/* hack ie7 */
.ajuda p {
	*padding: 8px 15px 0 50px;
}

#filtros_series_container {
	padding: 7px 5px 0 254px;
}

#resultado {
	padding: 0 5px;
}


/* filtros */
#filtros {
	float: left;
	width: 268px;
	margin-left: -248px;
}

#filtros .topo {
	height: 24px;
	background: transparent url(../images/filtros_topo_bg2.png) no-repeat;
}
#filtros .topo span.titulo_caixa {
	display: inline-block;
	color: #fff;
	font: bold 11px 'trebuchet ms', Arial, helvetica, sans-serif;
	padding: 5px 0 0 8px;
}


#filtros .meio {
	/*height: 458px;*/
	background: transparent url(../images/filtros_meio_bg2.png) repeat-y;
	padding-left: 3px;
}

#filtros .rodape {
	height: 9px;
	background: transparent url(../images/filtros_rodape_bg2.png) no-repeat;
}

.filtros_iframe {
	width: 248px; 
	height: 100%; 
	border: 0;
}




/* series */
#series {
	width: 95%;
	float: left;
}

#series .topo {
	height: 37px;
	background: transparent url(../images/series_topo_esq_bg.png) no-repeat;
	padding-left: 14px;
}
#series .topo_div {
	height: 37px;
	background: transparent url(../images/series_topo_dir_bg.png) no-repeat right 0;
}
#series .topo_div span {
	display: inline-block;
	color: #fff;
	font: bold 14px 'trebuchet ms', Arial, helvetica, sans-serif;
	padding: 12px 0 0 0;
}

#series .meio {
	background: transparent url(../images/series_meio_bg_esq.png) repeat-y;
	padding-left: 3px;
}
#series .meio_div {
	background: transparent url(../images/series_meio_bg_dir.png) repeat-y right 0;
	padding-right: 3px;
}

#series .rodape {
	height: 9px;
	background: transparent url(../images/series_rodape_bg_esq.png) no-repeat;
	padding-left: 10px;
}
#series .rodape_div {
	height: 9px;
	background: transparent url(../images/series_rodape_bg_dir.png) no-repeat right 0;
}

.series_iframe {
	border: 0;
	font-family: 'trebuchet ms', arial, verdana, helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	background: #E1EAF2;
}






















/* resultado */
#resultado {
	width: 100%;
	background: #fff;
}

#resultado .topo {
	height: 24px;
	background: transparent url(../images/result_topo_bg_esq.png) no-repeat;
	padding-left: 10px;
}
#resultado .topo_div {
	height: 24px;
	background: transparent url(../images/result_topo_bg_dir.png) no-repeat right;
}
#resultado .topo_div span {
	display: inline-block;
	color: #fff;
	font: bold 11px 'trebuchet ms', Arial, helvetica, sans-serif;
	padding: 4px 0 0 5px;
}
#resultado .topo_div span img {
	vertical-align: -2px;
}
#resultado .topo_div span a {
	color: #fff;
	text-decoration: none;
}
#resultado .topo_div span a:hover {
	text-decoration: underline;
}


#resultado .meio {
	height: 540px;
	background: transparent url(../images/result_meio_bg_esq.png) repeat-y;
	padding-left: 3px;
}
#resultado .meio_div {
	height: 540px;
	background: #fff url(../images/result_meio_bg_dir.png) repeat-y right;
	padding-right: 3px;
}

#resultado .rodape {
	height: 9px;
	background: transparent url(../images/result_rodape_bg_esq.png) no-repeat;
	padding-left: 10px;
}
#resultado .rodape_div {
	height: 9px;
	background: transparent url(../images/result_rodape_bg_dir.png) no-repeat right;
}


.resultado_topo {
	width: 100%; 
	height: 30px; 
	border: 0;
}
.resultado_dados {
	width: 100%; 
	height: 500px; 
	border: 0;
}



/* balanco */
#balanco, #balanco_arquivos {
	padding: 20px 40px 0 40px;
}

h1.titulo_pagina {
	color: #0C75B6;
	font-size: 16px;
	font-weight: bold;
	margin: 20px 0 0 40px;
	padding-top: 2px;
	text-transform: uppercase;
}
#balanco li.titulo {
	color: #333;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding-top: 2px;
	text-transform: uppercase;
	list-style-type: none;
}
#balanco ol {
	margin-left: 65px;
	margin-bottom: 20px;
	border-bottom: 1px solid #C0C0C0;
}
#balanco ol li{
	font-size: 12px;
}
#balanco ol li a{
	color: #333;
}
#balanco ol li a:hover{
	color: #0C75B6;
}

.balanco_arquivos_iframe {
	width: 100%; 
	height: 389px; 
	border: 0;
}


/* footer */
#footer {
	height: 25px;
	background: transparent url(../images/footer_bg_esq.png) no-repeat 0 0;
	padding-left: 10px;
}
#footer_div {
	height: 25px;
	background: transparent url(../images/footer_bg_dir.png) no-repeat right 0;
}

