@CHARSET "ISO-8859-1";
@import url("conteudo/pagina.css");
@import url("ampl_foto.css");
* {
    margin: auto;
    padding: 0px;
}

body {
    font-family: Arial , Verdana, Helvetica, fantasy;
    font-size: 11px;
    color: #333;
}

p {
    line-height: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
}

img {
    border: none;
}

a {
    text-decoration: none;
    color: #006ab6;
}
a:hover {
    text-decoration: underline;
    color: #000;
}

a:hover * {
    color: #000;
}


.clear {
    clear: both;
}

.right {
    float: right;
}

.left {
    float: left;
}

.pointer {
    cursor: pointer;
}

.a-center {
    text-align: center;
}

.a-left {
    text-align: left;
}

.a-right {
    text-align: right;
}

hr {
    border: none;
    margin: 0px;
    padding: 0px;
    margin-top: 2px;
    margin-bottom: 2px;
    border-bottom: 1px dotted #C7C8CA;
    height: 1px;
}

h2 {
    color: #0066cc;
    font-size: 22px;
    font-weight: bold;
}

.sub-texto {
    font-style: italic;
    font-size: 11px;
}

.bold {
    font-weight: bold;
}


h1 , h2 , h3{
    color: #006ab6;
    font-weight: bold;
    font-size: 22px;
    margin-top: 2px;
    margin-bottom: 2px;
}

h1 a:hover , h2 a:hover , h3 a:hover {
    color: #333;
    text-decoration: none;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 17px;
    font-weight: normal;
    font-weight: bold;
}


.cinza {
    color: #666666;
}

.italico {
    font-style: italic;
}

.chamada {
    color: #666666;
    font-style: italic;
    font-size: 11px;
}

.tags {
    color: #fead16;
    font-weight: bold;
    font-style: normal;
}


/*******************************************************************************
 * ESTRUTURA DO SITE
 * elementos da estrutura da página
 *******************************************************************************/

span.data {
    font-weight: normal;
    font-style: normal;
    color: #000;
    font-size: 10px;
    font-weight: bold;
}

.azul {
    color: #006ab6;
}

.largura {
    width: 990px;
}

div#root {
    text-align: center;
}

div#pai {

}

div#topo {
    background-image: url('../../images/site/topo-bg.png');
    background-repeat: repeat-x;
    height: 120px;
    text-align: center;
    overflow: hidden;
}

div#topo div#topo-interno {
    width: 990px;
    text-align: left;
    padding-top: 18px;

}

div#menu {
    background-image: url('../../images/site/topo-menu-bg.png');
    background-repeat: repeat-x;
    height: 51px;
    font-size: 12px;
}

a#topo-logo {
    float: left;
}

div#topo-direita {
    float: right;
    width: 625px;
    text-align: right;
}


div#topo-busca-container {
    background-image: url('../../images/site/topo-buscar-bg.png');
    background-repeat: no-repeat;
    height: 28px;
    width: 217px;
    position: relative;
    float: right;
}

input#input-topo-busca {
    position: absolute;
    background-color: transparent;
    border: none;
    width: 161px;
    color: #fff;
    font-family: "trebuchet ms";
    float: left;

    top: 5px;
    left: 8px;
}

#input-topo-submit {
    border: none;
    padding: 3px;
    background-color: transparent;
    color: #006ab6;
    position: absolute;
    left: 183px;
    top: 1px;
    cursor: pointer;
}

a.acessibilidade {
    color: #000;
    padding: 2px 4px;
    font-family: "trebuchet ms";
    font-weight: bold;
}

a.acessibilidade:hover {
    background-color: #000;
    text-decoration: none;
    color: #fff;
}

div#acessibilidade-container {
    float: right;
    width: 120px;
    padding-top: 5px;
    margin-right: 7px;
}

div#topo-infos {
    font-size: 11px;
    color: #333333;
    padding-top: 10px;
}

div#topo-infos a {
    font-size: 11px;
    font-family: Tahoma;
}

div#topo-infos-links {
    padding-top: 10px;
    color: #006ab6;
    font-family: Tahoma;
}

ul#menu-principal {

}

ul#menu-principal li {
    padding: 0px;
    border-right: 1px solid #005a9b;
    list-style: none;
}

ul#menu-principal li a {
    color: #fff;
    font-family: "trebuchet ms";
    font-weight: bold;
    text-transform: uppercase;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    border-top: 5px solid transparent;
}

ul#menu-principal ul li {
    border-right: none;
}

ul#menu-principal ul li a {
    padding: 0px;
    color: #fff;
    font-family: "trebuchet ms";
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    border-top: 5px solid transparent;
    text-align: left;
    background-color: #006ab6;
}

.menu-principal-item {
    float: left;
}

ul#menu-principal li a:hover {
    border-top: 5px solid #fede1c;
    text-decoration: none;
    background-color: #006ab6;
}

ul#menu-principal li ul li a {
    padding: 5px 0px;
    border: none;
    text-transform: none;
    border: none;
    border-bottom: 1px solid #005b9c;
    font-weight: normal;
    font-size: 11px;
}

