* { margin: 0; padding: 0; text-decoration: none; font-size: 1em; outline: none; }
code, kbd, samp, pre, tt, var, textarea, input, select, isindex, listing, xmp, plaintext { font: inherit; font-size: 1em; white-space: normal; }
dfn, cite, var, address { font-style: normal; }
th, h1, h2, h3, h4, h5, h6 { font-weight: normal; }
a, img, a img, iframe, form, fieldset, abbr, acronym, object, applet, table { border: none; }
table { border-collapse: collapse; border-spacing: 0; }
caption, th, td, center { text-align: left; vertical-align: top; }
body { line-height: 1; background: white; color: black; }
q { quotes: "" ""; }
ul, ol, dir, menu { list-style: none; }
sub, sup { vertical-align: baseline; }
a { color: inherit; }
hr { display: none; } /* we don't need a visual hr in layout */
font { color: inherit !important; font: inherit !important; color: inherit !important; } /* disables some nasty font attributes in standard browsers */
blink { text-decoration: none; }
nobr { white-space: normal; }

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
::-webkit-input-placeholder {
    opacity: 1;
}
:-moz-placeholder {
    opacity: 1;
}
::-moz-placeholder {
    opacity: 1;
}
:-ms-input-placeholder {  
    opacity: 1;
}

/* ===== Tooltip ===== */

.tipsy { padding: 4px; font-size: 10px; opacity: 0.8; filter: alpha(opacity=80); background-repeat: no-repeat;  background-image: url('../img/tipsy.gif'); }
.tipsy-inner { padding: 2px 8px 2px 8px; background-color: #0d5784; color: white; max-width: 200px; text-align: center; font:13px Arial; }
.tipsy-inner { -moz-border-radius:3px; -webkit-border-radius:3px; }
.tipsy-north { background-position: top center; }
.tipsy-south { background-position: bottom center; }
.tipsy-east { background-position: right center; }
.tipsy-west { background-position: left center; }


.valida-form input { position: relative; }

/* ===== Form validation ===== */

.inputContainer { position: relative; float: left; }
.formError { position: absolute; top: 300px; left: 280px; display: block; z-index: 5000; cursor: pointer; }
.ajaxSubmit { padding: 20px; background: #55ea55; border: 1px solid #999; display: none; }

.formError .formErrorContent { background: #0d5784; position:relative; z-index:5001; color: #fff; width: 180px; font: 12px Arial; border: 1px solid #0d5784; padding: 4px 10px 4px 10px; border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; }
.formError .formErrorArrow { width: 15px; margin: -2px 0 0 13px;  position:relative; z-index: 5006; }
.formError .formErrorArrowBottom { box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none; margin: 0px 0 0 12px; top:2px; }
.formError .formErrorArrow div { font-size: 0px; height: 1px; background: #0d5784; margin: 0 auto; line-height: 0; font-size: 0; display: block; }
.formError .formErrorArrowBottom div {  box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none; }
.formError .formErrorArrow .line10 { width: 15px; border: none; }
.formError .formErrorArrow .line9 { width: 13px; border: none; }
.formError .formErrorArrow .line8 { width: 11px; }
.formError .formErrorArrow .line7 { width: 9px; }
.formError .formErrorArrow .line6 { width: 7px; }
.formError .formErrorArrow .line5 { width: 5px; }
.formError .formErrorArrow .line4 { width: 3px; }
.formError .formErrorArrow .line3 { width: 1px; border-left: 2px solid #ddd; border-right: 2px solid #ddd; border-bottom: 0 solid #ddd; }
.formError .formErrorArrow .line2 { width: 3px; border: none; background: #ddd; }
.formError .formErrorArrow .line1 { width: 1px; border: none; background: #ddd; }

/*alerts*/
#popup_container { min-width: 300px; max-width: 600px; background: url(../img/alert/alertOpacityOverlay.png) repeat; -moz-border-radius: 3px; -webkit-border-radius: 5px; border-radius: 5px; }
#popup_title { text-align: center; background: url(../img/alert/leftNavBg.png) repeat-x; border-bottom: 1px solid #d5d5d5; cursor: default; padding: 9px 0 9px 0px; margin: 0em; height: 39px; color: #0d5784;font: 20px 'featured_itemmedium'; }
#popup_content { background: #fafafa; padding: 1em 1.75em; margin: 0em; }
#popup_message { text-align: center; color: #505152;font: 14px Arial,Helvetica,sans-serif; }
#popup_panel { text-align: center; margin: 1em 0em 0em 0em; }
#popup_message input[type=text] { background: #FCFCFC; border: 1px solid #D1D1D1; padding: 5px; width: 258px; }
#popup_prompt { margin: .5em 0em; }
.blueBtn{
    background-color:#0d5784;
    border: 0 none;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    cursor: pointer;
    font: bold 10px/12px Arial,Helvetica,sans-serif;
    padding: 5px 14px 6px;
    text-transform: uppercase;
}
.blueBtn:hover{
    opacity:0.8;
}

.basicBtn {
    background-color: #D2D2D2;
    border: 0 none;
    border-radius: 4px 4px 4px 4px;
    color: #333333;
    cursor: pointer;
    font: bold 10px/12px Arial,Helvetica,sans-serif;
    padding: 5px 14px 6px;
    text-transform: uppercase;
}
.basicBtn:hover { opacity:0.8; }

body{
    font-size: 16px;
    font-family: Arial;
    min-width: 1200px;
}
a:focus {
    outline: 0;
}
.both {
    display: block;
    width: 0px;
    height: 0px;
    overflow: hidden;
    clear: both;
}

.container{
    width: 1200px;
    margin: 0 auto;
}


#rodape{
    background-color: #0d5784;
    height: 62px;
}
#rodape .logo{
    float: left;
    margin-right: 10px;
}
#rodape address{
    color: #ffffff;
    float: left;
    font-size: 12px;
    margin-top: 24px;
}
#rodape .netzee{
    float: right;
}
#rodape .netzee span{
    color: #ffffff;
    display: block;
    float: left;
    font-size: 12px;
    padding: 25px 10px 0 0;
}


#topo{
    border-bottom: 1px solid #d7d7d7;
    box-shadow: 0 2px 0 0 #f2f2f2;
    margin-bottom: 10px;
}
#topo .bloco-1{
    border-bottom: 1px solid #e6e6e6;
    padding: 8px 0 19px 0;
}
#topo #logo{
    display: block;
    float: left;
    margin: 20px 40px 0 0;
}
#topo .bloco-2{
    padding: 10px 0;
}

