body {
    font-family: 'Myriad Pro Regular';
    color: #333333;
}

ul, li {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

a, a:hover, a:active, a:focus {
    color: #333333;
    text-decoration: none;
}

input:focus, textarea:focus, button:focus {
    outline: none;
}

label m {
    padding: 0 2px;
    color: #FF000F;
    font-size: 12px;
}

/*header*/

header {
    padding-top: 15px;
    border-top: 3px solid #333;
}

.data {
    text-align: center;
    margin-top: 10px;
}

.search {
    display: block;
    margin-top: 10px;
    text-align: center;
    margin-bottom: 10px;
}

input.btn-submit {
    border: none;
    background: transparent;
    background-image: url(../img/lupa.png);
    background-repeat: no-repeat;
    background-position: center;
    border-top: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: 3px solid #db6424;
    width: 35px;
    height: 34px;
}

input.btn-submit-newletter {
    border: none;
    background: transparent;
    background-repeat: no-repeat;
    background-position: center;
    border-top: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: 3px solid #db6424;
    height: 34px;
}

label#email-error {
    position: absolute;
    margin-right: 0px;
    /* right: 80px; */
    /* bottom: -10px; */
}

input.input-search {
    padding: 5px 12px;
    max-width: 288px;
    width: 100%;
    border: none;
    border-top: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-bottom: 3px solid #db6424;
    background: url(../img/line.jpg)no-repeat center right;
}

a.logo {
    display: block;
}

a.logo img {
    margin: 0 auto;
    display: block;
}

/*content*/

.content {
    min-height: 550px;
}

/*padding*/

.no-padding-left {
    padding-left: 0px;
}

.no-padding-right {
    padding-right: 0px;
}

/*backgrounds*/

.bg-white {
    background: #FFF;
}

/*blocks*/

.block {
    float: left;
}

.block.resume {
    max-width: 300px;
    width: 100%;
}

.title.resume {
    color: #333;
    font-size: 16px;
    padding: 10px 0px 8px 30px;
    border-bottom: 2px solid #d54b00;
    background: url(../img/resume.png) no-repeat left center;
    margin-bottom: 20px;
}

.block.webtv {
    max-width: 220px;
    width: 100%;
    padding: 0px 10px;
    text-align: center;
}

.title.webtv {
    color: #333;
    font-size: 16px;
    padding: 10px 0px 8px 40px;
    background: url(../img/webtv.png) no-repeat left center;
    float: left;
}

.block.webtv .titleblock {
    display: block;
    overflow: hidden;
    width: 188px;
    margin: 0 auto;
}

.block.webtv .status {
    float: left;
    padding: 10px 0px 10px 10px;
    margin-left: 10px;
    background: url(../img/line.jpg) no-repeat left center;
    font-size: 13px;
    color: #cb0000;
}

.block.webtv .info {
    text-transform: uppercase;
    font-size: 13px;
    text-align: center;
    margin: 10px 0px 18px 0px;
}

.block.webtv a.rec {
    display: block;
    overflow: hidden;
    text-align: center;
    width: 170px;
    margin: 0 auto;
    margin-top: 20px;
}

.block.webtv a.rec img {
    float: left;
    padding: 5px 10px;
}

.block.webtv a.rec .play {
    float: left;
    font-size: 14px;
    width: 125px;
    text-align: left;
}

.block.news {
    max-width: 280px;
    width: 100%;
    padding: 0px 10px 0px 0px;
}

.title.news {
    color: #333;
    font-size: 16px;
    padding: 10px 0px 8px 30px;
    border-bottom: 2px solid #d54b00;
    background: url(../img/news.png) no-repeat left center;
}

.block.news .titlenews {
    float: RIGHT;
    width: 187px;
    font-size: 0.8em;
}

.block.news .datenews {
    float: left;
    color: #da5f1d;
    margin-right: 9px;
    font-size: 13px;
}

.block.news ul.news li {
    display: block;
    overflow: hidden;
    padding: 8px 0px;
    border-top: 1px solid #DDD;
}

