

html {
    overflow: hidden;
    background-color: transparent;
}

body {
    background: #680C11 url(../images/bg-equipe.jpg) repeat;
    float: left;
    width: 480px;
    height: 185px;
    padding-right: 20px;
    padding:-bottom: 10px;
    display: inline;
}

/** EQUIPE **/

/*.quadro-pessoa {
    background: #680C11 url(../images/bg-equipe.jpg) repeat;
    float: left;
    width: 480px;
    height: 170px;
    padding-right: 20px;
    margin-bottom: 25px;
    display: inline;    
}*/

.quadro-pessoa-foto {
    float: left;
    width: 170px;
}


.quadro-pessoa-desc {
    float: left;
    width: 300px;
    margin-left: 10px;    
}

.quadro-pessoa-nome {
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Tahoma, Verdana;
    font-size: 12px;
    color: #000;    
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;   
}

.quadro-pessoa-texto {
    margin-top: 10px;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Tahoma, Verdana;
    font-size: 11px;
    color: #FFF;    
    text-align: left;  
    line-height: 18px;
}
