@import url(menu.css);

* {
    margin: 0;
    padding: 0;
}

body {
    background: url(../imagens/bg.jpg) repeat;
    font: normal 12px Arial, Helvetica, sans-serif;
    text-align: center;
}

#pagina {
    margin: 1px auto;
    text-align: left;
    width: 800px;
}

#topo {
    background: url(../imagens/topo_up.jpg) left no-repeat;
    height: 150px;
    width: auto;
}

#topoAluno {
    background: url(../imagens/topoAluno.jpg) left no-repeat;
    height: 150px;
    width: auto;
}

#menubar {
    background: url(../imagens/menu.jpg) left no-repeat;
    height: 31px;
    width: auto;
}

#principal {
    background: url(../imagens/bg_conteudo.jpg) repeat;
    height: 500px;
    text-align: center;
    width: auto;
}

#comentario {
    background: url(../imagens/middle.jpg) left no-repeat;
    height: 197px;
}

#login {
    background: url(../imagens/login.jpg) left no-repeat;
    height: 151px;
}

#rodape {
    background: url(../imagens/rodape1.jpg) left repeat;
    color: #333333;
    font-size: 12px;
    height: 45px;
    width: auto;
}

#aviso {
    font-weight: bold;
    color: #990000;
}

.obrigatorio {
    color: #990000;
    font-size: 14px;
    font-weight: bold;
}

h4{
    vertical-align: middle;
}
h4 a{
    color: #33333B;
    text-decoration: none;
    font-size: 16px;
}

.jynxCFC{
 text-align: right;
 width: 785px;
 border: 0px;
 padding-top:10px;
 font-size: 12px;
}

.jynxCFC img{
  border: 0px;
}