#menu{
    display: block;
    float: left;
}
#menu li{
    display: block;
    float: left;
    position: relative;
}
#menu li a{
    display: block;
    font-size: 19px;
    font-weight: bold;
    margin: 0 21px;
    padding: 10px 0;
    color: #0d5784;
}
#menu li .noticia{
    background: url('../img/ico-menu-noticias.jpg') no-repeat right center;
    padding-right: 10px;
    color: #0d5784;
}
#menu li .giro{
    background: url('../img/ico-menu-giro.jpg') no-repeat right center;
    padding-right: 10px;
    color: #158b1f;
}
#menu li .coluna{
    background: url('../img/ico-menu-colunas.jpg') no-repeat right center;
    padding-right: 10px;
    color: #fb8b00;
}
#menu li .contato{
    background: url('../img/ico-menu-contato.jpg') no-repeat right center;
    padding-right: 10px;
    color: #555555;
}
#menu li .sobre{
    color: #707070;
}

#menu .menu-topo .submenu{
    position: absolute;
    top: 34px;
    left: 3px;
    background-color: #ffffff;
    border: 4px solid #0d5784;
    border-radius: 4px;
    z-index: 999999;
    width: 568px;
    padding: 15px;
    display: none;
}
#menu .menu-topo .submenu .subcategorias{
    float: left;
    width: 110px;
    border-right: 1px solid #d7d7d7;
    margin-right: 15px;
}
#menu .menu-topo .submenu .subcategorias li{
    float: none;
}
#menu .menu-topo .submenu .subcategorias li a{
    margin: 0 0 5px 0;
    font-size: 14px;
    padding: 0;
    font-weight: normal;
}
#menu .menu-topo .submenu .subcategorias li a:hover{
    text-decoration: underline;
}
#menu .menu-topo .submenu .mais-lida{
    margin-bottom: 10px;
    float: left;
    width: 405px;
}
#menu .menu-topo .submenu .mais-lida .img{
    float: left;
    width: 144px;
    height: 95px;
    overflow: hidden;
    margin-right: 10px;
    padding: 0;
    margin-left: 0;
}
#menu .menu-topo .submenu .chamada{
    color: #555555;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}
#menu .menu-topo .submenu .mais-lida .titulo{
    font-size: 14px;
    padding: 0;
    line-height: 16px;
}
#menu .menu-topo .submenu .mais-lida .titulo:hover{
    text-decoration: underline;
}
#menu .menu-topo .submenu .ultimas{
    float: left;
    width: 405px;
}
#menu .menu-topo .submenu .ultimas li{
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 5px;
    margin-bottom: 5px;
    float: none;
}
#menu .menu-topo .submenu .ultimas a{
    padding: 0;
    margin: 0;
    font-weight: normal;
    font-size: 14px;
    line-height: 15px;
}
#menu .menu-topo .submenu .ultimas a strong{
    color: #555555;
}
#menu .menu-topo .submenu .ultimas a:hover{
    text-decoration: underline;
}

