/*-------------------------------------------------------*/
        /* Base styles	 */
/*-------------------------------------------------------*/
html {

}    
body{
    padding: 0;
    margin: 0;
    font: 12px/1.5em Arial, Helvetica, sans-serif;
    color: #333;
    background: #ffffff url(../images/pattern.jpg) left top;
}
a{
    text-decoration: none;
    color: red;
}
a:hover{
    color: #939393;
}

/*-------------------------------------------------------*/
        /* Wrap */
/*-------------------------------------------------------*/
        
section.wrapper{
    width: 960px;
    margin: 0 auto;
    min-height: 60px;
}
h1{

}
h3{

}


/*
----------------------------------------------------------------------
HEADER
----------------------------------------------------------------------
*/
#header-bar{
    background: #4f4f4f;
    width: 100%;
    height: 40px;
    background-color: #414141;
    box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 1px 2px 6px rgba(0,0,0, 0.5);
    -webkit-box-shadow: 5px 2px 6px rgba(0, 0, 0, 0.5);
}
#header-bar .languages{
    float: right;
    padding-top: 10px;
}
#header-bar .languages ul{}
#header-bar .languages ul li{
    float: left;
    padding: 0 3px;
}
#header-bar .languages ul li img{
    width: 20px;
    height: 20px;
}
#header-bar .search-bar{
    float: right;
    padding-right: 18px;
    padding-top: 7px;
}
#header-bar .search-bar input{
    padding: 2px 8px;
    font-size: 11px;
}
#header-bar .search-bar input.search{
    background: url(../images/search.png) no-repeat no-repeat;
    border: none;
    margin-left: -28px;
    width: 20px;
    margin-top: -4px;
}
#header-bar .redes-sociais{
    padding-top: 10px;
    float: right;
    padding-right: 18px;
}
#header-bar .redes-sociais ul{}
#header-bar .redes-sociais ul li{
    float: left;
    padding: 0 3px;
}
#header-bar .redes-sociais ul li img{
    width: 21px;
    height: 21px;
}

header{
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}
header .logo{
    margin-top: -25px;
}
header nav {
}
header nav .title-site{
    overflow: hidden;
    width: 100%;
    height: 95px;
    text-align: right;
}
header nav .title-site span{
    display: block;
    margin-top: 15px;
    color: #7f7f7f;
    font-size: 22px;
}
header nav .title-site label{
    color: #7f7f7f;
    margin-top: 5px;
    font-size: 17px;
    cursor: default;
}
header nav ul{
    float: right;
}
header nav ul li{
    float: left;
    padding: 0 5px;
}
header nav ul li a{
    color: #3f3f41;
    display: block;
    padding: 1px 15px;
}
header nav ul li.current-menu-item a,
header nav ul li.current-post-ancestor a,
header nav ul li.current-menu-parent a,
header nav ul li a:hover{
    text-decoration: none;
    background: #f41a2c;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    color: #fff;
    -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.4);
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.4);
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.4);
}


/*
----------------------------------------------------------------------
CONTENT
----------------------------------------------------------------------
*/
#content-body{
    width: 100%;
    border-top: 1px solid #fff;
    min-height: 440px;
    padding-top: 20px;
    padding-bottom: 40px;
}