ul#menu-principal li ul li a:hover {
    background-color: #fede1c;
    color: #006ab6;
    border: none;
    border-bottom: 1px solid #005b9c;
}

.submenu {
    border-bottom: 5px solid #fede1c;
}

div#menu-principal-interno {
    width: 990px;
}

#topo-animacao-interno {
    width: 980px;
    height: 168px;
    background-color: #333;
    margin-top: 5px;
    position: relative;
}

#espirito-santo-azul {
    background-image: url('../../images/site/espirito-santo-azul.png');
    width: 133px;
    height: 186px;
    position: absolute;
    left: 780px;
    top: -9px;
    z-index: 7;
}

#topo-animacao {

}

#topo-animacao-direita {
    width: 146px;
    height: 168px;
    background-image: url('../../images/site/topo-animacao-direita.png');
    background-repeat: no-repeat;
    background-position: center;
    float: right;
    position: absolute;
    z-index: 6;
    left: 834px;
    text-align: right;
}

#topo-animacao-direita a {
    display: block;
    padding-right: 4px;
    padding-top: 4px;

}

#topo-animacao-esquerda {
    position: absolute;
    width: 863px;
    top: 0px;
    left: 0px;
    z-index: 1;
    overflow: hidden;
}

#topo-animacao-esquerda img {
    position: absolute;
    top: 0px;
    left:  0px;
    z-index: 2;
}

#topo-animacao-esquerda div {
    width: 864px;
    height: 168px;
}

.sombra-horizontal-simples {
    background-image: url('../../images/site/animacao-sombra-horizontal.png');
    height: 12px;
    width: 100%;
}

.largura {
    width: 980px;
}

#paginacao-animacao {
    position: absolute;
    z-index: 5;
    top: 10px;
    left: 15px;
}

#paginacao-animacao a {
    float: left;
    margin-right: 5px;
}

.tre {
    font-family: "trebuchet ms";
}

.azul {
    color: #006ab6;
}

.bold {
    font-weight: bold;
}

#midia-espirito-santo {
    font-family: "trebuchet ms";
    font-size: 9px;
    margin-top: 15px;
    margin-right: 5px;
}
#midia-espirito-santo img{
    margin-right: 5px;
}

#conteudo-banners {

    padding-top: 0px;
}

#conteudo-banners div {
    margin-top: 14px;
    margin-bottom: 14px;
}

#conteudo-esquerda {
    float: left;
    width: 184px;
    text-align: left;
    background-image: url('../../images/site/banners-sombra-vertical.png');
    background-repeat: no-repeat;
    background-position: right;
}

#conteudo-container {
    width: 980px;
    text-align: left;
    margin-top: 15px;
}

#newsletter-bg {
    background-image: url('../../images/site/newsletter-bg.png');
    height: 28px;
    width: 169px;
}

#input-news-email {
    color: #fff;
    background-color: transparent;
    border: none;
    width: 122px;
    margin-right: 14px;
    padding: 2px;
    margin: 0px;
}

#input-news-submit {
    background-color: transparent;
    border: none;
    color: #006ab6;
    font-family: "trebuchet ms";
    cursor: pointer;
    padding: 3px;
    margin: 0px;
}

#newsletter-container-interno {
    padding: 1px 0px 0px 5px;
}

#newsletter-form {
    padding: 0px;
    margin: 0px;
}

#mais-psdb-tit {
    font-size: 10px;
    border-bottom: 1px solid #cccccc;
    width: 90%;
    float: left;
    margin-bottom: 10px;
}

#conteudo-direita {
    width: 785px;
    float: right;
    text-align: left;
}

#baixo {
    background-image: url('../../images/site/baixo-bg.png');
    background-repeat: repeat-x;
    height: 246px;
    clear: both;
    margin-top: 40px;
}

#baixo-interno {
    width: 980px;
    text-align: left;
}

#baixo-logo-direita {
    float: right;
    width: 489px;
    text-align: right;
    padding-top: 20px;
}

#baixo-links {
    padding-top: 20px;
    width: 490px;
    float: left;
    color: #000;
    font-family: "trebuchet ms";
    font-size: 11px;
}


#baixo-links a {
    color: #fff;
    font-family: "trebuchet ms";
    font-size: 11px;
}

.branco {
    color: #fff;
}

a.bloco , span.bloco {
    background-color: #006ab6;
    color: #fff;
    font-size: 10px;
    padding: 1px;
}

a.bloco:hover {
    background-color: #fede1c;
    color: #006ab6;;
    text-decoration: none;
}

span.span-hover {

}

.espaco-vertical {
    height: 8px;
}

.aba-pequena , .aba-grande , .aba-maior , .aba-azul-maior {
    background-image: url('../../images/site/aba-pequena.png');
    background-repeat: no-repeat;
    background-position: right;
    height: 51px;
    width: 253px;
    font-family: "trebuchet ms";
    color: #fff;
    font-size: 19px;   
}

.aba-grande {
    background-image: url('../../images/site/aba-grande.png');
    width: 521px;
}

.aba-maior {
    background-image: url('../../images/site/aba-maior.png');
    width: 100%;
}

