* {
	margin: 0;
	padding: 0;
	border: none;
	font-family: inherit;
	font-size: 100%;
}

html { min-width: 100%; }

body {
	width: 100%;
	color: #333;
	font-size: 10px;
	font-family: verdana, arial, helvetica, sans-serif;
	border-top: 54px solid #fcd42b;
}

a { color: #333; }
legend { display: none; }
ol, ul { list-style: none; }
a:hover { text-decoration: underline; }
table { border-collapse: collapse; border-spacing: 0; }

#container {
	width: 940px;
	margin: -54px auto 0 auto;
	font-size: 1.1em;
}

/*
 TITULOS
*/

h2, h3, h4, h5, h6 { font-family: 'trebuchet ms', verdana, helvetica, sans-serif; }
h2 { font-size: 2.2em; }

/* -------------|
/* - CABECALHO
/* ----- */

#header {
	width: 940px;
	height: 238px;
	float: left;
}

/*
 OPCOES DE ACESSIBILIDADE
*/

#header #funcoes-basicas {
	width: 330px;
	position: absolute;
	top: 10px;
	background: url(../img/ico/separador_b.gif) 28px 10px no-repeat;
}
#header #funcoes-basicas li {
	margin: 2px 10px 0 75px;
	padding-left: 13px;
	background: url(../img/ico/marcador_x.gif) 0 3px no-repeat;
}
#header #funcoes-basicas li a {
	text-decoration: none;
	color: #231f20;
}
#header #funcoes-basicas li a:hover { text-decoration: underline; }
#header #funcoes-basicas li a span { display: block; }

#header #funcoes-basicas #aumentar-fonte,
#header #funcoes-basicas #diminuir-fonte {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 10px;
	/*display: none;*/
	background: none;
}
#header #funcoes-basicas #aumentar-fonte { left: 0; }
#header #funcoes-basicas #diminuir-fonte { left: 32px; }

#header #funcoes-basicas #aumentar-fonte a,
#header #funcoes-basicas #diminuir-fonte a {
	width: 23px;
	height: 17px;
	background-repeat: no-repeat;
	background-image: url(../img/btn/manipular_fonte.gif);
}
#header #funcoes-basicas #aumentar-fonte a { background-position: 0 0; }
#header #funcoes-basicas #diminuir-fonte a { margin-left: 3px; background-position: -26px 0; }

/* Teclas de Atalho */

#header #teclas-atalho li {
	position: fixed;
	top: 60px; left: 50%;
	z-index: 3;
}
#header #teclas-atalho li a {
	text-indent: -9999px;
	display: block;
	position: relative;
	top: 0; left: -50%;
}
#header #teclas-atalho li a:active, #header #teclas-atalho li a:focus {
	padding: 8px 20px 10px 20px;
	text-indent: 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.4em;
	color: #000;
	background-color: #f2f2f2;
	border: 1px solid #b9c0c6;
}
#header #teclas-atalho li a kbd {
	text-indent: 0;
	text-decoration: none;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	color: #000;
}

/*
 LOGO MARCA
*/

#header #gdf {
	width: 535px;
	position: absolute;
	top: 106px;
	background: url(../img/ico/separador_c.gif) 106px 52px no-repeat;
}
#header #gdf img {
	display: block;
	float: left;
}
#header #gdf h1 {
	margin: 53px 0 0 52px;
	float: left;
}
#header #gdf h1 a {
	width: 280px;
	height: 60px;
    /*	background: url(../img/lgo/portal_do_cidadao.gif) no-repeat;*/
	background: url(../img/lgo/portal_do_df.gif) no-repeat;
}


#header #gdf h1 a.portal_cidadao {
 	 background: url(../img/lgo/portal_do_cidadao.gif) no-repeat;
  	 /*background: url("045/img/lgo/portal_do_cidadao.gif")  no-repeat scroll 0pt 0pt transparent;*/
     width: 280px;
}

#header #gdf h1 a.portal_servidor {
     background: url("/045/img/lgo/portal_do_servidor.gif") no-repeat scroll 0pt 0pt transparent;
     width: 215px;
}

#header #gdf h2 {
	height: 22px;
	margin: 10px 0 0 30px;
	padding: 48px 0 0 26px;
	float: left;
	font-weight: bold;
	font-size: 18px;
	color: #828181;
	background: url(../img/ico/barra.gif) no-repeat;
}

