
html{
    
    font-family: Georgia, "Times New Roman", serif;
    line-height: 130%;
}

.fl{
    float:left;
    width:49%;
}
.fr{
    float:right;
    width:49%;
}

#wrapper {
    width:960px;
    /*padding:1em 2em;*/
    /*padding-left:13px;*/
    position: relative;
    margin:0 auto;
}
#wrapper h1{
    background: rgba(0, 0, 0, 0) url("../images/title.jpg") no-repeat scroll left center;
    height: 34px;
    width: 462px;  
    margin-bottom:0.3em;
} 


#wrapper h2 {
    font-size:0.9em;
    margin: 0;
}
p{
    padding: 0;
    margin: 0 0 0.3em;
}

ul {
    list-style: none;  
    padding: 0;
    margin: 0;
    font-size: 0.90em;
}

li {
    padding: 0.15em 0;
    cursor: pointer;
}

.linhas-tematicas ul{
    margin-left:-0.5em;
}

.linhas-tematicas li.item1{
    color:#8497a5;

}
.linhas-tematicas li.item2{
    color:#b79766;

}
.linhas-tematicas li.item3{
    color:#767e73;

}
.linhas-tematicas li.item4{
    color:#a7957d;

}
.linhas-tematicas li.item5{
    color:#84828f;

}
.linhas-tematicas li span{
    padding:0.2em 0.5em;
}

.linhas-tematicas li.item1 span:hover, .linhas-tematicas li.item1.active span{
    background-color:#8497a5;
    color:#fff;
}
.linhas-tematicas li.item2 span:hover, .linhas-tematicas li.item2.active span{
    background-color:#b79766;
    color:#fff;
}
.linhas-tematicas li.item3 span:hover, .linhas-tematicas li.item3.active span{
    background-color:#767e73;
    color:#fff;
}
.linhas-tematicas li.item4 span:hover, .linhas-tematicas li.item4.active span{
    background-color:#a7957d;
    color:#fff;
}
.linhas-tematicas li.item5 span:hover, .linhas-tematicas li.item5.active span{
    background-color:#84828f;
    color:#fff;
}
.linhas-tematicas ul a {
    display: inline-block;
    margin: 0 0.2em;
    width: 10px;
    height: 10px;
    line-height: 10px;
   
    text-align: center;
    font-size: 12px;
    padding:3px;
    text-decoration: none;
    font-weight: bold;
}
.linhas-tematicas ul .item1 a{
    color:#8497a5;
}
.linhas-tematicas ul .item2 a{
    color:#b79766;
}
.linhas-tematicas ul .item3 a{
    color:#767e73;
}
.linhas-tematicas ul .item4 a{
    color:#a7957d;
}
.linhas-tematicas ul .item5 a{
    color:#84828f;
}

img.logo    {
    position: absolute;
    top: 0.8em;
    right: 0.5em;
}

.main{
    margin-top: 1em;
    position: relative;
    width: 960px;
    height: 476px;
}
.main li {
    float:left;
    margin: 0;
    padding: 0;
    overflow:visible;
    width: 120px;
    height: 68px;
}
.main li img{
     position: relative;
}

.main li img:hover{
    z-index: 2;
    box-shadow: 0 0 3px 5px rgba(0,0,0,0.5);
    width: 130px;
    margin-left: 5px;
    left: -10px;
    margin-top: 2.5px;
    top: -5px;
}

.overlay   {
    width: 940px;
    height:  300px;
    position: absolute;
    top: 60px;
    left:11px;
    background: #fff;
    background-color: rgba(255,255,255,0.9);
    display: none;
    z-index: 10;
    
}

.image-container {
    margin: 15px 8px auto 8px;
    float:left;
    width: 49%;
}

.quotation-wrapper {
    font-size:0.9em;
    line-height: 140%;
    font-style: italic;
    width: 400px;
    float: right;
    margin: 10px 50px 0 0;
}

.quotation-wrapper .pt, .quotation-wrapper .en {
    margin: 0 0 1em;
}

.overlay button {
    background: url('../images/closebtn.jpg') no-repeat center;
    width:  28px;
    height: 28px;
    border:0;
    position: absolute;
    top: 0;
    right: 0;
}

span.hashtag {
    position: absolute;
    bottom: 8px;
    right: 15px;
    font-size:0.75em;
    font-weight: bold;
    font-style: italic;
}
#background{
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.6;
    position: relative;
    z-index: 9;
}
.quof, .quol {
    font-size: 1.2em;
    font-weight: bold;
}
