/*************************** Padrões Default Página Toda **********************************************/
*, html, body {
    margin:0;
    padding:0;
}
body {
    position:relative;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 71.3%;
    background: #E3DBDB;
}

a{
    color: #2D4D71;
}

.linkGuiaDeTudoFonte{
    color: white;
}

a:hover{
    color: #739CCA;
}

img{
    border: none;
}

.fonteVermelha{
    color: red;
}

#DivTudo{
    position:relative;
    margin: 0 auto 0 auto;
    width:993px;
    overflow:hidden;
    background: white;
    border-left:2px solid #A98D8D;
    border-right:2px solid #A98D8D;
}

#UrlSitePrint{
    display: none;
}

.DivBordaBanner{
    border: 1px solid #A98D8D;
    width: 120px;
    height: 600px;
}

.PEnderecoSitePrint{
    border-top: 1px dotted #A98D8D;
    border-bottom: 1px dotted #A98D8D;
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    display: none;
}
/*************************** Table Padrao **********************************************/
.TablePadrao{
    border: 1px solid #A98D8D;
    width: 100%;
    border-collapse: collapse;
    padding: 2px;
}
.TablePadrao thead tr td{
    padding: 4px;
    font-weight: bold;
    background: #A98D8D;
    color: white;
    border-top: 1px solid white;
    border-right: 1px solid white;
}
.TablePadrao tbody tr td{
    padding: 4px;
    border: 1px solid #A98D8D;
}
.TablePadrao .TdTitulo{
    padding: 5px;
    text-align: center;
    font-weight: bold;
    background: #A98D8D;
    color: white;
}
.TablePadraoEven{
    background: #FAFDFE;
}
.TablePadraoOdd{
    background: #DBF0F7;
}
/*************************** / Table Padrao **********************************************/
/*************************** Inicio Header **********************************************/
#DivHeader{
    width: 100%;
    height: 169px;
    clear: both;
    background: url(../images/layout-novo/fundo-header.png);
}
#DivHeader #DivMenuTopo{
    padding: 5px;
    color: white;
}
#DivHeader #DivMenuTopo h2{
    font-size: 1em;
    font-weight: normal;
    display: block;
    float: left;
    margin-right: 4px;
}
#DivHeader #DivMenuTopo a{
    color: white;
    text-decoration: none;
}
#DivHeader #DivMenuTopo a:hover{
    text-decoration: underline;
}
#DivHeader #DivLogo{
    float: left;
    border: 1px solid white;
    border-left: none;
    border-right:1px solid #A98D8D;
    height: 90px;
}
#DivHeader #DivBanner{
    float: left;
    border: 1px solid white;
    border-left: none;
    height: 90px;
}
#DivHeader #DivQuadradoCanto{
    height: 90px;
    width: 99px;
    float: left;
    border-bottom: 1px solid white;
    border-top: 1px solid white;
}
#DivHeader #DivFaixaHeader{
    clear: both;
    height: 50px;
    width: 993px;
}
#DivHeader #DivPrimeiraParteFaixa{
    float: left;
    height: 100%;
    width: 165px;
}
/*************************** Inicio Box Busca */
#DivBoxBusca{
    float: left;
    overflow: hidden;
    padding: 12px;
    padding-left: 0px;
}
#DivBoxBusca #DivInput{
    float: left;
    padding: 6px;
    padding-top: 4px;
    background: url(../images/layout-novo/busca/fundo-input.png) no-repeat;
    margin-right: 7px;
}
#DivBoxBusca #DivInput input{
    width: 300px;
    background: none;
    border: none;
}
#DivBoxBusca #DivInputBairro{
    float: left;
    padding: 6px;
    padding-top: 4px;
    background: url(../images/layout-novo/busca/fundo-input-bairro.png) no-repeat;
    margin-right: 7px;
}
#DivBoxBusca #DivInputBairro input{
    width: 120px;
    background: none;
    border: none;
}
#DivBoxBusca #DivSelect{
    float: left;
    padding: 4px;
    background: url(../images/layout-novo/busca/fundo-input-bairro.png) no-repeat;
    margin-right: 7px;
}
#DivBoxBusca #DivSelect select{
    width: 126px;
    background: none;
    border: none;
}
#DivBoxBusca #DivSubmit{
    float: left;
    background: url(../images/layout-novo/busca/fundo-input-button.png) no-repeat;
    padding: 1px;
    padding-bottom: 0px;
}
#DivBoxBusca #DivSubmit .Submit{
    cursor: pointer;
    width: 72px;
    height: 24px;
    background: none;
    border: none;
}
#DivBoxBusca .PDica{
    position: relative;
    padding: 0px;
    margin: 0px;
}
#DivBoxBusca .PDica label{
    letter-spacing: 1px;
    background: none;
    position: absolute;
    left: 0;
    top: 0;
    padding-left: 2px;
    font-size: 1.3em;
    color: #9A9A9A;
}
#DivBoxBusca .PDica br{
    display: none;
}
/*************************** / Fim Box Busca **********************************************/

