body{
    font-family: verdana, arial;
    font-size: 11px;
    color: #000000;    
    margin: 0;
    padding: 0;

}

div#principal {
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
}

div#topo {
    width: 100%;
/*     height: 130px; */
    color: #000000;
    /*background-color: #ecf1f4;*/    
}

div#menu1 {
    width: 100%;
    height: auto;
    min-height: 30px;
    background-image: url(../../imagens/teleport/gradient_4.png);
}

div#menu_i1 {
    width: 910px;
    height: auto;
    margin: auto;
    padding-top: 4px;
    padding-bottom: 4px;
}

div#content {
    width: 900px;
    margin: auto;
    background-color: #FFFFFF;    
    background-repeat: no-repeat;
    background-position: top right;
    padding-bottom: 15px;
}

div#footer2 {
    text-align: center;
    height: 100px;
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
    color: #ffffff;
    background-color: #df2229;
    font-size: 13px;
    background-image: url(../../imagens/teleport/bg_foot.png);
    background-repeat: repeat-x;
}

div#acesso {
    width: 96%;
    position: absolute;
    left: 2%;
    top: 20px;
}

div#acesso p {
    width: 135px;
    float: left;    
}

div#acesso input[type=text], input[type=password] {
    width: 120px;
    padding: 3px;
    font-size: 12px;
    font-family: verdana, arial;
}

div#acesso input[type=password] {
    width: 120px;
    padding: 3px;
    font-size: 12px;
    font-family: verdana, arial;
}


div#acesso select {
    width: 130px;
    padding: 3px;
    font-size: 12px;
    font-family: verdana, arial;
}

div#acesso div#botoes {
    float: left;
    padding-top: 23px;
}