
a {
    outline: 0;
}

#wrapperPage {
    /*width: 1500px;*/
    background: #536677;
    margin: 0 auto;
    /*margin-top: 10px;*/
}

#header {
    margin: 0 auto;
    padding-top: 15px;
    padding-bottom: 20px;
    background-color: rgba(255, 255, 255, 0.75);
}

.labelHeaderLogo {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#content {
    width: 80%;
    margin: 0 auto;
}

#footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 70px;
    background-color: rgba(255, 255, 255, 0.75);
    color: #2f4253;
}

#footer > div {
    width: 80%;
    margin: 0 auto;
    font-size: 14px;
    padding-top: 5px;
}

#footer a {
    color: #2f4253;
    text-decoration: none;
}

#footer span {
    display: block;
}

#leftFooter {
    float: left;
    margin-left: 1%;
}

#rightFooter {
    float: right;
    text-align: right;
    margin-right: 1%;
}

