hr {
    height: 2px;
    background: #ddd;
    border: #ddd;
}

img {
    vertical-align: middle;
}

a {
    color: navy;
}

optgroup{
    font-style: italic;
}
/*
================================================================================
            Layout geral
================================================================================
*/

html, body {
    height: 100%;
}


#wrapper{
    position: relative;
    min-height: 100%;
    margin: 0 auto;
    /*background: url(../imgs/bg_gradiente.jpg) repeat-x;*/
}

#content{
    padding-bottom: 35px; /*Deve ser da mesma altura do #footer + 5px */
    margin: 0 auto;
}

#cabecalho{
    display: block;
    height: 60px;
    border: 1px solid #ddd;
    /*background: #3366ff;*/
    background: url(../imgs/bg.jpg);
    color: #fff;
    border-bottom: 2px solid #666;
}

#navegacao, #corpo{
    padding: 20px 20px 0px 20px;
}

#navegacao{

}

#corpo{

}

#rodape{
    height: 20px;
    background: #eee;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}

#cabecalho h1{
    padding: 5px;
    font-size: 24px;
    font-weight: bold;
}

#busca,#categorias,#carregando{
    display: block;
    float: left;
    margin-right: 20px;
}

#carregando{
    display: none;
}


#localizacao , #titulo{
    display: block;
    border: 1px solid #ddd;
    padding: 5px;
    background: #ffe;
    margin-bottom: 30px;
}

#titulo {
    background: #eee;
    margin-top: 10px;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 14px;
    color: navy;
}

#navegacao li{
    padding: 2px;
}

#navegacao input[type="text"], #navegacao select{
    padding: 5px;
    width: 200px;
    font-size: 14px;
}

#navegacao select{
    width: 300px;
}

.oculta{
    display: none;
}

.clear{
    clear: both;
}

#localizacao li{
    padding: 2px;
    display: block;
    float: left;
}

.icone{
    vertical-align: top;
    width: 20px;
}

.lista_categorias {
    display: block;
    float: left;
    margin-bottom: 20px;
}

.lista_categorias caption{
    text-align: left;
    padding: 4px;
    font-weight: bold;
}

.lista_categorias a{
    color: red;
}

.lista_categorias .separador{
    width: 200px;
}

.lista_categorias td{
    padding-bottom: 10px;
}

optgroup.rotulo{
    background: #eee;
    font-weight: bold;
    font-style: italic;
}

.item_categoria{
    background: #fff;
    font-weight: normal;
    font-style: normal;
}

#resultado_busca_artigos{
    font-size: 16px;
    background: #e2f4f6;
    padding: 5px;
    border: 1px solid #ddd;
}

#artigo, #bloco_cad_categoria {
    margin-top: 0px;
}

#artigo_titulo , #categoria_descricao{
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    /*background: #eee;*/
    padding: 5px;
    border: 1px solid #ddd;
    color: #f42c09;
}

#artigo_corpo{
    margin-top: 30px;
}

#titulo a, #artigo_titulo a{
    font-size: 12px;
    text-decoration: underline;
    color: navy;
    font-weight: normal;
}

#carregando img{
    width: 32px;
    height: 32px;
    margin: 20px 10px 0px 20px;
}

a.link_editar_categoria{
    color: navy;
    font-size: 10px;
}

.link_editar_categoria img{
    vertical-align: top;
}

