* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #666;
    background-image: url(/templates.old/2013/images/lines_bg.png);
}

a img {
    border: 0;
}

a {
    font-weight: bolder;
    text-decoration: none;
    color: #666;
}

a:hover {
    color: #3a94b5 !important;
}

#main-transparent {
    overflow: auto;
    width: 1004px;
    margin: 25px auto;
    padding: 15px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-image: url(/templates.old/2013/images/bg_transparent.png);
}

#main {
    overflow: auto;
    padding: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #fff;
}

#cabecalho {
    overflow: auto;
    margin: 5px 0;
}

#topo {
    display: flex;
    /*    margin: 5px 0;*/
    overflow: hidden;
}

#brasao-img {
    float: left;
    width: 350px;
    padding: 0 5px;
}

#topo-fotos {
    float: left;
    margin: 0 0 5px 0;
}

#topo-fotos img {
    width: 610px;
    height: 176px;
    padding: 0 5px;
    border-radius: 10px;
}

#corpo {
    float: left;
    min-height: 750px;
    margin: 5px 0 0 0;
    padding: 0 0 35px 0;
    background-image: url(/templates.old/2013/images/curva.png?v=202008);
    background-repeat: no-repeat;
    background-position: bottom;
}

#corpo #left {
    float: left;
    width: 379px;
    padding: 0 10px;
}

#corpo .blog-featured h2 {
    font-size: 14px;
    margin: 0;
    padding: 5px 0;
    background-image: none;
}

#corpo .blog-featured .readmore {
    display: none;
}

#corpo .blog-featured .item-separator {
    margin: 0 0 10px 0;
    padding: 2px 0;
    border-bottom: dotted 1px #c5c4c0;
}

#corpo h2 {
    font-size: 18px;
    font-weight: bolder;
    display: inline-block;
    margin: 10px 0;
    padding: 0 20px 0 0;
    color: #333;
    background-image: url(/templates.old/2013/images/h2_img.png);
    background-repeat: no-repeat;
    background-position: right;
}

h3 {
    font-size: 16px;
    margin: 10px 0;
    color: #333;
    border-bottom: dotted 1px #c5c4c0;
}

h4 {
    font-size: 14px;
    margin: 15px 0 5px 0;
}

h3 strong {
    color: #3a94b5;
}

#corpo .table-view {
    width: 100%;
    border-collapse: collapse;
}

#corpo .table-view th {
    padding: 5px 0;
    text-align: left;
}

#corpo .table-view td {
    padding: 5px 0;
    border-bottom: dotted 1px #c5c4c0;
}

#corpo ul {
    margin-left: 40px;
}

.dotted-td {
    border-bottom: dotted 1px #c5c4c0;
}

.more-link {
    margin: 5px 0;
    text-align: right;
}

.more-link a {
    padding-left: 10px;
    background-image: url(/templates.old/2013/images/plus.png);
    background-repeat: no-repeat;
    background-position: left center;
}

.more {
    color: #98c000;
}

#view-noticia {
    width: 964px;
    padding: 10px;
}

#view-noticia .img-fulltext-left {
    text-align: center;
}

#view-noticia p {
    margin: 10px 0 0 0;
}

#mapa-site {
    clear: both;
    overflow: auto;
    /* width: 973px; */
    padding: 0 0 20px 10px;
    background-color: #ebe9ec;
}

#rodape {
    padding: 10px;
    text-align: center;
    color: #fff;
    background-color: #2e2e2e;
}


/*Slide*/

#slideshow {
    position: relative;
    height: 177px;
}

#slideshow img {
    position: absolute;
    z-index: 8;
    top: 0;
    left: 0;
    opacity: .0;
}

#slideshow img.active {
    z-index: 10;
    opacity: 1.0;
}

#slideshow img.last-active {
    z-index: 9;
}

#faleconoscobox {
    overflow: auto;
    width: 400px;
    margin: 20px 0 10px 300px;
    padding: 5px;
    border: solid 1px #ddd;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #f5f5f5;
}

.box {
    overflow: auto;
    min-height: 160px;
    margin-top: -20px;
    padding: 5px;
    border: dashed 2px #ddd;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.box img {
    float: left;
}

.box p {
    font-weight: normal;
    float: right;
    width: 220px;
}

#conteudo h2 {
    font-size: 15px;
    font-weight: bolder;
    display: inline-block;
    margin: 10px 20px;
    padding: 0 20px 0 0;
    color: #333;
    background: #fff url(/templates.old/2013/images/h2_img.png) no-repeat right;
}

#submenu {
    width: 200px;
    padding: 10px 10px 10px 10px;
    background: #fff;
}

#conteudo2 {
    float: right;
    width: 700px;
    padding: 10px 10px 10px 10px;
}

#coluna1 {
    float: left;
    width: 370px;
}

#coluna2 {
    float: right;
    width: 370px;
}

#conteudo {
    width: 945px;
}

#esquerda {
    float: left;
    width: 760px;
}

#direita {
    float: right;
    width: 165px;
    height: 500px;
}

#direita input[type=password],
#direita input[type=text] {
    font-size: 15px;
    width: 155px;
    margin: 5px 0;
    padding: 5px;
    color: #999;
    border: solid 1px #ccc;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#direita #senha {
    width: 111px;
}

#direita input[type=submit] {
    font-weight: bolder;
    padding: 5px;
    color: #333;
    border: solid 1px #999;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #e0e0e0;
}

.clear {
    clear: both;
}

.more {
    margin: 0 0 5px 5px;
}

.style43 {
    color: #fff;
}

.style66 {
    color: #fff;
}

.alert {
    position: relative;
    top: 35px;
    display: table;
    padding: 15px;
    border: solid 1px #ddd;
    border-radius: 5px;
    background-color: #f5f5f5;
}