/*
    Document   : filosofia-empresarial
    Created on : 15/03/2011, 13:19:52
    Author     : Filipe filipe@maqina.com.br
    Description: Estilos da pagina de filosofia da empresa
*/

@import url("_basico.css"); /* funcionalidades basicas de css */
@import url("_template.css"); /* configuracoes do projeto */

.tt-main{width:395px; height:41px; background-position: -6px -365px;}
.tt-missao {width:75px; height:20px; background:url("../imagem/titles/titles.png") -448px -2px no-repeat;}
.tt-valores {width:81px; height:21px; background:url("../imagem/titles/titles.png") -450px -59px no-repeat; margin-bottom:30px; margin-top:5px;}

#main img{
    float:right;
    margin-top: 35px;
}
#main p{
    width:350px;
    margin-bottom:30px;
}
#main .txt-entre-aspas{
    width:270px;
    margin-bottom:0;
    font-family:LucidaSansItalic;
    font-size:13px;
    line-height:20px;
    color:#A58579;
}

.img-tt{
    position: relative;
    top: 120px;
    left: 0px;
}
.citacao{
    position:relative;
    width:257px;
    margin:20px 0 35px 20px;
    padding:15px 34px 0 34px;
}
.abre-aspas{
    position:absolute;
    top:0;  left:0;
    width:27px;
    height:24px;
    background:url("../imagem/backgrounds/aspas-iniciais.png") no-repeat;
}
.fecha-aspas{
    position:absolute;
    bottom:-15px;  right:150px;
    width:27px;
    height:24px;
    background:url("../imagem/backgrounds/aspas-finais.png") no-repeat;
}
.valores-empresariais{
    padding-left:13px;
}
.valores-empresariais li{
    font-family: LucidaSansRegular;
    font-size: 12px;
    color: #A58579;
    line-height:18px;
    list-style:disc;
}
