/*RESET*/
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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
}

html, body {
    height: 100%;
    padding-bottom: 0px;
}

body {
    line-height: 1.1;
    color: black;
    background: white;
    font-family: Arial;
}

body {min-width: 1004px;}

.stickyFooterWrapper {
    min-height: 100%;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
}

/* Estilos do Portal */
#site {
    background-color: white;
}

.site_content {
    margin: 0 auto;
    padding-top: 10px;
    width: 980px;
    text-align: left;
    font-family: Verdana;
    background-color: #ffffff;
    position: relative;
    padding-bottom: 100px;
}

.barra-acessivel ul li {
    display: inline;
}

.menuApoio ul li {
    display: inline;
}

.portalheader {
    height: 173px;
    background: url("../images/bg-header.png");
    background-repeat: repeat-x;
}

.header_content {
    width: 980px;
    margin: 0 auto;
}

h1.marca {
    background: url("../images/marca.png") left no-repeat;
    text-indent: -9999px;
    height: 77px;
    margin-top: 15px;
}

.menuapoio ul li a {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 9px;
    line-height: 14px;
    text-decoration: none;
    font-weight: 500;
    display: inline-block;
    /* visual do link */
    color: #666;
    text-decoration: none;
    border-bottom: 1px solid #fff;
    text-shadow: 0 0 1px rgba(51,51,51,0.3);
    -webkit-transition: 0.5s ease-in;
    -moz-transition: 0.5s ease-in;
    -o-transition: 0.5s ease-in;
    transition: 0.5s ease-in;
}

.menuapoio a:hover {
    text-decoration: underline;
}

.barra-acessivel {
    height: 25px;
}

.acessTeclado ul li {
    position: relative;
    float: left;
    padding-right: 10px;
}

.numeroAtalho {
    color: #0a5718;
    float: left;
    background-color: #a0d8ab;
    padding: 0 3px;
    margin-left: 5px;
    height: 14px;
    margin-top: 5px;
}

.acessTexto {
    margin-top: 5px;
    float: left;
}

.acessTeclado {
    position: relative;
    float: left;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 10px;
    line-height: 14px;
    color: #dcffe3;
    font-weight: 300;
    height: 25px;
}

.acessibilidade {
    position: relative;
    float: right;
}

.menuApoio {
    float: right;
    height: 29px;
    margin-top: 35px;
}

.menuApoio a {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #fff;
	text-decoration: none;
	font-weight: 300;
}

.menuApoio a:hover {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #fff;
	text-decoration: underline;
	font-weight: 300;
}

.menuApoio ul li {
	padding: 0 15px;
	border-right: 1px solid #a0d8ab;
	position: relative;
	float: right;
}

.menuApoio ul li.last {
	padding: 0 5px;
	border-right: none;
}

.menuApoio {
    background-color: #01430b;
}

.acessibilidade a {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 10px;
    line-height: 14px;
    color: #dcffe3;
    text-decoration: none;
    font-weight: 300;
}

    .acessibilidade a:hover {
        text-decoration: underline;
    }


.acessibilidade ul li {
    padding: 0 10px;
    position: relative;
    float: right;
    text-transform: uppercase;
}

.acessibilidade {
    height: 25px;
}

.acessoAInformacao {
	padding-top: 20px;
	float: left;
}

.assinatura {
    padding-top: 20px;
    text-align: right;
}

.rodape {
    background-color: #00420c;
    margin-top: -100px;
    height: 100px;
    position: relative;
    width: 100%;
    clear: both;
}

#footer-brasil {
   background: none repeat scroll 0% 0% #00420c;
   padding: 1em 0px;
   max-width: 100%;
}

a {
    /* Fonte */
    text-decoration: none;
    color: black;
}

    a:hover {
        /* Fonte */
        text-decoration: underline;
    }

#pagina {
    /* Fonte */
    font-family: Verdana;
    /* Tamanho */
    width: 980px;
    overflow: hidden;
    /* Margem e preenchimento */
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 10px;
}

    #pagina * {
        /* Fonte */
        font-family: Verdana;
    }

#principal {
    width: 519px;
    margin-left: 12px;
}

