body {
    margin: 12px 3% 6px 3%;
    font-size: 16px;
    line-height: 1.3;
    font-family: Verdana, Helvetica, sans-serif;
    background-color: #ececf9;
    color: #000000;
}

nav {
    margin:0;
    padding:0;
    width: 100%;    
    font-size: 16px;
    clear: both;
}

.important{
    font-weight: bold;
    font-size:1.2em;
}

.logoRightDiv {
     font-size: 18px;
     font-weight: bold;
     }

.titulo {
    text-align: center;
    font-size: 1.6vw;
     font-weight: bold;
}
.bottom {
    text-align: center;
    background-color: #c9c9a2;
    border-style: solid;
    border-radius: 10px;
    border: 1px solid #73AD21;
}

.copyright {
    text-align: right;
    color: #990000;
    font-size: 10px;
}

.constru {
    padding-top: 10px;
    clear: both;
    text-align: center;
    color: #666699;
    font-weight: bold;
}

a { text-decoration: none; }

    /* unvisited link */
    a:link {
        color: #660000;
    }

/* visited link */
    a:visited {
        color: #006600;
    }

/* mouse over link , selected link */
    a:hover, a:active {
        color: #6600cc;
    }

@media screen and (min-width: 301px) {
    .logoDiv {
        float: left;
        height: 80px;
        width: 25%;
    }

    .logoRightDiv {
        float: left;  
        width: 25%;       
        margin-left: 2%;
text-align: center;
    }
}

@media screen and (max-width: 300px) {
    body {
        margin: 4px;
    }

    .logoDiv {       height: 50px;
          width: 95%;
    }

    .logoRightDiv {
            text-align: center;
    }
}
.center {
    text-align: center;
}
.right {
    text-align: right;
}