#menu .menu-topo .submenu.subgiro{
    border-color: #158b1f;
    width: 445px;
}
#menu .menu-topo .submenu.subgiro a{
    color: #158b1f;
}

#menu .menu-topo .submenu.subcoluna{
    border-color: #fb8b00;
}
#menu .menu-topo .submenu.subcoluna a{
    color: #fb8b00;
}
#menu .menu-topo .submenu.subcoluna .subcategorias{
    width: 135px;
}
#menu .menu-topo .submenu.subcoluna .ultimas{
    width: 380px;
}

#menu .menu-topo .submenu.subcontato{
    border-color: #555555;
    width: 200px;
}
#menu .menu-topo .submenu.subcontato a{
    color: #555555;
}
#menu .menu-topo .submenu.subcontato .ultimas{
    width: 155px;
}

#social-topo{
    float: left;
}
#social-topo li{
    display: block;
    float: left;
    margin-right: 10px;
    height: 34px;
}
#social-topo li a{
    display: block;
}
#social-topo li a:hover{
    opacity: 0.8;
}

#busca-top{
    display: block;
    float: right;
}
#busca-top #buscar{
    background: url('../img/ico-lupa.jpg') no-repeat 10px center;
    border:1px solid #d4d4d4;
    border-right:none;
    border-radius: 3px 0 0 3px;
    color: #999999;
    font-size: 14px;
    padding: 8px 8px 8px 35px;
    height: 33px;
    width: 325px;
    float: left;
}
#busca-top .bt{
    background-color: #f6f6f6;
    border: 1px solid #d4d4d4;
    border-radius: 0 3px 3px 0;
    color: #555555;
    float: right;
    font-size: 14px;
    padding: 7px;
    cursor: pointer;
    height: 33px;
}


.col-esquerda{
    float: left;
    width: 840px;
}
.col-direita{
    float: right;
    width: 300px;
}

#box-facebook{
    background: url('../img/topo-face.jpg') no-repeat center 10px;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 70px 11px 10px;
}
#box-instagram{
    background: url('../img/topo-instagram.jpg') no-repeat center 10px;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 70px 11px 10px;
}


#box-info{
    padding: 15px 0;
    border-bottom: 1px dotted #cecece;
    margin-bottom: 10px;
}
#box-info .data{
    float: left;
    width: 270px;
}
#box-info .data .dia{
    float: left;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #9d9d9d;
    font-size: 54px;
    font-weight: bold;
    color: #9d9d9d;
    line-height: 41px;
}
#box-info .data .semana{
    font-size: 13px;
    color: #9d9d9d;
}
#box-info .data .mes-ano{
    font-size: 13px;
    font-weight: bold;
    color: #9d9d9d;
    line-height: 15px;
}
#box-info .data .hora{
    font-size: 13px;
    color: #9d9d9d;
}
#box-info .noticia{
    float: left;
    width: 730px;
    margin-top: 6px;
}
#box-info .noticia .chamada{
    background: url('../img/ico-relogio-ultima.jpg') no-repeat left center;
    color: #0d5784;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    height: 20px;
    padding: 4px 0 0 30px;
}
#box-info .noticia a{
    color: #555555;
    font-size: 14px;
    font-weight: bold;
}
#box-info .noticia a:hover{
    text-decoration: underline;
}

#tempo{
    float: right;
    width: 190px;
}
#tempo .previsao img {
    float: left;
    margin: 0 15px 0 0;
    width:55px;
}

#tempo .previsao strong {
    display: block;
    font-size: 15px;
    color: #666666;
    font-weight: normal;
}

#tempo .previsao .graus {
    color: #ba0000;
    font-size: 13px;
    float: left;
}

#tempo .previsao .umidade {
    color: #0086c7;
    font-size: 13px;
    float: right;
    text-align: right;
}
#tempo .previsao #cidade-temperatura{
    position: relative;
}
#tempo .previsao #cidade-temperatura span {
    background: url("../img/ico-menu-contato.jpg") no-repeat scroll right center;
    padding-right: 10px;
}
#tempo .previsao #cidade-temperatura ul{
    display: none;
    background-color: #ffffff;
    box-shadow: 2px 2px 4px 0 #888;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 16px;
    z-index: 1;
}
#tempo .previsao #cidade-temperatura:hover ul{
    display: block;
}
#tempo .previsao #cidade-temperatura ul li{
    cursor: pointer;
    padding: 3px;
}
#tempo .previsao #cidade-temperatura ul li:hover{
    background-color: #0d5784;
    color:#ffffff;
}