/*
 PORTAIS
*/

#header #portais {
	width: 100%;
	height: 30px;
	position: absolute;
	top: 53px; left: 0;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	background-color: #5fbfd5;
}

#header #portais ul {
	width: 940px;
	margin: 0 auto;
}

#header #portais li {
	margin: 5px 6px 0 0;
	float: left;
}
#header #portais li a {
	width: 100px;
	height: 21px;
	outline: none;
	background-repeat: no-repeat;
	background-image: url(../img/btn/portais.gif);
}

#header #portais li a.home { background-position: 0 0; }
#header #portais li a.cidadao { background-position: -104px 0; }
#header #portais li a.empresas { background-position: -208px 0; }
#header #portais li a.servidor { background-position: -312px 0; }

#header #portais li.ativo a.home,
#header #portais li a.home:hover,
#header #portais li a.home:focus,
#header #portais li a.home:focus { background-position: 0 -26px; }


#header #portais li.ativo a.cidadao,
#header #portais li a.cidadao:hover,
#header #portais li a.cidadao:focus,
#header #portais li a.cidadao:focus { background-position: -104px -26px; }

#header #portais li.ativo a.empresas,
#header #portais li a.empresas:hover,
#header #portais li a.empresas:focus,
#header #portais li a.empresas:active { background-position: -208px -26px; }

#header #portais li.ativo a.servidor,
#header #portais li a.servidor:hover,
#header #portais li a.servidor:focus,
#header #portais li a.servidor:active { background-position: -312px -26px; }

/*
 MENU RETRATIL
*/

#header #menu-retratil {
	display: block;
	float: right;
}
#header #menu-retratil .ativa { margin-top: -20px !important; }

#header #menu-retratil .basico,
#header #menu-retratil .agencia-brasilia {
	width: 151px;
	height: 68px;
	margin: -27px 3px 0 0;
	display: block;
	float: left;
}

#header #menu-retratil li .sobre-governo,
#header #menu-retratil li .sobre-df,
#header #menu-retratil li .fale-governo,
#header #menu-retratil .agencia-brasilia a {
	height: 100%;
	display: block;
	outline: none;
	background-repeat: no-repeat;
	background-image: url(../img/mnu/opcoes.gif);
}

#header #menu-retratil .sobre-governo { background-position: 0 -82px; }
#header #menu-retratil .sobre-df { background-position: -160px -82px; }
#header #menu-retratil .fale-governo { background-position: -320px -82px; }
#header #menu-retratil .agencia-brasilia a { background-position: -480px -82px; }

#header #menu-retratil .hover .sobre-governo,
#header #menu-retratil .ativa .sobre-governo { background-position: 0 -3px; }
#header #menu-retratil .hover .sobre-df,
#header #menu-retratil .ativa .sobre-df { background-position: -160px -3px; }
#header #menu-retratil .hover .fale-governo,
#header #menu-retratil .ativa .fale-governo { background-position: -320px -3px; }
#header #menu-retratil .hover .agencia-brasilia a,
#header #menu-retratil .ativa .agencia-brasilia a,
#header #menu-retratil .agencia-brasilia a:hover { background-position: -480px -3px; }

/*
 CONTEUDO DO MENU RETRATIL
*/

#header .tarja,
#header .suspensorio {
	width: 100%;
	height: 140px;
	display: none;
	position: absolute;
	top: 87px; left: 0;
	z-index: 2;
	overflow: hidden;
	font-family: 'trebuchet ms', verdana, helvetica, sans-serif;
	background: #636466 url(../img/bkg/gdf.gif) center top no-repeat;
}
#header .suspensorio { display: block; }
#header .tarja .center {
	width: 936px;
	margin: 0 auto;
	padding-top: 10px;
	overflow: hidden;
}
#header .tarja .right { float: right !important; }

/* Titulos */

#header .tarja h2,
#header .tarja h3 {
	color: #fff;
	font-size: 1.6em;
}
#header .tarja h2 { margin-bottom: 6px; }
#header .tarja h3 { margin-bottom: 4px; }

#header .tarja h2 strong,
#header .tarja h3 strong {
	display: block;
	font-size: 1.3em;
}
#header .tarja h2 strong { margin-top: -6px; }
#header .tarja h3 strong { margin-bottom: -2px; }