/* MENU DO ACESSO DIRETO */
#acesso-direto #menu-grupos {
    width: 100%;
    overflow: hidden;
}

    #acesso-direto #menu-grupos ul li {
        /* Posicionamento */
        display: block;
        float: left;
        /* Tamanho */
        height: 32px;
        /* Background */
        background-position: right;
    }

        #acesso-direto #menu-grupos ul li a {
            /* Fonte */
            font-size: 0.62em;
            font-weight: bold;
            text-transform: uppercase;
            /* Cor */
            color: black;
            /* Posicionamento */
            display: block;
            /* Tamanho */
            width: 100%;
            height: 22px;
            /* Margem e Preenchimento */
            padding-top: 10px;
            text-align: center;
        }

        #acesso-direto #menu-grupos ul li#opt-despesas {
            background-image: url(../images/aba-despesas.gif);
            width: 85px;
        }

        #acesso-direto #menu-grupos ul li#opt-receitas {
            background-image: url(../images/aba-receitas.gif);
            width: 86px;
        }

        #acesso-direto #menu-grupos ul li#opt-convenios {
            background-image: url(../images/aba-convenios.gif);
            width: 85px;
        }

        #acesso-direto #menu-grupos ul li#opt-sancoes {
            background-image: url(../images/aba-sancoes.gif);
            width: 86px;
        }

		#acesso-direto #menu-grupos ul li#opt-servidores {
            background-image: url(../images/aba-servidores.gif);
            width: 86px;
        }
		
        #acesso-direto #menu-grupos ul li#opt-mais {
            background-image: url(../images/aba-mais.gif);
            width: 91px;
        }        

/* Estilos de borda para simulação de abas */
.borda-despesas,
.sem-borda-despesas {
    border-bottom: 1px solid;
}

.borda-despesas {
    border-bottom-color: #a3b564;
}

.sem-borda-despesas {
    border-bottom-color: #c3cf9c;
}
/* GRUPOS DE CONSULTA DO ACESSO DIRETO */

/* Cores e bordas de cada grupo */
#acesso-direto #grupos-consulta .grupo p {
	font-size: 70%;
	margin: 0.5em;
}

.rotuloConsultas {
	/* Background */
	background-color: #ffffff;
	/* Margem e preenchimento */
	margin-top: 0.3em;
	padding-top: 0.3em;
	/* Tamanho */
	height: 1.1em;
	clear: both;
}

.rotuloConsultas h2 {
	/* Posicionamento */
	float: left;
	/* Fonte */
	font-size: 0.75em;
	font-weight: bold;
	/* Cor */
	color: #000000;
	/* Margem e preenchimento */
	padding-left: 1em;
}


.rotuloConsultas a.ajuda {
	/* Fonte */
	font-size: 0.75em;
	/* Margem e preenchimento */
	margin-left: 0.5em;
}

.rotuloConsultas a.ajuda img {
	/* Borda */
	border-style: none;
}

#grupos-consulta .grupo .rotuloDespesas {
    /* Background */
    background-color: #006631;
    /* Margem e preenchimento */
    margin-top: 1em;
    margin-left: 1px;
    margin-right: 1px;
    padding-top: 0.3em;
    /* Tamanho */
    height: 2.0em;
    clear: both;
}

    #grupos-consulta .grupo .rotuloDespesas h2 {
        /* Posicionamento */
        float: left;
        /* Fonte */
        font-size: 0.75em;
        font-weight: bold;
        /* Cor */
        color: #FFFFFF;
        /* Margem e preenchimento */
        padding-left: 1em;
    }

        #grupos-consulta .grupo .rotuloDespesas h2 .nota {
            /* Fonte */
            font-size: 0.8em;
            font-weight: normal;
        }

        #grupos-consulta .grupo .rotuloDespesas h2 .novo {
            /* Cor */
            color: #FFFF00;
        }

    #grupos-consulta .grupo .rotuloDespesas a.ajuda {
        /* Fonte */
        font-size: 0.75em;
        /* Margem e preenchimento */
        margin-left: 0.5em;
    }

        #grupos-consulta .grupo .rotuloDespesas a.ajuda img {
            /* Borda */
            border-style: none;
        }

#grupos-consulta .grupo .rotuloDespesasMensais {
    /* Background */
    background-color: #C4D09D;
    /* Margem e preenchimento */
    margin-top: 1em;
    margin-left: 1px;
    margin-right: 1px;
    padding-top: 0.3em;
    /* Tamanho */
    height: 1.1em;
    clear: both;
}

    #grupos-consulta .grupo .rotuloDespesasMensais h2 {
        /* Posicionamento */
        float: left;
        /* Fonte */
        font-size: 0.75em;
        font-weight: bold;
        /* Cor */
        color: #000000;
        /* Margem e preenchimento */
        padding-left: 1em;
    }

    #grupos-consulta .grupo .rotuloDespesasMensais a.ajuda {
        /* Fonte */
        font-size: 0.75em;
        /* Margem e preenchimento */
        margin-left: 0.5em;
    }

        #grupos-consulta .grupo .rotuloDespesasMensais a.ajuda img {
            /* Borda */
            border-style: none;
        }