#breadrumb{
    padding: 15px 0;
    border-bottom: 1px dotted #cecece;
    margin-bottom: 10px;
    color: #707070;
    font-size: 12px;
}
#breadrumb a{
    color: #0d5784;
    font-size: 12px;
}
#breadrumb a:hover{
    text-decoration: underline;
}
#breadrumb a:first-child{
    color: #707070;
}

#box-noticia{
    margin-bottom: 20px;
}
#box-noticia footer{
    padding: 10px 0;
    border-top: 1px dotted #cecece; 
    border-bottom: 1px dotted #cecece; 
}
#box-noticia .mais{
    color: #0d5784;
    font-size: 14px;
    font-weight: bold;
}
#box-noticia .mais:hover{
    text-decoration: underline;
}

#box-noticia #player{
    position: relative;
    width: 840px;
    height: 468px;
    overflow: hidden;
    margin:14px 0 25px 0;
}
#box-noticia #player .number{
    position: absolute;
    top: 50px;
    left: 30px;
    width: 60px;
    height: 320px;
    z-index: 10;
}
#box-noticia #player .number li{
    background: url('../img/bt-player.png') no-repeat left center;
    width: 58px;
    height: 50px;
    margin-bottom: 2px;
    display: block;
    font-size: 20px;
    color: #22a92c;
    font-weight: bold;
    padding: 14px 0 0 19px;
    cursor: pointer;
}
#box-noticia #player .number li:hover,
#box-noticia #player .number li.ativo{
    background: url('../img/bt-player-hover.png') no-repeat left center;
    color: #ffffff;
}
#box-noticia #player .number .pausa,
#box-noticia #player .number .pausa:hover{
    background: url('../img/bt-player-pausa.png') no-repeat left center;
}
#box-noticia #player .number .play,
#box-noticia #player .number .play:hover{
    background: url('../img/bt-player-play.png') no-repeat left center;
}
#box-noticia #player .lista{
    position: absolute;
    width: 840px;
    height: 468px;
    top: 0;
    left: 0;
    z-index: 1;
}
#box-noticia #player .lista li{
    display: none;
}
#box-noticia #player .lista li.ativo{
    display: block;
}
#box-noticia #player .lista li a{
    position: relative;
    display: block;
    width: 840px;
    height: 468px;
    overflow: hidden;
    border-radius: 4px;
}
#box-noticia #player .lista li a .texto{
    position: absolute;
    display: block;
    width: 840px;
    background:rgba(0,0,0,0.4);
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    bottom: 0;
    left: 0;
    padding: 20px 20px 20px 30px;
}


#box-noticia .list-noticia-index .img{
    display: block;
    float: left;
    margin-right: 20px;
    overflow: hidden;
    border-radius: 4px;
}
#box-noticia .list-noticia-index .img img{
    border-radius: 4px;
}
#box-noticia .list-noticia-index .img:hover{
    border:3px solid #0d5784;
}
#box-noticia .list-noticia-index .img:hover img{
    margin-top: -3px;
    margin-left: -3px;
}
#box-noticia .list-noticia-index .categoria{
    color: #707070;
    display: inline-block;
    font-size: 12px;
    margin-bottom: 6px;
    text-transform: uppercase;
    font-weight: bold;
}
#box-noticia .list-noticia-index .categoria:hover{
    text-decoration: underline;
}
#box-noticia .list-noticia-index .titulo{
    color: #0d5784;
    font-size: 20px;
}
#box-noticia .list-noticia-index .titulo:hover{
    text-decoration: underline;
}
#box-noticia .list-noticia-index .texto{
    color: #707070;
    font-size: 16px;
    margin-top: 10px;
}

#box-abaixo-player{
    margin:20px 0;
    padding-bottom: 20px;
    border-bottom: 1px dotted #cecece; 
}
#box-abaixo-player.list-noticia-index .img{
    width: 236px;
    height: 177px;
}
#box-abaixo-player.list-noticia-index .titulo{
    font-size: 26px;
    font-weight: bold;
}
#box-abaixo-player.list-noticia-index .texto{
    font-size: 18px;
    line-height: 22px;
}
#box-noticias{
    width: 100%;
}
#box-noticias .list-noticia-index{
    width: 50%;
    padding-right: 2%;
    margin-bottom: 20px;
    float: left;
}
#box-noticias .list-noticia-index .img{
    width: 181px;
    height: 135px;
}
#box-noticias .list-noticia-index .titulo{
    line-height: 22px;
}
#box-noticias .list-noticia-index .texto{
    line-height: 20px;
}