/*************************** Inicio Menu Topo Categorias **********************************************/
#DivMenuCategorias{
    clear: both;
}
/*************************** / Fim Menu Topo Categorias **********************************************/

/*************************** / Fim Header **********************************************/

/*************************** Inicio Faixa  **********************************************/
#DivFaixa{
    width: 100%;
    padding: 13px;
    padding-top: 15px;
    padding-bottom: 10px;
    /*padding-bottom: 5px;*/
    overflow: hidden;
    font-size: 0.9em;
}
#DivFaixa #DivFaixaNavegacao{
    width: 825px;
    float: left;
}
#SigaGuiaTwiiter{
    float: left;
}
/*************************** Fim Faixa **********************************************/

#DivCentro{
    width: 100%;
    height: auto;
    margin-bottom: 70px;
    overflow: hidden;
    /*background: fuchsia;*/
}

#DivMenuEsquerda{
    background: green;
}

/*************************** Inicio Conteudo **********************************************/
#DivConteudo{
    /*background: gray;*/
    padding: 10px;
    padding-top: 0px;
}
#DivConteudo h3{
    /*background: gray;*/
    font-size: 1.3em;
}
#DivConteudo .PCamposObrigatorios{
    color: red;
}
#DivConteudo input:focus, #DivConteudo textarea:focus, #DivConteudo select:focus,
#DivConteudo input:hover, #DivConteudo textarea:hover, #DivConteudo select:hover{
    border: 1px solid #297D96;
    background: #F2FBFD;
}
#DivConteudo input, #DivConteudo textarea, #DivConteudo select{
    border: 1px solid #A08181;
}
#DivConteudo p{
    padding: 3px;
}
#DivConteudo .FieldSetFormularios{
    padding: 10px;
    margin-bottom: 15px;
    border:1px solid #A98D8D;
}
#DivConteudo .FieldSetFormularios legend{
    font-weight: bold;
    padding: 5px;
    padding-left: 12px;
    padding-right: 15px;
    font-size: 1.1em;
    color: #126F8D;
}
#DivConteudo .FieldSetFormularios p{
    padding: 5px;
}
#DivConteudo .SpanLabel{
    width: 190px;
    font-weight: bold;
    display: block;
    float: left;
    text-align: right;
    margin-right: 5px;
}
#DivConteudo .SpanAjuda{
    clear: both;
    color: #990000;
    display: block;
    margin-left: 196px;
}
#DivConteudo .error{
    color: red;
}
#DivConteudo label.error {
    padding-bottom: 2px;
    margin-left: 8px;
}
#DivConteudo #DivSucesso{
    margin-top: 15px;
    margin-bottom: 15px;
    background: #D1FFA4;
    border: 1px solid #65CC00;
    padding: 8px;
    padding-top: 14px;
    padding-bottom: 14px;
    font-weight: bold;
}
#DivConteudo #DivErro{
    margin-top: 15px;
    margin-bottom: 15px;
    background: #FFDDDD;
    border: 1px solid #FF0000;
    padding: 8px;
    padding-top: 14px;
    padding-bottom: 14px;
    font-weight: bold;
}
/*************************** Conteúdo Dinâmico ******************************************************/
#DivConteudoDinamico{
    float: left;
    width: 830px;
}
/*************************** / Conteúdo Dinâmico ***************************************************/
/*************************** Inicio Box Local Conteudo **********************************************/
#DivBoxVisite{
    position: relative;
    clear: both;
    overflow: hidden;
    float: left;
    background: #A98D8D;
    margin-top: 4px;
    margin-right: 10px;
    margin-bottom: 10px;
    border:1px solid  #A98D8D;
    width: 308px;
    height: 246px;
}
#DivBoxVisite a{
    color: white;
}
#DivBoxVisite a:hover{
    color: white;
}
.DivBoxLocal{
    position: relative;
    overflow: hidden;
    background: #A98D8D;
}
.DivBoxLocal .ic_container img{
    width: 152px;
    height: 121px;
}
.DivBoxLocal{
    float: left;
    border:1px solid  #A98D8D;
}
.DivBoxLocal{
    float: left;
    border:1px solid  #A98D8D;
}
.ic_container{
    vertical-align:baseline;
    margin:0px;
    position:relative;
    /*-moz-border-radius:10px;
    -webkit-border-radius:10px;
    -khtml-border-radius:10px;
    -moz-box-shadow: 0 1px 3px #888;
    -webkit-box-shadow: 0 1px 3px #888;*/
}
.overlay{
    opacity:0.3;
    position:absolute;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}
