/* topicos */
#topicos {
    width: 986px;
    height: 120px;
    background: #955730 url(../../_imgs/bg-praias.jpg) repeat center center;
    margin: 0 auto;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    text-align: center;
}

#topicos h1 {
    min-width: 10px;
    height: 120px;
    font-family: 'HOS';
    font-size: 25px;
    line-height: 120px;
    color: #fff;
    letter-spacing: 2px;
    display: inline-block;
    text-align: left;
    position: relative;
}

#topicos h1 span {
    font-family: 'CPLI';
    font-size: 42px;
    line-height: 0;
    text-transform: lowercase;
    color: #fff;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    position: relative;
    margin-top: -27px;
    display: block;
}

/* conteudo */
.conteudo b,
.conteudo strong {
    font-family: 'CGB';
}

/* btnvoltar */
.paginacao a,
.btnvoltar a {
    height: 40px;
    background-color: #23bdbe;
    display: inline-block;
    padding: 0 15px;
    font-family: 'CGB';
    font-size: 12px;
    line-height: 40px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    margin-top: 30px;
}

.paginacao a {
    background-color: transparent;
    border: 1px solid #23bdbe;
    color: #23bdbe;
    margin-top: 0;
    margin-bottom: 30px;
    margin-right: 15px;
}

.paginacao a.sel {
    background-color: #23bdbe;
    color: #fff;
    margin-top: 0;
    margin-bottom: 30px;
    margin-right: 15px;
}