#box-giro{
    margin-bottom: 20px;
}
#box-giro .tit{
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 10px;
}
#box-giro .tit a{
    border-bottom: 6px solid #158b1f;
    color: #158b1f;
    display: inline-block;
    font-size: 34px;
    font-weight: bold;
}
#box-giro .item{
    display: block;
    float: right;;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}
#box-giro .item .fotos{
    display: block;
    position: absolute;
    width: 68px;
    height: 32px;
    right: 0;
    bottom: 25px;
    background: #2b9f31 url('../img/ico-camera.png') no-repeat 15px center;
    color: #ffffff;
    padding: 8px 0 0 38px;
    border-radius: 4px 0 0 4px;
}
#box-giro .item .texto{
    display: block;
    position: absolute;
    width: 80%;
    left: 10px;
    bottom: 10px;
    color: #ffffff;
}
#box-giro .item .titulo{
    display: block;
    font-size: 26px;
    font-weight: bold;
    line-height: 30px;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.75);
}
#box-giro .item .subtitulo{
    display: block;
    font-size: 20px;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.75);
}
#box-giro .item.maior{
    margin-left: 3px;
    width: 537px;
    height: 403px;
}
#box-giro .item.menor{
    margin-bottom: 3px;
    width: 300px;
    height: 200px;
}
#box-giro .item:hover{
    opacity: 0.8;
}
#box-giro .item.menor .texto{
    width: 73%;
}



#box-colunas .tit{
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 10px;
}
#box-colunas .tit a{
    border-bottom: 6px solid #fb8b00;
    color: #fb8b00;
    display: inline-block;
    font-size: 34px;
    font-weight: bold;
}
#box-colunas ul li{
    display: inline-block;
    float: left;
    width: 50%;
    padding-right: 5%;
    margin-bottom: 15px;
    margin-top: 5px;
}
#box-colunas ul li .img{
    display: block;
    float: left;
    width: 181px;
    height: 135px;
    overflow: hidden;
    margin-right: 15px;
    border-radius: 4px;
}
#box-colunas ul li .img img{
    border-radius: 4px;
}
#box-colunas ul li .img:hover{
    border:3px solid #fb8b00;
}
#box-colunas ul li .img:hover img{
    margin-top: -3px;
    margin-left: -3px;
}
#box-colunas ul li .data{
    color: #707070;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 5px
}
#box-colunas ul li .titulo{
    color: #fb8b00;
    font-size: 20px;
    font-weight: bold;
}
#box-colunas ul li .titulo:hover{
    text-decoration: underline;
}
#box-colunas ul li .texto{
    color: #707070;
    font-size: 16px;
    margin-top: 10px
}

#abas-noticias{
    margin-bottom: 20px;
}
/*
 * Abas
 ---------------------------------*/
.container-abas .abas-op {
    display: block;
    height: 39px;
}

.container-abas .abas-op li {
    float: left;
    border: solid 1px #e9e9e9;
    padding: 10px 10px 6px;
    font: 18px Arial, Helvetica, sans-serif;
    color: #0d5784;
    margin: 0 5px 0 0;
    z-index: 99;
    background-color: #ffffff;
    position: relative;
    cursor: pointer;
    border-radius: 4px 4px 0 0;
}

.container-abas .abas-op li.ativa {
    border-bottom: solid 1px #ffffff;
    color: #0d5784;
}

.container-abas .conteudo-abas {
    clear: both;
    border: solid 1px #e9e9e9;
    position: relative;
    top: -1px;
    border-radius: 0 4px 4px 4px;
}

.container-abas .conteudo-abas .aba {
    padding: 14px;
    display: none;
}

.container-abas .conteudo-abas .ativa {
    display: block !important;
}

#abas-noticias .abas-op li {
    background: url(../img/bullet-aba-ativa.jpg) 10px 14px no-repeat;
    padding-left: 30px;
}

#abas-noticias .abas-op li.ativa {
    background: url(../img/bullet-aba-ativa.jpg) 10px 14px no-repeat;
}

#abas-noticias .abas-op li.comm {
    background: url(../img/ico-mais-comentadas.png) 10px 14px no-repeat;
    padding-left: 30px;
    color: #158b1f;
}

#abas-noticias .abas-op li.comm.ativa {
    background: url(../img/ico-mais-comentadas.png) 10px 14px no-repeat;
    color: #158b1f;
}

#abas-noticias .aba li {
    border-bottom: 1px dotted #9d9d9d;
    padding: 20px 0;
    min-height: 50px;
}