#header .tarja img {
	margin-right: 10px;
	display: block;
	float: left;
}

/* Box de apresentacao */

#header .tarja .apresentacao {
	width: 356px;
	margin-top: 8px;
	padding-right: 40px;
	float: left;
}
#header .tarja .apresentacao p {
	font-size: 1.2em;
	color: #fff;
}#header .tarja .apresentacao p a { color: #fff; }

/* Lista de sites */

#header .tarja #sites {
	width: 534px;
	height: 111px;
	margin-top: 2px;
	overflow: hidden;
	float: right;
}
#header .tarja #sites ul {
	position: relative;
	float: left;
}
#header .tarja #sites li {
	width: 194px;
	height: 21px;
	display: block;
	float: left;
	clear: both;
	border-bottom: 1px solid transparent;
}
#header .tarja #sites li a {
	height: 20px;
	padding: 1px 0 0 10px;
	display: block;
	text-decoration: none;
	font-size: 1.1em;
	color: #fff;
}
#header .tarja #sites .aberta .raiz {
	font-weight: bold;
	background-color: #b21c14;
}
#header .tarja #sites .aberta ol { display: block; }
#header .tarja #sites li ol {
	width: 325px;
	height: 110px;
	display: none;
	position: absolute;
	top: 0; left: 194px;
	overflow: auto;
	background: #b21c14 url(../img/ico/pontilhado_a.gif) repeat-y;
}
#header .tarja #sites li ol li {
	width: 100%;
	height: auto;
	min-height: 21px;
	border-bottom: 1px solid #cc3b3a;
}
#header .tarja #sites li ol li a {
	height: auto;
	min-height: 20px;
	line-height: 20px;
}

/* Caixa arredondada */

#header .tarja .caixa {
	width: 265px;
	margin-left: 5px;
	display: inline;
	float: left;
}
#header .tarja .caixa em {
	margin-top: -2px;
	display: block;
	font-style: normal;
	font-weight: bold;
	font-size: 3.2em;
	color: #f3ca02;
}

#header .tarja .caixa .borda { border-top: 1px solid #5a763e; }
#header .tarja .caixa .nivel-a {
	width: 263px;
	height: 1px;
	border-left: 1px solid #6b8c49;
	border-right: 1px solid #6b8c49;
	border-top: 0;
	background-color: #5a763e;
}
#header .tarja .caixa .nivel-b { width: 263px; }
#header .tarja .caixa .nivel-c { width: 261px; }
#header .tarja .caixa .nivel-d {
	width: 257px;
	height: 1px;
	border-left: 1px solid #6b8c49;
	border-right: 1px solid #6b8c49;
	border-top: 0;
	background-color: #5a763e;
}

#header .tarja .caixa .conteudo {
	width: 225px;
	height: 115px;
	padding: 5px 20px 0 20px;
	overflow: hidden;
	float: left;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: #b11b14;
}
#header .tarja .caixa .margins h3 { margin-bottom: 0; }
#header .tarja .caixa .margins em { margin-top: -4px; }
#header .tarja .caixa .conteudo p a { color: #fff; }
#header .tarja .caixa .conteudo p {
	line-height: 15px;
	font-size: 1.1em;
	color: #fff;
}

/*
 BOAS VINDAS
*/

#header #boas-vindas {
	width: 270px;
	margin-left: 540px;
	position: absolute;
	top: 146px;
	color: #828181;
}
#header #boas-vindas span {
	padding-left: 8px;
	display: block;
	background: url(../img/ico/marcador_a.gif) 0 4px no-repeat;
}
#header #boas-vindas p {
	margin: 4px 0 0 8px;
	font-weight: bold;
}

/*
 PREVISAO DO TEMPO
*/

#header #previsao-tempo {
	width: 200px;
	margin-left: 760px;
	position: absolute;
	top: 83px;
	color: #666;
}

#header #previsao-tempo strong {
	margin-bottom: 6px;
	display: block;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1.4em;
	color: #8d9d60;
}
#header #previsao-tempo img {
	margin-right: 9px;
	display: block;
	float: left;
}
#header #previsao-tempo span { display: block; }
#header #previsao-tempo small { font-size: 0.8em; }
#header #previsao-tempo cite {
	margin-top: 4px;
	display: block;
	font-style: normal;
	font-size: 1.0em;
	color: #b2b2b2;
}