.ic_caption{
    position:absolute;
    opacity:0.6;
    overflow:hidden;
    margin:0px;
    padding:0px;
    left:0px;
    right:0px;
    cursor:default;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
}
.ic_category{
    letter-spacing:1px;
    padding:2px;
    margin:0px;
    font-size: 0.8em;
}
.ic_caption h3{
    padding:0px 5px 5px 5px;
    margin:0px;
}
.ic_text{
    padding:5px;
    margin:0px;
    text-align:left;
}

/*************************** Fim Box Local Conteudo **********************************************/


.DivPaginaInicial .DivDivisaoHorizontal{
    float: left;
    border-left: 1px dotted #A98D8D;
    width: 0px;
    overflow: hidden;
}
.DivPaginaInicial .DivDivisaoVertical{
    border-bottom: 1px dotted #A98D8D;
    overflow: hidden;
    height: 0px;
}
.DivPaginaInicial #DivTopoDireitaPaginaInicial{
    float: left;
    border-right: 1px dotted #A98D8D;
    /*background: yellowgreen;*/
    width: 659px;
}

/*************************** Inicio Box Notícias **********************************************/
.DivPaginaInicial .DivBoxNoticias{

}
.DivPaginaInicial .DivBoxNoticias .DivBoxNoticia{
    overflow: hidden;
    margin-bottom: 14px;
}
.DivPaginaInicial .DivBoxNoticias h2{
    font-size: 0.7em;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.DivPaginaInicial .DivBoxNoticias h2 a{
    color: #2E87A0;
}
.DivPaginaInicial .DivBoxNoticias h2 a:hover{
    text-decoration: underline;
}
.DivPaginaInicial .DivBoxNoticias h3 a{
    font-size: 0.9em;
    color: black;
}
.DivPaginaInicial .DivBoxNoticias h3 a:hover{
    text-decoration: underline;
}
.DivPaginaInicial .DivBoxNoticias h4 a{
    color: #707070;
    font-weight: normal;
    font-size: 0.94em;
}
.DivPaginaInicial .DivBoxNoticias h4 a:hover{
    text-decoration: underline;
}
.DivPaginaInicial .DivBoxNoticias1{
    width: 318px;
    height: 230px;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 4px;
}
.DivPaginaInicial .DivBoxNoticias2{
    border-top: 1px dotted #A98D8D;
    padding-top: 10px;
    margin-right: 10px;
    clear: both;
}
.DivPaginaInicial .DivBoxNoticias3{
    padding-left: 10px;
    overflow: hidden;
}

.DivBoxNoticiasEsquerda{
    float: left;
    width: 310px;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px dotted #A98D8D;
}
.DivBoxNoticiasDireita{
    float: left;
    width: 315px;
}
/*************************** / Fim Box Notícias **********************************************/

/*************************** Inicio Anuncios Pagina Inicial *****************************************/
.DivPaginaInicial .DivAnuncioPaginaInicial{
    float: left;
    margin-left: 10px;
    border: 1px solid #A98D8D;
    height: 250px;
}
.DivPaginaInicial .DivAnuncioPaginaInicialBaixo{
    margin-top: 10px;
}

/*************************** / Fim Anuncios Pagina Inicial *******************************************/

/*************************** Inicio Anuncios Categoria *******************************************/
#divAnuncioBusca{
    padding: 7px;
}
/*************************** Inicio Anuncios Categoria *******************************************/