#abas-noticias .aba li strong {
    float: left;
    font-size: 33px;
    color: #0d5784;
    line-height: 33px;
    padding: 0 16px 0 0;
    background: url(../img/bullet-numeros.jpg) 20px 21px no-repeat;
}
#abas-noticias #aba-comentadas.aba li strong {
    color: #158b1f;
}

#abas-noticias .aba li a {
    color: #9d9d9d;
    font-size: 13px;
}
#abas-noticias .aba li.sem-borda{
    border:0;
}
#abas-noticias .mais{
    color: #0d5784;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    margin-top: 12px;
}
#abas-noticias .mais:hover{
    text-decoration: underline;
}


/*
 * Enquete
 ---------------------------------*/
#box-enquete {
    border: 1px solid #e6e6e6;
    padding: 15px 15px;
    min-height: 226px;
    margin-bottom: 20px; 
    border-radius: 4px;
}
#box-enquete .fs18{
    color: #fb8b00;
    font-weight: bold;
    font-size: 18px;
}
.enquete {
    width: 145px;
    margin: 20px 0 0 0;
}

.enquete-head {
    width: 70px;
    height: 23px;
    text-indent: -99999px;
    margin: 0 0 5px 0;
}

.enquete-titulo {
    font: bold 12px Arial, Helvetica, sans-serif;
    color: #005eb6;
    line-height: 14px;
    margin: 0 0 10px 0;
}

#enquete-form label {
    display: block;
    margin: 6px 0;
    color: #60686f;
    font: 12px Arial, Helvetica, sans-serif;
}

#bt-votar {
    padding: 10px 0 0 15px;
    width: 71px;
}

.prop-lateral-esquerda {
    margin: 15px 0 0 0;
}

.prop-list {
    width: 130px;
    border: 1px solid #e4e7e9;
    padding: 13px 0;
    text-align: center;
    margin: 5px 0;
    height: 51px;
}

/*
 * Enquete
 */
#container {
    width: 100%;
}

#container p {
    font-size: 12px;
    line-height: 14px;
    color: #707070;
    padding: 2px 0 6px 5px;
}
#container p em{
    font-weight: bold;
}

#container .pollques {
    color: #707070;
    font-size: 16px;
    line-height: 18px;
    font-weight: bolder;
    padding: 15px 0 17px 0;
}

#container .botao {
    float: left;
}

#loader {
    display: none;
    text-align: center;
}

.option {
    padding: 5px 0;
}

.option p {
    line-height: 1.1em;
    font-size: 12px;
}

.bar {
    height: 10px;
    background: #3399cc;
}

.yourvote {
    background: #d50001;
}

#pollform p {
    font-size: 12px;
    line-height: 14px;
    color: #707070;
    padding: 2px 0 6px 5px;
}

#pollform p.des {
    font-size: 12px;
    line-height: 14px;
    padding: 2px 0 6px 5px;
    color: #707070;
}

#pollform .botao {
    text-align: center;
    background: #ffffff;
    padding: 15px 0 5px 0;
}
#pollform .botao input{
    color: #ff8100;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    border:1px solid #d8d8d8;
    padding: 7px 20px;
    border-radius: 4px;
    cursor: pointer;
    background-color: #f7f7f7;
}
#pollform .botao input:hover{
    color: #158b1f;
}

#viewresult {
    color: #ff8100 !important;
    float: right;
    font-size: 14px !important;
    font-weight: bold;
    position: relative;
    text-align: center;
    top: 21px;
    cursor: pointer;
}

#viewresult:hover {
    text-decoration: underline;
}

#total-votos {
    color: #0d5784 !important;
    font-weight: bolder;
    padding: 10px 0 0 0;
    font-size: 12px;
    text-align: left;
}


/*publicidade*/
.publicidade-texto{
    color: #979797;
    font-size: 11px;
    margin-bottom: 3px;
    text-transform: uppercase;
}
#publicidade-topo .box-1,
#publicidade-index-meio .box-1,
#publicidade-index-rodape .box-1{
    float: left;
}
#publicidade-topo .box-2,
#publicidade-index-meio .box-2,
#publicidade-index-rodape .box-2{
    float: right;
}

#publicidade-index-meio,
#publicidade-index-rodape{
    margin:20px 0;
}

#publicidade-direita-1 .box-1,
#publicidade-direita-1 .box-2,
#publicidade-direita-2 .box-1,
#publicidade-direita-2 .box-2{
    margin-bottom: 20px;
}

#publicidade-direita-1 .box-1 .item,
#publicidade-direita-1 .box-2 .item,
#publicidade-direita-2 .box-1 .item,
#publicidade-direita-2 .box-2 .item{
    display: none;
}
#publicidade-direita-1 .box-1 .item.ativo,
#publicidade-direita-1 .box-2 .item.ativo,
#publicidade-direita-2 .box-1 .item.ativo,
#publicidade-direita-2 .box-2 .item.ativo{
    display: block;
}