/* -------------|
/* - CORPO
/* ----- */

#wrapper { clear: both; }

/*
- BANNER
*/

#wrapper #banner {
	margin-bottom: 15px;
	float: left;
}

/* -------------|
/* - SIDEBAR
/* ----- */

#sidebar {
	width: 400px;
	float: right;
}

/* -------------|
/* - RODAPE
/* ----- */

#footer {
 width: 100%;
 padding-top: 12px;
 font-size: 1.1em;
 float: left;
 background: url("../img/bkg/rodape.gif") center top repeat-x;
}
#footer .center {
 width: 920px;
 margin: 0 auto;
}

#footer h2 {
 margin-bottom: 14px;
 padding-bottom: 5px;
 font-size: 18px;
 border-bottom: 1px solid #c2c2c2;
}
#footer h3 {
 text-transform: uppercase;
 font-size: 1.0em;
}
#footer h2,
#footer h3 { color: #58674e; }

/*
 SITES ESPECIAIS
*/

#footer #sites-especiais {
    background: url("../img/bkg/sites_especiais.gif") repeat-x scroll 0 0 transparent;
    float: left;
    height: 50px;
    margin-bottom: 12px;
    margin-left: -13px;
    margin-top: -26px;
    position: relative;
    width: 944px;
}

#footer #sites-especiais form {
 width: 100%;
 height: 100%;
 float: right;
}

#footer #sites-especiais form label {
 width: 176px;
 height: 15px;
 margin: 18px 0 0 20px;
 display: inline;
 float: left;
 background: url(../img/tit/sites_especiais.gif) no-repeat;
}

#footer #sites-especiais form select {
 width: 340px;
 height: 22px;
 margin: 14px 0 0 386px;
 padding: 2px;
 float: left;
 font-size: 1.2em;
}

#footer #sites-especiais form input {
 width: 13px;
 height: 16px;
 margin: 18px 0 0 10px;
 float: left;
 background: url(../img/btn/ir.png) no-repeat;
}

#footer #sites-especiais .input-replace {
 width: 85px;
 height: 42px;
 margin-top: -8px;
 padding: 0;
 position: absolute;
 right: 0;
 background: url(../img/btn/acessar.gif) no-repeat;
}

/*
 MENU
*/

#footer #menu {
 margin-bottom: 32px;
 float: left;
 background: url(../img/mnu/sepadador.gif) repeat-y;
}
#footer #menu div {
 height: 100%;
 padding-left: 10px;
 margin-left: 10px;
 float: left;
 border-left: 1px solid #d4d4d4;
}
#footer #menu .simples { width: 116px; }
#footer #menu .duplo { width: 242px; }
#footer #menu div ul {
 width: 116px;
 margin-top: -4px;
 float: left;
}

#footer #menu .primeira {
 padding-left: 0;
 margin-left: 0;
 border: none;
}
#footer #menu div .margem { margin-left: 10px; }

#footer #menu li {
 margin-top: 8px;
 padding-left: 8px;
 display: block;
 background: url(../img/ico/marcador_b.gif) 0 4px no-repeat;
}
#footer #menu li a { color: #2b3619; }

/*
 BUSCA
*/

#footer #busca {
 width: 386px;
 float: right;
 position: relative;
}
#footer #busca label {
 margin-bottom: 4px;
 display: block;
}
#footer #busca input {
 width: 285px;
 height: 24px;
 padding: 1px 0 0 3px;
 float: left;
 font-family: 'trebuchet ms', verdana, helvetica, sans-serif;
 font-size: 1.6em;
 color: #666;
 border: 1px solid #999;
}
#footer #busca .input-replace {
 width: 85px;
 height: 42px;
 margin-top: -8px;
 padding: 0;
 position: absolute;
 right: 0;
 background: url(../img/btn/buscar.gif) no-repeat;
}

/*
 EMPRESAS PUBLICAS
*/

#footer #empresas-publicas {
 margin-top: 15px;
 float: left;
}
#footer #empresas-publicas .caixa {
 position: relative;
 /*border-left: 1px solid #b9c0c6;
 border-right: 1px solid #b9c0c6;
 background-color: #f5f5f5;*/
}