.aba-azul-maior {
    background-image: url('../../images/site/aba-azul-maior.png');
    width: 100%;
}


.aba-pequena div , .aba-grande div , .aba-maior div , .aba-azul-maior div {
    padding-top: 5px;
    padding-left: 8px;
}

hr.lista-hr {
    margin-top: 4px;
    margin-bottom: 4px;
    border-bottom-style: solid;
    border-bottom-color: #e6e6e6;
    height: 1px;
    padding: 0px;
}

.lista-subTitulo {

}

.lista-data {
    color: #4c4c4c;
    font-weight: normal;
}

.lista-subTitulo {
    color: #4c4c4c;
    font-weight: normal;
}

input.input , button.input {
    background-image: url('../../images/site/input-bg.png');
    background-repeat: repeat-x;
    border: none;
    margin: 0px;
    padding: 1px 1px;
    color: #fff;
    height: 21px;
    text-align: center;
    font-size: 10px;
    color: #fff;
}

.home-links-tit {
    width: 261px;
    float: left;
    color: #fff;
}

.home-links-tit div {
    padding: 8px 5px;
    font-weight: bold;
    font-size: 14px;
}

.home-links-bg {
    background-image: url('../../images/site/cinza1.png');
    background-repeat: repeat-x;
    height: auto !important;
    min-height: 100px;
    width: 259px;
    border-right: 1px solid #cfdada;
    border-left: 1px solid #fff;
    float: left;
}

.home-links-bg div {
    padding: 4px 4px;
}

.lista-hover {


}

.block {
    display: block;
}

/*
    internas
*/

.lista-item a {
    font-size: 11px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 4px;
    padding-top: 4px;
    display: block;
}

.lista-item hr {
    display: none;
}

.lista-item a:hover {
    background-color: #f2f2f2;
}


.interna-lista-item {
    width: 49%;
}


.input-select {
    width: 99%;
    cursor: pointer;
    margin-top: 5px;
}

.lista-item-foto {
    width: 105px;
    height: 81px;
    background-position: center;
    display: block;
    float: left;
    margin-right: 8px;
}

.aba-opcoes {

}


.lista-coluna {
    width: 48%;
    margin-right: 5px;
}

.menu-marcado {
    background-image: url('../../images/site/menu-marcado.png');
    background-repeat: repeat-x;
}

.aba-cinza {
    background-image: url('../../images/site/aba-cinza-bg.png');
    background-position: left;
    background-repeat: no-repeat;
    color: #000;
    font-size: 12px;
    font-weight: bold;
    height: 30px;
    border-right: 1px solid #cccccc;
}

.aba-cinza div {
    padding: 7px 50px;
}

.aba-icon {
    float: left;
    margin-left: 8px;
    margin-top: 8px;
    margin-right: 5px;
}

.sucesso {
    background-color: #00880a;
    border: 1px solid #097844;
    color: #fff;
    font-size: 12px;
    padding: 5px;
}

.destaque-caixa {
    background-color: #f1eded;
    padding: 4px;
    text-align: right;
    background-image: url('../../images/site/linha.png');
    background-repeat: repeat-x;
    background-position: top;
    border-top: 1px solid #919191;
}


input.submit {
    background-color: #006ab6;

    border: none;

    border-bottom: 2px solid #fede1a;
    color: #fff;
    font-family: "trebuchet ms";
    cursor: pointer;
    padding-left: 5px;
    padding-right: 5px;

}

input.submit-hover {
    background-color: #005493;
    color: #fff;
    border-bottom: 2px solid #006ab6;
}

a#fonte-destaque {
    background-color: black;
    color: #fff;
    border: 1px solid black;
}


a#fonte-destaque:hover {
    background-color: #fff;
    color: #000;
    border: 1px solid black;
}

ul {
    padding-left: 5px;
}

ul li {
    padding-left: 10px;
    margin-left: 10px;
    margin: 10px 0px;
    list-style: circle;
}

fieldset.busca-interna {
    padding: 5px;
    background-color: #f2f2f2;

}


fieldset.busca-interna select {
    padding: 2px;
    font-family: Arial,Tahoma;
    font-size: 12px;
    cursor: pointer;
}

span.lista-titulo {
    font-weight: bold;
}

#info-container {
    padding: 8px;
    color: black;
    font-size: 11px;
    width: 300px;
    display: none;
    z-index: 8;
    overflow: hidden;
}

#float {
    margin-top: 10px;
    position: absolute;
    z-index: 5;
    background-image: url('../../images/site/sombra.png');
    padding: 10px;
    display: none;
}

#float img {
    border: 1px solid #000;
}

.erro {
    background-color: #ac1717;
    color: #fff;
    padding: 15px;
    margin-bottom: 15px;
}


#error-container {
    padding: 10px 0px 10px 30px;
}

#error-container span{
    background-image: url('../../images/site/erro.png');
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 15px;

    margin-bottom: 2px;
    float: left;
    width: 45%;
}

.input-erro {
    color: red;
}

li.input-erro {
    color: #ac1717;
    font-weight: normal;
    margin: 0px;
    display: inline;
}

.sub-titulo {
    color: #4c4c4c;
}