#acesso-direto #grupos-consulta .grupo .opcoesConsultas {
    /* Fonte */
    font-size: 0.69em;
    /* Margem e preenchimento */
    margin: 0.7em 1em 0.7em 1em;
}

    #acesso-direto #grupos-consulta .grupo .opcoesConsultas span {
        /* Posicionamento */
        display: block;
        /* Margem e preenchimento */
        margin: 0.5em 0;
    }

    #acesso-direto #grupos-consulta .grupo .opcoesConsultas label,
    #acesso-direto #grupos-consulta .grupo .opcoesConsultas select,
    #acesso-direto #grupos-consulta .grupo .opcoesConsultas input {
        /* Fonte */
        font-size: 1em;
        /* Posicionamento */
        vertical-align: middle;
    }

#menu-apoio {
    margin-left: 1.8em;
    margin-top: 0.2em;
    width: 214px;
    padding: 0;
    float: left;
    clear: left;
    color: #333;
    font: normal normal bold 11px Verdana, Helvetica, Sans-serif;
}
#menu-apoio img {
	float: left;
	width: 34px;
	margin-right: 10px;
}
#menu-apoio a:hover {
	color: #006631;
	text-decoration: none;
}
.menu-apoio-item {
    padding-top: 12px;
    clear: both;
    background-image: url(../images/borda-menu-direita.png);
    padding-left: 5px;
    min-height: 42px;
}

#menu {
    /* Posicionamento */
    float: left;
    clear: left;
    /* Tamanho */
    width: 220px;
}

#consultas,
#informacoes {
    /* Posicionamento */
    /* Para permitir que os elementos que contém sejam posicionados absolutamente dentro dele */
    position: relative;
}

#consultas {
    /* Margem e Preenchimento */
    margin-bottom: 0.5em;
}

#informacoes {
    /* Margem e Preenchimento */
    margin-bottom: 0.3em;
}

    #consultas .conteudo,
    #informacoes .conteudo {
        /* Tamanho */
        width: 214px;
        /* Cor */
        color: #000000;
        /* Margem e preenchimento */
        margin-bottom: -20px;
        /* Posicionamento */
        position: relative;
        z-index: 3;
    }


    #consultas .fundo,
    #informacoes .fundo {
        /* Posicionamento */
        position: absolute; /* posicionamento absoluto dentro do div. */
        z-index: 1;
        /* Tamanho */
        width: 214px;
        height: 100%;
        /* Background */
        background-image: url(../images/menu-fundo.png);
        background-repeat: repeat-y;
    }

#consultas .fundo {
    /* Tamanho */
    _height: 150px; /* HACK IE6 */
}

#informacoes .fundo {
    /* Tamanho */
    _height: 150px; /* HACK IE6 */
}


#consultas h1,
#informacoes h1 {
    /* Background */
    background-repeat: no-repeat;
    background-position: top right;
    background-image: url(../images/menu-titulo.png);
    /* Fonte */
    font-size: 0.70em;
    font-weight: bold;
    text-transform: uppercase;
    /* Margem e preenchimento */
    margin-top: 0px;
    margin-bottom: 8px;
    padding-left: 7px;
    padding-top: 5px;
    padding-bottom: 5px;
    /* Tamanho */
    min-height: 12px; /* Para não cortar curva da imagem do cabeçalho */
    /* Bordas */
    border-left: 1px solid #9cae59;
}


#consultas ul,
#informacoes ul {
    /* Margem e preenchimento */
    margin-top: 0;
    margin-bottom: 0;
}

#consultas li,
#informacoes li {
    /* Background */
    background-repeat: no-repeat;
    /* Marcadores */
    list-style-type: none;
    /* Fonte */
    font-size: 0.7em;
    font-weight: bold;
    /* line-height: 1em; */
    /* Margem e preenchimento */
    margin-left: 7px;
    padding-left: 10px;
    padding-top: 4px;
    padding-bottom: 9px;
    /* Tamanho */
    width: 197px;
}

#consultas li,
#informacoes li {
    /* Background */
    background-image: url(../images/item-menu-fundo.png);
}

    #consultas li a,
    #informacoes li a {
        /* Cor */
        color: #000000;
    }