.sidebar{
    overflow: hidden;
}
.sidebar .title{
    background: #f41a2c;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    padding: 2px 10px;
    -moz-box-shadow: 2px 2px 5px #333;
    -webkit-box-shadow: 2px 2px 5px #333;
    box-shadow: 2px 2px 5px #333;
}
.sidebar .title h2{
    color: rgba(0,0,0,0.6);
    text-shadow: 2px 2px 3px rgba(255,255,255,0.1);
    font-size: 18px;
    text-transform: uppercase;
}
.sidebar .ultimas-noticias{
    margin-top: 5px;
}
.sidebar .ultimas-noticias .scroll-pane {
    height: 230px;
    width: 100%;
}
.sidebar .ultimas-noticias .noticia{
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #fff;
    margin-left:5px;
}
.sidebar .ultimas-noticias .noticia .titulo{
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: bold;
}
.sidebar .ultimas-noticias .noticia .titulo a{
    color: #333;
    text-decoration: none;
}
.sidebar .ultimas-noticias .noticia .excerpt{
    margin: 4px 0;
}
.sidebar .ultimas-noticias .noticia .date{
    font-size: 11px;
    color: #939393;
}
.sidebar .eventos{
    margin-top: 24px;
    background: #fff;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    padding: 2px 10px;
/*    -moz-box-shadow: 2px 2px 5px #333;
    -webkit-box-shadow: 2px 2px 5px #333;
    box-shadow: 2px 2px 5px #333;*/
    border: 1px solid #aeaeae;
    min-height: 220px;
    margin-bottom: 20px;
}
.sidebar .eventos .titulo{
    font-size: 18px;
    margin-top: 10px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
}
.sidebar .eventos .evento {
    margin: 10px 0;
    width: 100%;
    overflow: hidden;
}
.sidebar .eventos .evento:hover{
    background: #ececec;
}
.sidebar .eventos .evento .icon{
    background: url(../images/evento.png) no-repeat no-repeat;
    height: 60px;
    width: 60px;
    float: left;
}
.sidebar .eventos .evento .icon .mes{
    font-size: 9px;
    padding-left: 5px;
    color: #fff;
    padding-top: 10px;
}
.sidebar .eventos .evento .icon .dia{
    padding-left: 15px;
    font-weight: bold;
    font-size: 24px;
    padding-top: 5px;
}
.sidebar .eventos .evento .info{
    float: left;
    padding-left: 6px;
    width: 210px;
}
.sidebar .eventos .evento .info .titulo-evento{
    font-size: 14px;
    font-weight: bold;
    padding-top: 5px;
    font-size: 12px;
}
.sidebar .eventos .evento .info .titulo-evento a{
    color: #333;
    text-decoration: none;
}
.sidebar .eventos .evento .info .data-evento{
    color: #939393;
}
.sidebar .newsletter{
    padding-top: 20px;
    margin-bottom: 20px;
}
.sidebar .newsletter .titulo-newsletter{
    color: #333;
    font-size: 18px;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}
