﻿@import url("reset.css");
@import url("template.css");

#content{
    background:url('../img/backgrounds/bg-content-internas.jpg') repeat-x center top;
    padding-top: 65px;
}

#content .center{
    width: 914px;
    padding:0 43px;
}

.tt-secao{
    margin-bottom: 36px;
    font-size: 45px;
    color:#1379B7;
    font-weight: bold;
    font-style: italic;
    line-height:100%;
    background:url('../img/backgrounds/bg-secao.png') no-repeat right center;
    letter-spacing: -3px;
}

.infos .tt-secao span{
    font-size:15px;
    letter-spacing:0;
    color:#667785;
    font-family:Trebuchet MS;
    display: block;
    line-height:95%;
    font-style: normal;
    font-weight: normal;
}

.infos{
    width:245px;
    float:left;
    margin-right: 40px;
	height: 500px;
}

.infos address{
    height: 69px;
    padding-top: 20px;
}

.infos span{
    font-size:15px;
    color:#445266;
    line-height:100%;
    font-weight: bold;
}

.infos strong{
    color: #157AB7;
    display: block;
    font-size: 18px;
    font-weight:bold;
    line-height: 100%;
    margin-bottom: 11px;
}

.faq{
    margin-bottom:1px;
    width:185px;
    background:url('../img/backgrounds/bg-empresa.jpg') no-repeat 0 -277px;
    padding:27px 30px 0;
}

.faq1{
    height:191px;
    padding-top: 20px;
    margin-bottom:0;
}

.faq2{
    height:191px;
    background-position: 0 -489px;
}

.faq3{
    height:120px;
    background-position: 0 -742px;
}

.infos p{
    color: #667785;
    font-family: Trebuchet MS;
    font-size: 12px;
    line-height: 200%;
}

.faq1 strong{
    margin-bottom: 12px;
    line-height: 90%;
}

.faq1 span{
    line-height: 90%;
}

.conteudo{
    float:left;
    width: 627px;
}

.conteudo li
{
    padding: 30px 0 30px 0;
    border-top: 1px dotted #A9CCD6;
}

.conteudo li:first-child{
    padding-top:0;
    border-top:none;
}

.conteudo p{
    font-size:13px;
    color: #667785;
    line-height: 200%;
    font-family: Trebuchet MS;
}

.conteudo h3
{
    font-size: 18px;
    cursor: pointer;
    color: #667785;
    line-height: 100%;
    line-height: 30px;
    font-family: Trebuchet MS;
    background: url('../img/backgrounds/sanfona.jpg') no-repeat right -36px;
}

.conteudo h3:hover{
    color:#1479B7;
    background-position:right -100px;
}

.conteudo .sanfona{
    background-position:right 0;
}

.conteudo .sanfona:hover{
    background-position:right -68px;
}

.sanfona-hide{
    display:none;
}