header {
    width: 100%;
    background: #f8f8ed;
}
body {
    background-color: #fafafa;
    color: #333;
}
.container_12 {}
.logo, .logo-zoom {
    width: 193px;
    height: 40px;
    margin: 10px 0 0 0;
    display: block;
}
.select-pagina {
    height: 27px;
    padding: 2px 10px;
    font-size: 12px !important;
    width: 70px;
    text-align: center;
}
.form-pagina {
    padding-top: 15px;
    text-align: center;
    width: 100%;
}
.input-append .add-on:first-child, .input-append .btn:first-child, .input-append .btn-group:first-child>.dropdown-toggle {
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}
.input-append select {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
@media only screen and (max-width: 1024px) {
    header>.container_12 .grid_3, header>.container_12 .grid_4, header>.container_12 .grid_5 {
        display: block;
        width: 100%;
        text-align: center;
    }
}
.tooltip_topo {
    font-size: 15px;
}
.downloads {
    position: relative;
    z-index: 200;
    top: 0px;
    margin-left: 5px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.downloads li {
    display: inline-block;
    margin: 15px 20px 10px 0px;
    padding: 0;
}
.downloads li a {
    display: inline-block;
    width: 25px;
    height: 26px;
    color: #333;
    text-decoration: none;
    line-height: 26px;
    text-indent: 30px;
    text-align;
    left;
    background: url(/img/sprite-download-min.png) no-repeat;
}
.downloads li a.pdf {
    background-position: 0px 2px;
}
.downloads li a.html {
    background-position: 0px -67px;
}
.downloads li a.jornal {
    background-position: 0px -129px;
}
.downloads li a.pdf:hover {
    background-position: 0px -34px;
}
.downloads li a.html:hover {
    background-position: 0px -102px;
}
.downloads li a.jornal:hover {
    background-position: 0px -164px;
}
.theBig .menu {
    height: 60px !important;
}
