/* 
    Document   : layout_rodape
    Created on : 28/01/2013, 12:04:35
    Author     : williamf, danielleb
    Description:
        Purpose of the stylesheet follows.
*/

#rodapeSecoes {
    width: 900px;
    height: 120px;
    margin: 0 auto;
    /*border:  0px solid #F00;*/
}

#primeiraSecao, #segundaSecao {
    /*margin-top: 40px;*/
    padding: 1px;
    float: left;
    text-align: center;
    font-weight: bold;
    /*border: 1px solid #F00;*/
}

#primeiraSecao {
    width: 500px;
    /* height: 125px; */
    margin-left: 7px;
    margin-right: 10px;
    /*margin-top: 40px;*/
}

#segundaSecao {
    width: 365px;
    height: 100px;
}
#segundaSecao a {
    color: #06286A;
    line-height: 35px;
}
#segundaSecao a:hover {
    color: #01BA98;
}

.iconeRedeSocial {
    width: 45px;
    height: 60px;
}