/*************************** Inicio Divisões **********************************************/
.DivisaoBoxVisiteBoxNoticias{
    height: 250px;
}
.DivisaoPrevisaoNoticias3{
    height: 517px;
}
.DivisaoBoxNoticiasAnuncio{
    height: auto;
}
.DivisaoBoxVisiteBoxNoticiasPrevisao{
    width: 650px;
    clear: both;
    margin-bottom: 10px;
}
.DivisaoBoxAnuncios{
    width: 300px;
    float: left;
    margin-left: 10px;
    margin-top: 10px;
}
/*************************** Previsao do Tempo **********************************************/
#DivPrevisaoTempo{
    background: #F1EDED;
    border: 1px solid #A98D8D;
    padding: 5px;
    padding-bottom: 0px;
    margin-bottom: 10px;
    margin-right: 10px;
    overflow: hidden;
    height: 510px;
    width: 298px;
    float: left;
}
#DivTituloMap{
    /*    float: left;*/
    width: 297px;
    height: 215px;
    margin-right: 6px;
    text-align: center;
    /*background: yellow;*/
}

#DivTituloMap h2{
    font-size: 1.2em;
    margin-bottom: 5px;
}

/* Mapa */
#DivMapaPrevisao{
    overflow: hidden;
    clear: both;
    height: 190px;
    border: 1px solid #6A8FB5;
}

/* / Mapa */

/* Ajuda */
#DivAjudaPrevisaoTempo{
    width: 100%;
    float: left;
    text-align: left;
}
.PTextoAjudaMapa{
    clear: both;
    font-size: 0.75em;
}
.PTextoAjudaMapa span{
    margin-left: 210px;
}
/* / Ajuda */

/* Dados Por Simepar */
.DivDadosSimepar{
    margin-top: 3px;
    float: left;
    font-size: 0.75em;
}
/* Dados Por Simepar */

#DivDataPrevisaoTempo{
    text-align: center;
    width: 100%;
    font-size: 0.9em;
    margin-bottom: 5px;
    margin-top: 5px;
}
.DivBarraVerticalPrevisaoTempo{
    height: 50px;
    width: 1px;
    background: #A98D8D;
    overflow: hidden;
}
.DivBarraPrevisaoTempo{
    background: #A98D8D;
    overflow: hidden;
    clear: both;
    margin-top: 3px;
    margin-bottom: 3px;
    height: 1px;
}

/* Informações Previsão */
#DivInformacoesPrevisao{
    width: 295px;
    float: left;
    overflow: hidden;
}
#DivPeriodoPrevisaoTempo{
    text-align: center;
}
#TableIconesPrevisaoTempo{
    width: 296px;
    font-size: 0.80em;
    border-collapse: collapse;
    margin-top: 3px;
    /*border: 1px solid red;
    font-weight: bold;
    color: #990000;*/
}
.ClassIconePrevisao img{
    width: 38px;
}
#DivIconeTempMin{
    text-align: left;
    width: 70px;
    float: left;
    margin-left: 90px;
    margin-bottom: 8px;
    margin-top: 4px;
}
#DivIconeTempMax{
    text-align: left;
    width: 70px;
    float: left;
    margin-bottom: 8px;
    margin-top: 4px;
}
.TdTextoMax{
    color: #9F0000;
}
.TdTextoMin{
    color: #17297D;
}
.TdClassData{
    background: #A0A0A0;
    color: white;
    font-size: 0.95em;
    padding: 2px;

}
.TdClassBarraDataVazia{
    border-bottom: 1px solid #A98D8D;
    /* background: red;*/
}
.TdCorpoPrevisao{
    width: 59px;
    padding: 2px;
    border-right: 1px solid #A98D8D;
}
.TrLegendas{
    color: #336600;
}
.IconeMaxMin{
    width: 10px;
}
.ClassLegendaPrevisao{
    font-weight: normal;
    color: black;
    font-size: 0.938em;
}
#SpanVentoDirecao{
    font-size: 0.8em;
}
#SpanVentoIntensidade{
    font-size: 0.8em;
}
#DivCidadePrevisaoTempo{
    text-align: center;
}
/*************************** / Informações Previsão ********************************************/

