/* 
    Document   : menuRodape
    Created on : 20/Jul/2012, 12:32:06
    Author     : murteira
    Description:
        Purpose of the stylesheet follows.
*/
.menuRodape{
    display: inline-block;
    text-align: left;
    margin: 0px;
    padding: 0px;
    padding-top: 15px;
    list-style: none;
    color: #002e51;
    vertical-align: top;
}

.menuRodape .form-control {
    color: #002e51;
    background-color: #fff;
    border: 0px;
    border-radius: 0px;
    margin-top: 13px;
    margin-bottom: 5px;
}

.menuRodape a{
    color: #002e51;
    font-weight: 700;
    text-decoration: none;
}

.menuRodape li{
    display: inline-block;
    margin-right: 7px;
    vertical-align: top;
    /*max-width: 140px;*/
}
.menuRodape.one li{
    max-width: none;
}
.menuRodape li:last-child{
    margin-right: 0px;
}
.menuRodape li:only-child{
    /*margin-right: 30px;*/
}
.menuRodape > li > a{
    text-transform: uppercase;
}
    
    .menuRodape li a{
        display: block;
        color: #002e51;
        font-size: 12px;
        font-weight: 700;
        text-decoration: none;
    }
    
        .menuRodape ul{
            margin: 0px;
            padding: 0px;
            margin-top: 10px;
        }
            .menuRodape ul li{
                display: block;
                padding-bottom: 2px;
            }
            .menuRodape ul li a{
                font-size: 12px;
                color: #002D56;
                padding-right: 10px;
                font-weight: normal;
            }
            .menuRodape ul li a.selected,
            .menuRodape ul li a:hover{
                text-decoration: underline;
            }
            
     
@media (max-width: 768px) { 
    .menuRodape > li{
        margin-right: 9px;
    }
    .menuRodape li ul{
/*        max-width: 100px;*/
    }
    
    div.menuRodape{
        clear: both;
        display: block;
        text-align: center;
        margin-bottom: 5px;
    }
    
    .menuRodape li:only-child{
        margin-right: 9px;
    }
}


#rodape .copy{
    padding-top: 10px;
    color: #002e51;
}