/* 
    Document   : footer
    Created on : 04/04/2013, 16:19:42
    Author     : Juliano
    Description:
        Purpose of the stylesheet follows.
*/

#block-footer{
    margin: 0;
    border: none;
}
#copyright{
    float: right;
    margin: 28px 25px 0 0;
    font-family: Arial;
    font-size: 15px;
    color: #282828;
    font-weight: bold;
}
#logo-ggte{
    float: right;
    background: url(../../../../../img/logo-ggte.png) no-repeat;
    margin: 5px 15px 0 0;
    width: 71px;
    height: 60px;
}
#logo-unicamp{
    float: right;
    background: url(../../../../../img/logo-unicamp.png) no-repeat;
    margin: 2px 35px 0 0;
    width: 64px;
    height: 67px;
}
#logo-prg{
    float: right;
    background: url(../../../../../img/logo-prg.png) no-repeat;
    margin: 12px 25px 0 0;
    width: 56px;
    height: 45px;
}
#logo-prpg{
    float: right;
    background: url(../../../../../img/logo-prpg.png) no-repeat;
    margin: 12px 20px 0 0;
    width: 95px;
    height: 45px;
}