/* ===================================   TOPO  ================================= */
/* centralizacao pagina, imagem de fundo e ajustes */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    border: 0 none;
    #font-family: inherit;
    #font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none outside none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    margin: 0 auto;
    background-color: #9AC7B9;                 /* fundo pagina navegador */
    font-size: 100%;
    width: 1000px;

}
div.width-full {
    width: 100%;
}
div.position-0 {
    margin-left: -100%;
}
div.row {
    background:#f6f6f6;           /* fundo pagina de conteudo: cinza claro */
}
/* Barra do Governo */
#barra-brasil { 
    position:relative;
    overflow:hidden;
    min-width:1000px;
    background: #00500F url(imagens/barra-brasil-v3-bgx.png) center bottom no-repeat;
}

#barra-brasil .barra {
    display: block;
    width: 1000px;
    height:28px;
    margin: 0 auto;
    background: url(imagens/barra-brasil-v3-bgx.gif) 0 bottom repeat-x;
}

#barra-brasil .barra ul {
    float:right;
    width: 319px;
}

#barra-brasil .barra ul li {
    float: left;
    padding-left: 25px;
}

#barra-brasil .ai {
    display: block;
    width: 161px;
    height: 28px;
    text-indent: -1000px;

    background: #00500F url(imagens/ai.png) no-repeat 0 4px;
}

#barra-brasil .brasilgov {
    display: block;
    width: 108px;
    height: 28px;
    color:transparent;
    background: #00500F url(imagens/brasil.png) no-repeat 0 4px;
}/* ---------------------------------------------  Barra da Unirio  ---------------------------------------- */
#barraunirio {
    background: url("barras/imagens/barraunirio") no-repeat;
    height: 30px;
    position: relative;

}
#icones {
  position:absolute;
  right:5px;
  top:4px;
}

#acesso{
    left: 300px;
    position: absolute;
/*    top: 4px;*/
bottom:5px;
}

#link{
    left: 0px;
    width:300px;
    height:30px;
    position: relative;
}

.escolha{
    background:#F0F0F6;
    width:170px;
    height:20px; 
    margin-left:15px;
    font-weight:bold;
}
.escolha option[selected] {
    margin-left:100px;
text-transform:uppercase;
}

.escolha option {
    margin-left:30px;
}

.grad {
    color:#0000cc;
}
.pos{
    color:#009900;
}
.exten{
    color:#aa0000;
}
.dist{
    color:#420000;
}

/* Barra da Unirio    DESATIVADO 
#barraunirio {
  background: rgb(0,50,150);
  height:25px;
  position:relative;
}
#icones {
  position:absolute;
  right:5px;
  bottom:3px;
}
*/
/* ===================================   RODAPE  ================================= */
#portal-footer {
    line-height: 1.5em;
    height: 35px;
}
#portal-footer div {
    text-align: center;
    float:left;
    width: 48%;
}

/* ===================================   COLOPHON  ================================= */
#portal-colophon {
    margin-bottom:0;
}
