/* especificações de CSS para o sítio do gestor */

*{
    margin: 0px;
    padding: 0px;
}

body{
    width: 100%;
    text-align: center;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 10px;
    line-height: 1.6;
}

img{
    border: none;
}

#geral{
    margin: 0px auto;
    width: 1000px;
    text-align: left;
}

header, footer , article , aside , nav , section {
    display:block;
    float: left;
}

header#cabecalho{
    width: 100%;
    height: 52px;
    background: url("../img/cabecalho.png") no-repeat scroll center top rgba(0, 0, 0, 0);
}

img#logo{
    margin: 4px 0px 0px 3px;
}

nav#links{
    width: 996px;
    height: 30px;
    margin-top: -2px;
    background: url("../img/fundo_nav.png") repeat-x scroll center top rgba(0, 0, 0, 0);
}

nav#links ul{
    width: 680px;
    display: block;
    float: left;
    margin-left: 190px;
}

nav#links ul li {
    display:inline;
}	

nav#links ul li:last-child {
    display:inline;
    border: 0px !important;
}

nav#links ul li a {
    text-decoration:none;
	color:#333;
}

nav#links ul li a img {
    margin-top: 5px;
}

a.link-img, a.link-texto, span.separador{
    display: block;
    float: left;
}

a.link-img{
    padding: 0px 8px;
}

a.link-texto{
    margin-top: 7px;
    padding: 0px 8px;
}

span.separador img{
    margin-top: 5px;
}
	
nav#links ul li a:hover {
    color:#ee1c25;                    
}

#acessibilidade{
    width: 125px;
    display: block;
    float: left;
}

#acessibilidade img{
    margin: 5px 2px;
    cursor: pointer;
}

#combos, #pagina{
    width: 800px;
}

aside#menu-esquerdo{
    width:  180px;
    margin-left: 5px;
}

aside#menu-esquerdo img {
    border: 1px solid #000;
}

aside#menu-direito{
    width: 210px;
    margin-left: 5px;
    min-height: 450px;
    background-image: url('../img/bg_destaque.gif');
}

.link-externo{
    font-weight: bold;
    margin:  20px 0px 0px 20px;
}

.link-externo-url{
    margin: 0px 30px;
}

.link-externo-url a {
    text-decoration: none;
    color: #333;
}

.link-imagem{
    margin: 20px;
}

#rodape{
    width: 100%;
    height: 40px;
}

.caixa{
    float: left;
    display: block;
    width: 178px;
    border: 2px solid #cccccc;
    height: 139px;
    margin: 5px;
}

div.titulo-caixa{
    background-color: #b9d1d1;
    background-image: url("../img/bg_div_c1.jpg");
    font-size: 13px;
    height: 20px;
    padding: 2px 2px 2px 10px;
}

a.titulo-caixa:link {
    color: #cc0000;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    padding-left: 0;
    text-decoration: none;
}

a.titulo-caixa:visited {
    color: #cc0000;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    padding-left: 0;
    text-decoration: none;
}

div.corpo-caixa{
    background-image: url("../img/bg_div_c2.png");
    background-repeat: no-repeat;
}

div.corpo-caixa img{
    height: 60px;
    padding-left: 4px;
}

div.rodape-caixa{
    background-image: url("../img/bg_div_c3.jpg");
    background-repeat: no-repeat;
    height: 55px;
    padding-left: 4px;
    background-repeat: repeat-y;
    margin-top: -4px;
}

.veja{
    text-align: right;
}

.scroll311 {
    background: none repeat scroll 0 0 #f5f4f4;
    height: 356px;
    margin: 0;
    overflow: auto;
    width: 565px;
    border: 2px dashed #ccc;
}


.scrollPerguntas {
    background: none repeat scroll 0 0 #f5f4f4;
    height: 356px;
    margin: 0;
    overflow: auto;
    width: 760px;
    padding-left: 10px;
    border: 2px dashed #ccc;
}

header.titulos, div.titulos{
    border-bottom: 2px dashed #cccccc;
    padding: 0px;
    color: #336699;
    font-family: Arial;
    font-size: 22px;
    width:  100%;
    margin-bottom: 10px;
}

#enviado{
    color: #336699;
    font-family: Arial;
    font-size: 22px;
}

header#combos{
    margin-top: -2px;
    height: 25px;
    margin-left: 25px;
    width: 730px !important;
}

header#combos select{
    display: block;
    float: left;
    margin-right: 30px;
}

#dia-a-dia{
    width:  75%;
    display: block;
    float: left;
}

#destaques{
    display: block;
    float: left;
}

#imagem-fundo{
    background-image: url('../img/bg_page.png');
    background-position: top left;
    background-repeat: no-repeat;
    width: 998px;
    display: block;
    float: left;
}

section#conteudo{
    width: 781px;
}

.combo{
    font-size: 8pt;
    width:220px;
    color: #333333;
    font-family: Arial;
    height:20px;
    background-color: #fff;
}

article#pagina{
    width: 780px;
    padding-left: 5px;,
}

article#pagina a{
    text-decoration: none;
    color: #333;
}

article#pagina a:hover {
    color:  #f00;
}

.txt_recuo2{
    margin-left: 20px;
}

.nome-categoria{
    color: #cc0000;
    font-family: Arial;
    font-weight: bold;
    font-size: 13px;
    margin: 5px;
}

#info{
    padding: 10px;
}
span.titulo-pergunta{
    font-weight: bold;
    font-family: Arial;
    font-size: 12px;
    color:  #cc0000;
    letter-spacing: 1px;
}

div.form {
    /* border:  1px solid #f00; */
    width:  550px;
    margin-left: 150px;
    margin-top: 50px;
}

div.bloco{
    margin: 10px 0px;
    /* border: 1px solid #00f; */
    display: block;
    float: left;
}

.bloco .label{
    width: 100px;
    text-align: left;
    display: block;
    float: left;
}

.bloco .input{
    width: 320px;
    display: block;
    float: left;
    height: 20px;
}

input#cidade{
    display: block;
    float: left;
    width: 200px;
    height: 20px;
}

.botoes{
    text-align: center;
    margin: 10px 0px;
    display: block;
    float: left;
}

.botoes input[type=button]{
    width: 80px;
}



#label-estado{
    text-align: center;
    width: 80px;
    display: block;
    float: left;
}

#label-mensagem{
    width: 100%;
    text-align: center;
    display: block;
    float: left;
    margin: 10px 0px;
}

#mensagem{
    width: 400px;
    height: 100px;
    margin-left: 20px;
}
p#atencao{
    text-align: center;
}