.block.news ul.news li:first-child {
    border-top: 0px;
}

.title.calendar {
    color: #333;
    font-size: 16px;
    padding: 10px 0px 8px 30px;
    border-bottom: 2px solid #d54b00;
    background: url(../img/calendar2.png) no-repeat left center;
}

.block.links {
    width: 100%;
}

.block.links ul {
    margin: 15px 0px;
}

.block.links ul li {
    display: inline-block;
    border: 1px solid #DDD;
    margin: 2px;
}

.block.links ul li:last-child {
    margin-right: 0px;
}

p {
    font-size: 1em;
line-height: 1.4em;
text-align: justify;
margin-top: 20px;
}

/*Diversos*/

.photo {
    width: 100%;
}

.opcoes {
    text-align: center;
}

tbody td, th {
    padding: 3px 5px;
}

/*noticias*/

.title-news {
    font-size: 1.3em;
    color: #903200;
}

.title-name-2 {
    padding: 10px 20px;
    margin: 10px 0px;
    border-left: 3px solid #db6424;
    font-size: 1.2em;
    background: #f2f2f2;
}

.date-news {
    margin-bottom: 15px;
    font-size: 12px;
    text-align: right;
}

ul.itens-noticias li:first-child {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
}

ul.itens-noticias li {
    display: block;
    margin-top: 20px;
    padding-top: 20px;
    overflow: hidden;
    border-top: 1px dotted #DDD;
}

/*Paginacao*/

.paging {
    text-align: center;
    margin-top: 30px;
}

.paging span {}

.paging span a {
    padding: 5px 10px;
    border: 1px solid #DDD;
}

.paging span.current {
    padding: 5px 10px;
    border: 1px solid #DDD;
    background: #333;
    color: #FFF;
}

/*erro*/

.content.error-404 {
    text-align: center;
}

.content.error-404 p {
    text-align: center;
}

.content.error-404 h4 {
    font-size: 30px;
    margin: 25px 0px;
}

.content.error-404 img {
    margin-top: 100px;
}

/*Legislatura*/

table.legislaturas {
    width: 250px;
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
    border: 1px solid #ddd;
}

table.legislaturas tr td a {
    font-size: 1em;
}

/*Licitacoes*/

.ano-item {
    font-size: 18px;
    text-align: center;
    margin-top: 20px;
}

.descricao-item {
    margin-top: 17px;
    margin-bottom: 5px;
}

.descricao-item a:hover {
    color: #DB6424;
}

.atacertame:hover {
    color: #DB6424;
}

/*Titulos e Medalhas*/

tr.fundo {
    background: #F2f2f2;
}

/*Eventos Fotos*/

.eventos_foto {
    width: 83px;
    height: 83px;
    padding: 5px;
}

.eventos_fotos_link {
    display: inline-block;
    width: 83px;
    height: 83px;
}

.legenda {
    font-size: 13px;
}

.newsletter {
    display: block;
    margin-top: 10px;
    text-align: center;
    margin-bottom: 10px;
}

/*publicacoes*/

ul.publicacoes {
    width: 330px;
    margin: 0 auto;
    font-size: 16px;
    list-style: square;
    margin-left: 30px;
}

ul.publicacoes li {
    list-style: square;
}

ul.publicacoes li a {
    color: #db6424;
    font-weight: normal;
}

.descricao-item-publicacao {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 14px;
    margin-left: 30px;
}

.descricao-item-publicacao a:hover {
    color: #DB6424;
}

body.contraste {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

.icon-acessibilidade {
    width: 20px;
}

.acessibilidade {
    text-align: center;
    margin-top: 15px;
}

.acessibilidade ul li {
    display: inline-block;
    padding: 5px;
}
.dropdown-menu>li>a {
    display: block;
    padding: 5px 15px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    font-size: 1em;
}

a.duvidas_orcamentarias_anteriores {
    padding: 20px 0px;
    display: block;
    font-size: 18px;
    color: #db6424;
}
.tooltip > .tooltip-inner {background-color: #db6424;}