.sidebar .newsletter .form-newsletter{
    padding-top: 15px;
}
.sidebar .newsletter .form-newsletter input[type="text"]{
    float: left;
    width: 95%;

}
.sidebar .newsletter .form-newsletter input[type="submit"]{
    /*float: left;*/
    width: 23%;
    background: #be1616; /* Old browsers */
    background: -moz-linear-gradient(top,  #be1616 0%, #7c1516 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#be1616), color-stop(100%,#7c1516)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #be1616 0%,#7c1516 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #be1616 0%,#7c1516 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #be1616 0%,#7c1516 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #be1616 0%,#7c1516 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#be1616', endColorstr='#7c1516',GradientType=0 ); /* IE6-9 */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: none;
    height: 30px;
    margin-left: 5px;
    color: #fff;
    font-size: 12px;
}
.sidebar .beat{
    margin-top: 10px;
    margin-bottom: 10px;
    overflow: hidden;
}
.sidebar .docs-sidebar{
    margin-top: 24px;
    background: #fff;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    padding: 2px 10px;
/*    -moz-box-shadow: 2px 2px 5px #333;
    -webkit-box-shadow: 2px 2px 5px #333;
    box-shadow: 2px 2px 5px #333;*/
    border: 1px solid #aeaeae;
    margin-bottom: 20px;
}
.sidebar .docs-sidebar .titulo{
    font-size: 18px;
    margin-top: 10px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
}
.sidebar .docs-sidebar a{
    display: block;
    /*margin: 0 15px;*/
    height: 24px;
    margin-bottom: 5px;
    background: url(../images/docs.png) no-repeat no-repeat;
    padding-left: 25px;
}

.content{
    padding-bottom: 15px;
}
.content .title{
    
}
.content .article h1{
    font-size: 25px;
    text-transform: uppercase;
    color: #3f3f41;
    margin-bottom: 10px;
}
.content .article p{
    display: block;
    margin-top: 1em;
    margin-bottom: 1em;
}
.content .article ul{
    display: block;
    list-style-type: disc;
    margin-top: 1em;
    margin-bottom: 1em;
    padding-left: 40px;
}
.content .article li {
    display: list-item;
    text-align: left;
}
.content .article strong{
    font-weight: bold;
}
.content .article h3 {
    font-size: 1.17em;
    font-weight: bold;
}
.content .article p.wp-caption-text{
    font-size: 11px;
    color: #7f7f7f;
    margin-top: 0;
}
.content .crumbs{
    width: 100%;
    margin-bottom: 5px;
    color: #939393;
}
.content .crumbs a{
    color: #333;
    font-weight: bold;
}

.content .publicacoes{
    
}
.content .publicacoes .publicacao{
    float: left;
    margin: 15px 5px;
}
.content .publicacoes .publicacao .titulo-publicacao{
    color: rgba(0,0,0,0.6);
    text-shadow: 2px 2px 3px rgba(255,255,255,0.1);
    background: #f41a2c;
    padding: 2px 10px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    position: relative;
    font-size: 14px;
    font-weight: bold;
}
.content .publicacoes .publicacao .imagem-publicacao{
    position: relative;
    height: 200px;
    width: 100%;
    background: #fff;
}
.content .publicacoes .publicacao .imagem-publicacao img{
    width: 199px;
    height: 200px;
}
.content .publicacoes .publicacao .action-publicacao{
    text-align: center;
}
.content .publicacoes .publicacao .action-publicacao a{
    display: block;
    width: 100%;
    padding: 3px 0;
    background: #aaaaaa;
    margin-bottom: 2px;
    text-decoration: none;
    color: #626262;
    font-weight: bold;
}
.content .publicacoes .publicacao .action-publicacao a:hover{
    background: #ccc;
}

.socials_media{
    margin-top: 20px;
}

.orgaos{
    width: 100%;
    overflow: hidden;
}
.orgaos .title-orgaos{
    width: 100%;
    float: left;
    border-bottom: 1px solid #ccc;
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    font-weight: bold;
}
.orgaos .content-orgaos{
    margin-bottom: 15px;
}
.orgaos .content-orgaos ul{
    margin-left: 25px;
}
.orgaos .content-orgaos ul li{
    padding: 2px 0;
    <!-- list-style-image: url(../images/arrow3.png); -->
}
.orgaos .content-orgaos ul li:first-child{
    list-style-image: none;
    <!-- text-decoration: underline; -->
}

.previous-orgaos{
    margin-bottom: 30px;
}
.previous-orgaos .div{
    
}
/*
----------------------------------------------------------------------
FOOOTER
----------------------------------------------------------------------
*/
footer{
    width: 100%;
    border-top: 4px solid #d2202f;
    padding-top: 10px;
}

footer ul{
    
}
footer ul li{
    float: left;
    padding: 0 10px;
}
footer ul li a{
    color: #3f3f41;
}
footer .credits{
    text-align: right;
}

/*
----------------------------------------------------------------------
FORMS
----------------------------------------------------------------------
*/
.form-contactos{
    width: 97%;
    margin-bottom: 30px;
}
.form-contactos input[type="text"],
.form-contactos textarea{
    width: 100%;
    margin-top: 8px;
}
.form-contactos textarea{
    height: 130px;
}
.form-contactos span{
    font-weight: bold;
}
.form-contactos input.email{
    width: 85%;
}
.form-contactos .btn{
    float: right;
    margin-right: -15px;
    margin-top: 10px;
}


div .span10 .direito{
    float: right;}
/*
----------------------------------------------------------------------
BUTTONS
----------------------------------------------------------------------
*/


/*-------------------------------------------------------*/
	/* Responsive Layout */
/*-------------------------------------------------------*/

/* Large desktop */
@media (min-width: 1200px) {

    section.wrapper{
        width: 960px;
        margin: 0 auto;
        min-height: 60px;
    }
}
 
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) { 
    section.wrapper{
        width: 750px;
        margin: 0 auto;
        min-height: 60px;
    }
        
}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {

    section.wrapper{
        width: 470px;
        margin: 0 auto;
        min-height: 60px;
    }
        
}
 
/* Landscape phones and down */
@media (max-width: 480px) {

    section.wrapper{
        width: 300px;
        margin: 0 auto;
        min-height: 60px;
    }
}