﻿Body
{
    background-color: #EDEDEF;
    font-family: Trebuchet MS, Arial, Verdana, Geneva, sans-serif;
    font-size: 13px;
    color: Gray;
}
h1
{
    color:#F37F29; 
    margin:5px;
    /*color: #01427A;*/
    font-weight: bolder;
    font-size: 20px;
    padding: 20px 15px 0 15px;
    /*margin: 0;
    border: 1px solid red;*/
}
hr
{
    display: table;
    border: 0;
    width: 97%;
    background-color: gray;
    height: 1px;
    margin: 10px 0px 10px 0px;
}
b
{
    font-size: 14px;
    color: #776E64;
}
ul, li
{
    margin: 0;
    padding: 0;
}
#area
{
    background-color: White;
    border-top: 3px solid #00437A;
    width: 960px;
    min-height: 600px;
}
#areaSuperior
{
    position: absolute;
    /*position: fixed;*/
    top: 0px;
    width: 100%;
    background-color: White;
    border-top: 3px solid #776E64;
    width: 960px;
    /*min-height: 150px;
    z-index: 25;*/
    /*border-bottom: 1px solid gray;*/
}
#logo
{
    position: absolute;
    /*position: fixed;*/
    top: 10px;
    float: left; /*left: 0px;*/
    background-image: url('logo-RB-CRB.png');
    background-size: 100% auto; 
    background-position: 7px top;
    background-repeat: no-repeat;
    width: 320px;
    min-height: 60px;
    margin-bottom: 10px;
}

#menu
{
    position: absolute;
    text-align: center;
    float: right;
    right: 0px;
    /*background-image: url('menu.png');*/
    background-color: #776E64;
    background-repeat: no-repeat;
    color: White;
    margin-right: 10px;
    width: 160px;
    height: 25px;
    padding-top: 3px;
    font-size: 12px;
    border-radius: 0px 0px 30px 30px;
}

#menu a
{
    text-decoration: none;
    color: White;
}

#menuLateral
{
    position: fixed;
    right: auto;
    top: 22%;
    height: 200px;
    width: 100px;
    text-align: center;
    vertical-align: top;
}

.aluno
{
    padding: 20px;
    padding-left: 0px;
    padding-bottom: 0px;
    text-align: justify;
    vertical-align: text-top;
    width: 650px;
    left: 0px;
    float: left;
}
.aluno b
{
    font-size: 15px;
}
.aluno td
{
    padding-left: 15px;
}

.aluno img
{
    max-width: 120px;
    max-height: 160px;    
}

#conteudo
{
    /*position:static;*/
    width: 97%;
    padding: 15px;
    text-align: left;
    min-height: 400px;
    height: 100%;
    overflow: hidden;
    margin-top: 20px;
}
#rodape
{
    text-align: left;
    background-color: #ECEAD5;
    width: 960px;
    height: 120px;
    font-size: x-small;
    color: Gray;
    position:relative;
}
#rodape b
{
    font-size: 11px;
    color: Gray;
}
#rodape td
{
    padding: 15px;
    padding-right: 50px;
}
.servicoDescr
{
    width: 400px;
    text-align: left;
}
#alunoSmall
{
    position: absolute;
    float: right; /*right: 200px;*/
    margin: 10px 0px 0px 0px;
    width: 250px;
    height: 40px;
    padding-top: 3px;
    font-size: 11px;
    right:220px;
}
#alunoSmall b
{
    font-size: 16px;
}
#alunoSmall td
{
    padding: 3px;
    text-align: right;
}
#alunoSmall img
{
    width: 40px;
    height: 50px;
}

#opcoes
{
    padding: 10px;
    text-align: center;
    color: white;
    background-color: #776E64;
    /*float: left;*/
    width: 100%;
}
#opcoes a
{
    text-decoration: none;
    color: White;
    margin: 0px 10px 0px 10px;
}