/* Borda arredondada */

#footer #empresas-publicas .externa {
 width: 916px;
 border-top: 1px solid #b9c0c6;
}
#footer #empresas-publicas .interna {
 height: 1px;
 width: 916px;
 border-left: 1px solid #b9c0c6;
 border-right: 1px solid #b9c0c6;
 background-color: #f5f5f5;
}

#footer #empresas-publicas ul {
 height: 60px;
 padding-left: 30px;
 display: table;
 overflow: hidden;
}
#footer #empresas-publicas li {
 display: table-cell;
 vertical-align: middle;
}
#footer #empresas-publicas li a {
 margin-right: 22px;
 display: block;
}

/* Marcas */

#footer #empresas-publicas li .caesb {
 width: 97px;
 height: 32px;
 left: 0;
 background: url(../img/lgo/caesb.png) no-repeat;
}
#footer #empresas-publicas li .ceb {
 width: 70px;
 height: 35px;
 left: 120px;
 background: url(../img/lgo/ceb.png) no-repeat;
}
#footer #empresas-publicas li .metrodf {
 width: 113px;
 height: 19px;
 left: 212px;
 background: url(../img/lgo/metrodf.png) no-repeat;
}
#footer #empresas-publicas li .brb {
 width: 145px;
 height: 26px;
 left: 348px;
 background: url(../img/lgo/brb.png) no-repeat;
}

/* Portal do Servidor */

#footer #empresas-publicas .portal-servidor {
 padding-left: 8px;
 position: absolute;
 top: 17px; right: 8px;
 font-weight: bold;
 color: #4a6838;
 background: url(../img/ico/marcador_b.gif) 0 4px no-repeat;
}

/*
 COPYRIGHT
*/

#footer #copyright {
 text-align: center;
 display: inline-block;
 /*border-left: 1px solid #b9c0c6;
 border-right: 1px solid #b9c0c6;
 background-color: #f5f5f5;*/
 float: right;
 padding: 15px;
 margin-top: 15px;
}

/* Noscript */

#aviso-script {
	margin: -12px 0 10px 0;
	position: relative;
	float: left;
}
#aviso-script p {
	padding: 8px 10px 10px 10px;
	line-height: 14px;
	background-color: #f2f2f2;
	border: 1px solid #b9c0c6;
}
#aviso-script .botao-fechar {
	margin-left: 4px;
	position: absolute;
	font-size: 0.8em;
	text-decoration: none;
}
#aviso-script.margem-superior { margin-top: 12px; }
#aviso-script.margem-inferior { margin-bottom: 24px; }

.aviso-padrao {
	width: 100%;
	margin-top: -1px;
	padding: 5px 0;
	float: left;
	border-top: 1px solid #c6c6c6;
	background-color: #dddddd;
	text-align: center;
}

/* Image Replacement */

.image-replace {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}

/* Image Replacement para Inputs */

.input-replace {
	display: block;
	content: "";
	line-height: 0;
	text-indent: -9999px;
	cursor: pointer;
	border: none !important;
}

/* Elementos ocultos */

.oculto {
	margin: 0 !important;
	padding: 0 !important;
	display: block;
	visibility: hidden;
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
	border: none !important;
}

/* Bordas arredondadas */

.borda {
	margin: 0 auto;
	clear: both;
	line-height: 0;
	font-size: 0;
}

/* Uppercase */
.uppercase { text-transform: uppercase; }

/* 
Content 3
*/
#content3 {
 float: left;
 width: 520px;
 margin-bottom: 16px;
}
#content3 h2 {
 border-bottom: 4px solid #EEE2D0;
 color: #666666;
 font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
 font-size: 22px;
}
#content3 #programas {
 border: 5px solid #E7E7E5;
 height: 144px;
 margin-top: 10px;
 width: 245px;
}
#content3 #programas img {
 margin: 0px;
}
#content3 #fatos {
 float: right;
 margin-top: -154px;
 border: 5px solid #E7E7E5;
 height: 144px;
 width: 245px;
}
#content3 #fatos img {
 margin: 0px;
}
#sidebarcidadao {
float: right;
margin-top: 15px;
width: 400px;
margin-bottom: 20px;
}
#sidebarempresa {
    float: right;
    margin-top: 10px;
}







