﻿body {
    margin: 0px auto 0;
    font-family: Calibri;
    padding: 5% 0 0 0;
    width: 700px;
}

.div_topo {
    height: 5%;
    width: 100%;
}

.divCentralizada {
    padding: 3% 3% 1% 3%;
    margin: 0px auto 0;
    top: 5%;
    min-width: 700px;
    height: 450px;
    min-height: 450px;
    background-color: #F3F3F3;
    border-style: solid;
    border-width: 2px;
}

.div_Rodape {
    background-color: transparent;
    color: #6d6f71;
    font-size: smaller;
    height: 26px;
    padding-top: 2px;
    text-align: right;
    vertical-align: middle;    
}


ul {
    list-style-image: url("/Images/next.png");
}
