* { margin: 0; padding: 0; font-family:Tahoma; font-size:9pt;}

body{
    font-family: arial;
    background: url("../_imagens/menu_rodoviario.jpg");
    background-size: 100%;
}

nave{
    background-color: #006cad;
    width: 100%;
    height: 38px;
    Top: 0px;
    position: absolute;
    transition: all 0.5s;
    opacity: 65%;
}


h1{
   text-shadow: #ffff 0px 2px 5px;
   font-family: 'arial';
   font-size: 30px;
   color: #fdfdfc;
}

#acesso{
    width: 390px;
    padding: 5px;
    float: right;
}
   
label{
    top: 10px;
    color: #fdfdfc;
    max-width: 50px;
}

input{
    height: 20px;
    width: 100px;
}

.bt{
    height: 24px;
    width: 80px;
    float: right;
}

input[type=submit]{
        background:#ea0000;
        color:#ffffff;
        margin-top: .5px;
        height: 21px;
        border: none;
}

#Links{
    width: 390px;
    padding: 5px;
    float: left;
}

a{
display: block;
width: 100px;
height: 30px;
line-height: 30px;
padding: 0px 0px;
margin: 0px;
background-color: #ffff;
color: #000;
border-radius: 5px;
text-decoration: none;
text-align: center;
font-weight: bold;
font-family: Arial;
opacity: 65%;
}

#rodape{
    position: absolute;
    background-color: #000; 
    width: 99%; 
    float: bottom;
    height: 50px;
    margin: 0px;
    color: #ffffff;
    padding: 5px;
    border-top: 0px solid;
    bottom: 0px;
    opacity: 50%
    }