#consultas .bordaInferior,
#informacoes .bordaInferior {
    /* Background */
    background-repeat: no-repeat;
    background-image: url(../images/menu-borda-inferior.png);
    /* Tamanho */
    width: 214px;
    height: 23px;
    /* Posicionamento */
    position: relative;
    z-index: 2;
}

.colunasHome {
    margin-bottom: 30px;
}

.colunasHome tr td {
	vertical-align: top;
}

.veja-tambem h1 {
	font-size: 0.75em;
	font-weight: bold;
	color: #000000;
	padding: 1em 0 0.5em 1em;
}

.veja-tambem ul {
	 list-style-type: disc !important; 
	 padding-left: 32px;
}

.veja-tambem a {
	color: blue;	
	font-size: 70%;
}

.veja-tambem p {
	font-size: 0.6em !important;
	padding-left: 27px; !important;
}

.texto-justificado {
	text-align:justify;
}

.dados-do-portal {
	margin: 2px 0 0 0;
	position: relative;
    width: 517px;    
}

.dados-do-portal h1 {
	font-size: 0.7em;
	font-weight: bold;
	padding-top: 0.5em;
	padding-left: 0.5em;
	padding: 0.4em;
}

.dados-do-portal ul {
	/* Fonte */
	font-size: 0.70em;
	margin-bottom: 0.7em;
	margin-top: 0.7em;
}

.dados-do-portal li {
	/* Marcadores */
	list-style-type: none;
	/* Background */
	background-repeat: no-repeat;
	background-position: 0 0.4em;
	/* Margem e preenchimento */
	padding-bottom: 0.6em;
	margin-left: 1em;
	padding-left: 1em;
}

.dados-do-portal a.maisDados {
	/* Fonte */
	font-size: 70%;
	/* Posicionamento */
	position: absolute;
	right: 0;
	bottom: 0;
	_top: 2.5em; /* HACK IE6 (que com 'bottom', ideal para o caso, não funciona) */
	/* Margem e preenchimento */
	padding: 0 0.5em 0.5em 0;
}

#secao-ceis-sancoes {
	padding-top: 1em;
	background-color: #D7D78C;
	border: 1px solid #A79A38;
	border-top: none;
}

#secao-sancoes {
    border: 1px solid #A79A38;
    background-color: #d7d78c;
    border-top: none;
}

#dados-sancoes {
    background-color: #D7D78C;
	border: 1px solid #A79A38;
}

#dados-sancoes li {
	background-image: url("../images/bullet-origem-dados-sancoes.PNG");
}

.secao-mais {
    background-color: #ece185;
	padding-top: 1em;
	border: solid #d9bd6a;
	border-width: 0 1px 1px 1px;
}

.secao-mais-beneficiados{
    background-color: #ece185;
	border: solid #d9bd6a;
	border-width: 1px 1px 1px 1px;
	margin-top:5px;
}


.dados-mais {
    background-color: #ECE185;
    border: 1px solid #d9bd6a;
}

.dados-mais li {
	background-image: url("../images/bullet-origem-dados-mais.PNG");
}

#secao-servidores {
    background-color: #F0EBBF;
  	padding-top: 1em;
	border: solid #DCBD6A;
	border-width: 0 1px 1px 1px;
}

#dados-servidores {
    background-color: #F0EBBF;
    border: 1px solid #DCBD6A;
}

#dados-servidores li {
	background-image: url("../images/bullet-origem-dados-servidores.PNG");
}

#secao-convenios {
    background-color: #FFEB9B;
	padding-top: 1em;
	border: solid #F28617;
	border-width: 0 1px 1px 1px;
}

#dados-convenios {
    background-color: #FFEB9B;
    border: 1px solid #F28617; 
}

#dados-convenios li {
	background-image: url("../images/bullet-origem-dados-convenios.PNG");
}

#secao-despesas {
    background-color: #C3CF9C;    
	padding-top: 0.3em;
	border: solid #a3b564;
	border-width: 0 1px 1px 1px;
}

#secao-receitas {
    background-color: #FFD08A;    
	padding-top: 1em;
	border: solid #F28617;
	border-width: 0 1px 1px 1px;
}

#dados-receitas {
    background-color: #FFD08A;
    border: 1px solid #F28617;
}

#dados-receitas li {
	background-image: url("../images/bullet-origem-dados-receita.PNG");
}

#dados-despesas {
    background-color: #C3CF9C;
    border: 1px solid #A3B564;
}

#dados-despesas li {
	background-image: url("../images/bullet-origem-dados-despesa.PNG");
}

.opcoesConsultasTituloComIconeAjuda {
    width: 100%;
}

.link-azul {
	color: blue;
}