#publicidade-topo .item,
#publicidade-index-meio .item,
#publicidade-index-rodape .item{
    display: none;
}
#publicidade-topo .item.ativo,
#publicidade-index-meio .item.ativo,
#publicidade-index-rodape .item.ativo{
    display: block;
}

#popup {
    position:absolute;
    top:250px;
    z-index:9999;
}

#popup p  {
    text-align:right;
    cursor:pointer;
}


/*formulario*/
.form{
    margin: 20px 0;
}
.form label{
    width: 100%;
    margin-bottom: 10px;
    display: block;
}
.form label .label{
    width: 100%;
    margin-bottom: 3px;
    display: block;
    color: #707070;
    font-size: 14px;
}
.form .input{
    width: 100%;
    display: block;
    color: #707070;
    font-size: 14px;
    border:1px solid #b3b3b3;
    border-radius: 4px;
    padding: 10px;
    height: 38px;
}
.form .textarea{
    width: 100%;
    display: block;
    color: #707070;
    font-size: 14px;
    border:1px solid #b3b3b3;
    border-radius: 4px;
    padding: 10px;
    resize: none;
}
.form .metade{
    width: 100%;
    float: left;
}
.form .metade label{
    width: 50%;
    float: left;
}
.form .metade label.pdd{
    padding-right: 10px;
}
.form .bt {
    float: left;
    width: 100%;
}
.form .bt .txt{
    color: #707070;
    float: left;
    font-size: 11px;
}
.form .bt .botao{
    background-color: #29ac31;
    border: 0 none;
    border-radius: 4px;
    box-shadow: 0 2px 0 0 #1c8422;
    color: #ffffff;
    cursor: pointer;
    float: right;
    font-size: 14px;
    font-weight: bold;
    padding: 7px 15px;
    text-transform: uppercase;
}
.form .bt .botao:hover{
    background-color: #2ccb34;
    box-shadow: 0 2px 0 0 #29ac31;
}

#box-contato .titulo{
    color: #707070;
    font-weight: bold;
    margin: 10px 0;
    text-transform: uppercase;
}

/*
 * Paginacao
 */
#box-paginacao {
    height: 55px;
    padding: 30px 0 0;
    text-align: center;
    width: 100%;
}

#box-paginacao li {
    display: inline;
}

#box-paginacao li a {
    color:#555555;
    background:#f6f6f6;
    padding:6px 8px 3px;
    border-radius:2px;
    border:1px solid #d4d4d4;
    font-size: 16px;
}

#box-paginacao li a:hover, #box-paginacao .pageatual a {
    background: #29ac31;
    color:#ffffff;
    border-color:#1c8422;
}



.titulo-pagina{
    color: #0d5784;
    font-size: 30px;
    margin-bottom: 20px;
}

/*
 * Listagem de noticias
 ---------------------------------*/
#lista-de-noticias .separador {
    color: #707070;
    font-weight: bold;
    padding: 0 0 10px;
}

#lista-de-noticias .borda-bottom {
    border-bottom: 1px solid #cecece;
    padding: 15px 0;
}

#lista-de-noticias .item {
    color: #333;
    padding: 15px 0;
    border-bottom: 1px dotted #cecece;
}

#lista-de-noticias .hora {
    color: #707070;
    float: left;
    font-size: 14px;
    letter-spacing: -0.07em;
    width: 70px;
}

#lista-de-noticias .img {
    display: block;
    overflow: hidden;
    height: 75px;
    width: 101px;
    float: left;
    border-radius: 4px;
}
#lista-de-noticias .img img{
    border-radius: 4px;
}

#lista-de-noticias .com-foto {
    float: left;
    padding: 0 0 0 16px;
    width: 665px;
}

#lista-de-noticias .sem-foto {
    float: left;
    padding: 0 0 0 16px;
    width: 765px;
}

#lista-de-noticias .categoria {
    color: #707070;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}
#lista-de-noticias .categoria:hover{
    text-decoration: underline;
}
#lista-de-noticias h2 {
    margin: 3px 0 5px 0;
}
#lista-de-noticias .titulo {
    color: #0d5784;
    font-size: 18px;
    font-weight: bold;
    line-height: 21px;
}
#lista-de-noticias .titulo:hover{
    text-decoration: underline;
}
#lista-de-noticias .texto {
    color: #707070;
    font-size: 16px;
    line-height: 21px;
}