/*************************** / Fim Divisões *************************************************/
/******************************* Paginacao *********************************************************/
#DivInfoPaginacaoBaixo{
    margin-top: 10px;
    margin-bottom: 15px;
    text-align: center;
}
.DivClassPaginacao{
    /*color: #ACDDEA;*/
    float: left;
    width: auto;
    margin: 1px;
    padding: 4px;
    padding-left: 5px;
    padding-right: 5px;
    background: #DFF2F7;
    border: 1px solid #A98D8D;
}
#DivPaginacao .DivSemLink {
    color: #A6DBE8;
    border: 1px solid #DDD2D2;
}
#DivPaginacao .DivPaginaAtual{
    color: #473636;
    background: #93D3E3;
}
.DivNumeroPagina{
    padding-left: 0px;
    padding-right: 0px;
}
.DivPaginaAtual{
    padding-left: 5px;
    padding-right: 5px;
}
.DivClassPaginacao a{
    color: #735757;
    padding: 4px;
    padding-left: 5px;
    padding-right: 5px;
}
.DivClassPaginacao a:hover{
    color: #DFF2F7;
    padding: 4px;
    padding-left: 5px;
    padding-right: 5px;
}
.DivComLink:hover{
    background: #A98D8D;
    border: 1px solid #A98D8D;
    color: #DFF2F7;
}
/****************************** / Paginacao ********************************************************/
/************************************** Página Erro 404 ********************************************/
#DivImgArvoreErro404{
    border: 2px solid #A98D8D;
    background: #F2EEEE;
    overflow: hidden;
}
#DivImg404{
    padding: 25px;
    float: left;
    width: 200px;
}
#UlArvoreErro404{
    margin-top: 30px;
    width: 710px;
    float: left;
}
#UlArvoreErro404 div{
    float: left;
}
#UlArvoreErro404 li{
    padding: 6px;
    padding-left: 10px;
    /*border: 1px solid yellowgreen;*/
}
#UlArvoreErro404 span{
    font-weight: bold;
}
#UlArvoreErro404 li span{
    font-weight: bold;
}
/************************************** / Página Erro 404 ******************************************/
/******************************* Listagem de Itens Categoria *************************************/
/****************************** Pagina Lista Locais ********************************************/
#DivFiltros{
    margin-top: 10px;
    width: 210px;
    float: left;
    /*background: yellow;*/
    /*        border: 1px solid #1A8CB1;*/
}
#DivCategListagem{
    margin-top: 10px;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 10px;
    width: 600px;
    float: left;
    border: 1px dotted #A98D8D;
    border-top: none;
    border-bottom: none;
    font-size: 1.05em;
    /*background: red;*/
}
#DivCategListagem h1{
    color: #3E3E3E;
    font-size: 1.5em;
}
#DivCategListagem h2{
    color: #3E3E3E;
    font-size: 1.1em;
}
#DivCategAnuncios{
    margin-top: 52px;
    margin-left: 10px;
    width: 120px;
    float: left;
    /*background: greenyellow;*/
}
/****************************** / Pagina Lista Locais ********************************************/
#DivOpcoesListarPaginacao{
    margin-top: 14px;
    margin-bottom: 10px;
    padding: 4px;
    background: #A98D8D;
    border: 1px solid #A98D8D;
    overflow: hidden;
    color: white;
    font-weight: bold;
}
.DivOpcoesListar{
    /*background: yellow;*/
    width: 35%;
    float: left;
    overflow: hidden;
}
.DivOpcoesListar a{
    color: white;
    text-decoration: underline;
}
.DivOpcoesListar a:hover{
    color: white;
    text-decoration: none;
}
#DivInfoPaginacao{
    /*background: #00FF00;*/
    width: 60%;
    padding-top: 3px;
    float: right;
    text-align: right;
    overflow: hidden;
}
#DivListaItensCateg{
    border-top: none;
    overflow: hidden;
    clear: both;
}
.DivItemCateg{
    /*padding: 5px;
    background: #00FF00;*/
    overflow: hidden;
    padding: 8px;
    padding-right: 6px;
    padding-left: 6px;
    border-bottom: 1px solid #1A8CB1;
}
.DivInfoGeral{
    /*background: red;*/
    width: 495px;
    float: left;
    overflow: hidden;
}
.DivInfoGeral h3{
    /*background: red;*/
    font-size: 1.2em;
    margin-bottom: 5px;
    margin-right: 0px;
}
.DivInfoGeral a:hover{
    text-decoration: underline;
}
.DivInfoGeral p{
    margin-left: 10px;
    padding: 2px;
}
.DivEspacoImagem{
    /*background: #D4C01B;*/
    margin:5px;
    text-align: center;
    width: 80px;
    height: 80px;
    float: left;
}
.DivBarraMaisInfo{
    clear: both;
    background: #DED3D3;
    width: 613px;
    margin-top:12px;
    height: 20px;
}
.DivEspacoImagem .DivImagem img{
    border: 2px solid #A98D8D;
    background: #A98D8D;
}
/******************************* Div Sem Registros *************************************/
#DivSemRegistros{
    /*background: red;*/
    margin-top: 20px;
}
#DivSemRegistros p{
    padding: 7px;
    font-size: 1.05em;
}
/******************************* / Div Sem Registros *************************************/
/* Prioridade */
#DivListaItensCateg .PriBronze{
    background: #EFF9FC;
}
#DivListaItensCateg .PriPrata{
    background: #DCF1F8;
}
#DivListaItensCateg .PriOuro{
    background: #CEECF4;
}
#DivListaItensCateg .PriPlatina{
    background: #A2DAEA;
}
/* / Prioridade */

