/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 19/06/2015, 13:54:15
    Author     : elvis
*/
body footer {
    width: 100%;
    display: inline-block;
    margin: 0 auto;
    padding-bottom: 5px;
    padding-top: 22px;
    text-align: center;
    background-color: rgb(240,240,240);
    margin-top: 65px !important;
}

footer .align-center-footer {
    width: 1032px;
    margin: 0 auto;
    float: none;
}
footer .header-brand {
    float: left;
    width: 48px;
    margin-top: 7px;
    margin-left: 0px;
}
.line-divisor {
    float: left;
    width: 987px;
    clear: both;
    margin-left: 20px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgb(200,200,200);
}
footer ul {
    float: left;
    margin-left: 31px;
    padding: 0px 10px 5px 10px;
}
.list-links-footer {
    float: left;
    width: 100%;
}
.list-links-footer ul:first-child{
    margin-left: 11px;
}
.list-links-footer > ul {
    width: 212px;
}
.list-links-footer ul li {
    float: left;
    width: 100%;
}
footer ul li {
    padding: 3px 0px;
    font-size: 11px;
    font-weight: normal !important;
    text-align: left;
}
footer ul li a {
    color: rgb(64,64,64) !important;
    font-size: 11px;
    font-weight: normal !important;
}
footer ul li a:hover{
    color: rgb(190,190,190) !important;
}
address {
    float: left;
    font-size: 11px;
    width: 987px;
    margin-left: 21px;
    margin-top: 18px;
    padding: 17px 0px;
    clear: both;
    text-align: left;
    color: rgb(64,64,64);
    font-style:  normal;
    font-weight: normal !important;
    border-top: 1px solid rgb(200,200,200);
    border-bottom: 1px solid rgb(200,200,200);
}
.external-links-footer {
    float: left;
    width: 100%;
}
.external-links-footer .list-external-links{
    float: left;
    width: 100%;
    margin-left: 11px;
}
.list-external-links li { 
    float: left;
}
svg#acafe, svg#capes, svg#cnpq, svg#enem, svg#fapesc, svg#periodicos, svg#prouni, svg#comunitaria {
    float: left;
    margin-left: 53px;    
    margin-top: 30px;
}
svg#acafe {
    width: 89px;
    height: 24px;
    margin-left: 0px;
    margin-top: 39px;
}
svg#capes {
    width: 52px;
    height: 46px;
}
svg#cnpq {
    width: 85px;
    height: 28px;
    margin-top: 39px;
}
svg#enem {
    width: 70px;
    height: 42px;
}
svg#fapesc {
    width: 76px;
    height: 42px;
    margin-top: 30px;
}
svg#periodicos {
    width: 85px;
    height: 30px;
    margin-top: 35px;
}
svg#prouni {
    width: 78px;
    height: 42px;
}
svg#comunitaria {
    width: 78px;
    height: 42px;
}