/*
** noticia descricao
*/
#desc-noticia .categoria{
    color: #707070;
    font-weight: bold;
    margin: 10px 0;
    text-transform: uppercase;
    display: inline-block;
}
#desc-noticia .titulo{
    color: #0d5784;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 38px;
}
#desc-noticia .subtitulo{
    color: #999999;
    line-height: 20px;
    font-size: 16px;
}
#desc-noticia .box-data{
    margin-bottom: 20px;
}
#desc-noticia .data{
    background: url(../img/ico-calendario.jpg) no-repeat left center;
    color: #707070;
    font-size: 14px;
    font-weight: bold;
    width: 160px;
    padding-left: 23px;
    display: inline-block;
}
#desc-noticia .box-data .hora{
    background: url(../img/ico-relogio.jpg) no-repeat left center;
    color: #707070;
    font-size: 14px;
    font-weight: bold;
    padding-left: 23px;
}
#desc-noticia .box-data .atualizacao{
    color: #9d9d9d;
    font-size: 14px;
    font-style: italic;
}

#desc-noticia .box-social{
    margin: 20px 0 10px;
    padding-top: 10px;
    border-top: 1px solid #e6e6e6;
}
#desc-noticia .box-social .fonte-noticia{
    color: #55555a;
    font-size: 12px;
    font-style: italic;
    float: left;
    padding-top: 10px;
}
#desc-noticia .box-social .compartilhar{
    float: right;
}
#desc-noticia .box-social .compartilhar .comentarios{
    color: #0d5784;
    background: url(../img/ico-comentario.jpg) no-repeat left center;
    font-size: 15px;
    font-weight: bold;
    padding-left: 40px;
    height: 30px;
}
#desc-noticia .not-texto{
    color: #55555a;
    font-size: 14px;
    line-height: 22px;
}
#desc-noticia .not-texto p{
    margin-bottom: 10px;
}
#desc-noticia .not-texto .img{
    float: left;
    margin-right: 15px; 
    margin-bottom: 10px;
    max-width: 500px;
}
#desc-noticia .not-texto .img img{
    width: 100%;
}
#desc-noticia .not-texto .img small{
    margin-top: 10px;
    font-style: italic;
}



/*
 * Redes Sociais
 ---------------------------------*/
#redes-sociais {
    display: block;
    height: 50px;
}

#redes-sociais li {
    float: left;
    padding-right: 5px;
    padding-top: 6px;
}

#link-social, #titulo-social {
    display: none;
}

#box-relacionadas-lateral{
    margin-bottom: 20px;
    border: 1px solid #e9e9e9;
    padding: 14px;
}
#box-relacionadas-lateral .titulo{
    background: url("../img/bullet-aba-ativa.jpg") no-repeat left top;
    color: #0d5784;
    padding-left: 30px;
    margin-bottom: 15px;
}

#box-relacionadas-lateral li{
    display: block;
    width: 100%;
    float: left;
    border-bottom: 1px dotted #d4d4d4;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
#box-relacionadas-lateral li .img{
    display: block;
    float: left;
    margin-right: 10px;
    border-radius: 4px;
}
#box-relacionadas-lateral li .img img{
    border-radius: 4px;
}
#box-relacionadas-lateral li .tit{
    color: #9d9d9d;
    font-size: 13px;
    line-height: 15px;
}
#box-relacionadas-lateral li .tit:hover{
    color: #0d5784;
}
#box-relacionadas-lateral .mais {
    color: #0d5784;
    font-size: 14px;
    font-weight: bold;
}
#box-relacionadas-lateral .mais:hover{
    text-decoration: underline;
}


#box-comentarios{
    border-top: 1px dotted #e6e6e6;
    font-size: 20px;
    margin-top: 20px;
    padding-top: 12px;
}
#box-comentarios .titulo{
    font-size: 20px;
}
#box-comentarios #total-comentario{
    color: #0d5784;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}
#box-comentarios #total-comentario a{
    text-decoration: underline;
}
#box-comentarios #total-comentario a:hover{
    text-decoration: none;
}
#box-comentarios .comentario{
    width: 100%;
    border-bottom: 1px dotted #d4d4d4;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
#box-comentarios .comentario .com-nome{
    color: #707070;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 10px;
}
#box-comentarios .comentario .com-data{
    color: #9d9d9d;
    font-size: 14px;
    font-style: italic;
}
#box-comentarios .comentario .com-comentario{
    color: #55555a;
    font-size: 14px;
    line-height: 22px;
}

#box-fotos{
    
}
#box-fotos .titulo{
    font-size: 20px;
}
#box-fotos .img{
    display: block;
    width: 270px;
    min-height: 151px;
    border-radius: 4px;
    margin-bottom: 10px;
}
#box-fotos .img img{
    border-radius: 4px;
}