/******************************* / Listagem de Itens Categoria *************************************/


/******************************** Noticia *******************************************/
#DivListagemNoticias{
    margin-top: 12px;
    margin-left: 4px;
}
#DivListaNoticias h2{
    color: #715555;
    font-size: 1.7em;
}
#DivListaNoticias h1{
    color: #715555;
    font-size: 1.7em;
}
#DivListaNoticias{
    width: 830px;
    float: left;
}
#DivListaCategorias h2{
    font-size: 1.7em;
    color: #715555;
}
#DivListaCategorias h1{
    font-size: 1.7em;
    color: #715555;
}
#DivListaCategorias hr{
    border: 1px solid #715555;
    margin-top: 2px;
}
#DivListaNoticias hr{
    border: 1px solid #715555;
    margin-top: 2px;
}
.DivAnuncioNoticiaLista{
    overflow: hidden;
    width: 300px;
    float: right;
}
#DivListaCategorias{
    width: 830px;
    float: left;
}
#DivListagemNoticias{
    margin-top: 20px;
    min-height: 200px;
}
.DivAnuncioNoticiaLista{
    overflow: hidden;
    width: 300px;
    float: right;
}
#DivAnuncioPadrao{
    margin-top: 25px;
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px dotted #A98D8D;
    float: left;
    width: 120px;
}
/******************************** Filtros *******************************************/
.DivClassFiltros{
    /* border: 1px solid #1A8CB1;
     padding: 5px;
     padding-left: 7px;
     padding-right: 7px;*/
    margin-bottom: 10px;
}
.DivClassFiltros fieldset{
    margin: 0px;
    padding: 2px;
    padding-bottom: 5px;
    border: 1px solid #A98D8D;
}
.DivClassFiltros fieldset legend{
    font-weight: bold;
    padding: 4px;
    padding-top: 0px;
    padding-left: 12px;
    padding-right: 15px;
    font-size: 1.1em;
    color: #126F8D;
}
.DivClassFiltros fieldset p{
    padding: 1px;
    padding-left: 5px;
}
.DivClassFiltros span{
    font-weight: bold;
    display: block;
    margin-bottom: 12px;
}
.DivClassFiltros .SpanSubTitulo{
    margin-top: 12px;
    margin-left: 8px;
}
.DivClassFiltros .SpanPrimeiro{
    margin-top: 3px;
}
#filtroBairro{
    padding: 2px;
    width: 189px;
    margin: 8px;
}
/******************************* / Filtros *******************************************/
/******************************** Exibe *********************************************/
#DivExibeNoticia{
    font-size: 1.05em;
    width: 830px;
    float: left;
}
#DivExibeNoticia h3{
    font-size: 1.4em;
}
#DivExibeNoticia br{
    margin: 3px;
}
#DivExibeNoticia ul{
    margin: 10px;
    list-style: circle;
}
#DivExibeNoticia ul li{
    margin-left: 20px;
    padding: 3px;
    padding-left: 0px;
}
.DivAnuncioNoticia{
    float: right;
    margin-top: 28px;
    padding-left: 15px;
    padding-bottom: 15px;
}
.PDataNoticia{
    padding: 1px;
    margin: 0px;
    color:#7A7A7A;
    font-size: 0.9em;
}
#DivExibeNoticia #DivRecursosPagina{
    margin-top: 5px;
}
.DivTextoNoticia{
    margin-top: 38px;
    text-align: justify;
}
#DivFonteNoticia{
    margin-top: 15px;
    margin-left: 2px;
}
/******************************** Leia Mais ******************************************/
#DivNoticiaLeiaMais{
    border-top: 1px dotted #A98D8D;
    margin-top: 15px;
    padding-top: 10px;
}
#DivNoticiaLeiaMais h3{
    font-weight: normal;
    padding: 2px;
    font-size: 1em;
    margin-left: 10px;
}
#DivNoticiaLeiaMais span{
    clear: both;
    display: block;
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 10px;
}
/******************************** / Leia Mais ******************************************/
/******************************** / Exibe *********************************************/
/******************************** / Noticia *****************************************/
/*************************** Página Anuncie *************************************************/
#DivAnuncieFormulario{
    width: 48%;
    float: left;
}
#DivAnuncieFormulario .InputSubmit{
    margin-left: 90px;
}
#DivAnuncieFormulario .ContadorCaracteres{
    width: 300px;
    height: 130px;
}
#DivAnuncieFormulario .SpanLabel{
    width: 115px;
}
#DivAnuncieFormulario label.error{
    display: block;
    margin-left: 120px;
}
#DivMensagemAnuncieFormulario{
    width: 48%;
    float: left;
    margin-left: 10px;
    margin-top: 13px;
}
.FieldsetAnuncieForm{
    height: 309px;
}
/*************************** / Página Anuncie *************************************************/
/*************************** Página Informe *************************************************/
#DivInforme .SpanLabel{
    width: 125px;
}
#DivInforme .SpanAjuda{
    margin-left: 130px;
}
#DivInforme label.error{
    display: block;
    padding-left: 123px;
}
#DivInforme{
    width: 57%;
    float: left;
}
.FielsetInforme{
    height: 261px;
}
#DivMensagem{
    width: 41%;
    float: left;
    margin-left: 10px;
    margin-top: 13px;
}
#DivInforme .InputDescricao{
    width: 100px;
}
/*************************** / Página Informe ************************************************/
/*************************** Página Contato ************************************************/
#DivContato{
    width: 400px;
    float: left;
}
#DivContato .SpanLabel{
    width: 110px;
}
#DivContato label.error{
    display: block;
    padding-left: 107px;
}
#DivMensagemContato{
    width: 560px;
    float: left;
    margin-left: 10px;
    margin-top: 13px;
}
#DivContato .InputSubmit{
    margin-left: 113px;
}
.InputDescricaoContato{
    width: 240px;
}
.FieldSetContato{
    height: 250px;
}
/*************************** / Página Contato ************************************************/
/*************************** Fim Conteudo ***************************************************/
#DivMenuDireita{
    background: aqua;
}
/*************************** Inicio Footer  **********************************************/
#DivFooter{
    overflow: hidden;
    width: 100%;
    padding-top: 20px;
    height: 100px;
    clear: both;
    background: url(../images/layout-novo/fundo-header.png);
}
#DivFooter #DivTextoFooter .DivItem{
    width: 91%;
    margin: 0 auto;
}
#DivFooter #DivTextoFooter p{
    margin-top: 10px;
    color: white;
    text-align: center;
}
/*************************** Inicio Menu Footer  **********************************************/
#DivFooter #DivMenuBaixo{
    padding: 5px;
    color: white;
}
#DivFooter #DivMenuBaixo h2{
    font-size: 1em;
    font-weight: normal;
    display: block;
    float: left;
    margin-right: 4px;
}
#DivFooter #DivMenuBaixo a{
    color: white;
    text-decoration: none;
}
/*************************** / Fim Menu Footer **********************************************/

/*************************** Inicio Anuncios Footer **********************************************/
#DivAnunciosFooter{
    text-align: center;
    overflow: hidden;
    clear: both;
}
/*************************** / Fim Anuncios Footer **********************************************/

/*************************** / Fim Footer **********************************************/

