
@import url("base.css");


#topo {
    height: 10px;
    margin-top: 5px;
    margin-left: 123px;
    margin-right: 15px;
    border-left: 1px solid #bdb27c;
    border-right: 1px solid #bdb27c;
    border-top: 1px solid #bdb27c;
    padding: 10px;
    text-align: left;
  }


#banner_index {
    clear: both;
    margin-right: 15px;
    background-color: #311311;
    color: inherit;
    height: 150px;
  }


#menu_index {
    height: 140px;
    margin-left: 123px;
    margin-right: 15px;
    padding: 10px;
  }


.menu_item_index {
    color: #ffffff;
    background-color: inherit;
    float: left;
    height: 110px;
    width: 110px;
    margin-left: 5px;
    border-left: 1px dotted #bdb27c;
    border-bottom: 1px dotted #bdb27c;
    padding: 10px;
    font-size: 13px;
  }


.menu_item_index img {
    vertical-align: middle;
  }


.menu_item_index a {
    color: #DE6E00;
    background-color: #311311;
  }


.menu_item_index a:visited {
    font-weight: bold;
  }


.menu_item_index .legenda {
    font-size: 10px;
  }


#banner {
    clear: both;
    margin-right: 15px;
    background-color: #311311;
    color: inherit;
    height: 5em;
  }


#banner h1 {
    float: left;
    background-color: inherit;
    color: #bdb27c;
    width: 75%;
    margin-left: 15px;
    margin-top: 5px;
    line-height: 110%;
  }

/* o título da página */


#banner h1 span {
    font-weight: normal;
  }

/* o subtítulo da página */


#banner #autor {
    color: #bdb27c;
    background-color: inherit;
    font-weight: bold;
    float: right;
    margin-right: 15px;
    margin-top: 15px;
  }


#menu {
    font-size: 11px;
    position: fixed;
    left: 23px;
    top: 10.5em;
    width: 110px;
  }


.menu_item {
    border-left: 1px solid #bdb27c;
    border-bottom: 1px solid #bdb27c;
    float: right;
    height: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    width: 100px;
    background-color: #ffffff;
    color: inherit;
    white-space: nowrap;
    overflow: hidden;
  }


.menu_item:first-child {
    border-top: 1px solid #bdb27c;
  }


.menu_item img {
    vertical-align: middle;
  }


.menu_item a:visited {
    font-weight: bold;
  }


.menu_item .selecionado {
    font-weight: bold;
    color: #DE6E00;
    background-color: inherit;
    font-style: italic;
  }


#corpo {
    clear: both;
    margin-top: 0;
    margin-left: 123px;
    margin-right: 15px;
    border-left: 1px solid #bdb27c;
    border-right: 1px solid #bdb27c;
    border-bottom: 1px solid #bdb27c;
    padding: 20px;
    padding-top: 5px;
    min-height : 25em;
  }


.barra {
    clear: both;
    padding: 5px;
    background-color: #311311;
    color: #ffffff;
    height: 25px;
    width: 80%;
    margin-left: -40px;
    margin-right: -20px;
    margin-top: 20px;
    margin-bottom: 0;
  }


.barra h1 {
    display: inline;
    margin-bottom: 0;
    margin-top: 0;
  }


.barra h2 {
    margin-top: 0;
  }


.barra a {
    color: #FFFFFF;
    background-color: inherit;
  }


.barra img {
    float: left;
    margin-right: 15px;
    margin-top: 5px;
  }


.trabalhos {
    text-align: left;
    margin: 5px;
    padding: 5px;
    border-left: 1px dotted #bdb27c;
    border-right: 1px dotted #bdb27c;
    border-top: 1px dotted #bdb27c;
    border-bottom: 1px dotted #bdb27c;
    width: 46%;
    height: 4em;
    float: left;
    overflow: hidden;
  }


a.nj {
    font-weight: normal;
    background: transparent url(/images/maximizar.gif) right center no-repeat;
    padding-right: 12px;
  }


.big {
    font-size: 2em;
    line-height: 24px;
    padding: 30px;
  }


.mini {
    font-size: 0.8em;
  }


.destaque, .comentario_frm {
    margin-left: 10px;
    border-left: 1px dotted #bdb27c;
    border-bottom: 1px dotted #bdb27c;
    padding: 10px;
  }


.box {
    float: left;
    text-align: center;
    width: 100px;
    margin: 10px;
    padding: 10px;
    border-left: 1px dotted #bdb27c;
    border-right: 1px dotted #bdb27c;
    border-top: 1px dotted #bdb27c;
    border-bottom: 1px dotted #bdb27c;
  }


.boxline {
    text-align: left;
    margin: 10px;
    padding: 10px;
    border-left: 1px dotted #bdb27c;
    border-right: 1px dotted #bdb27c;
    border-top: 1px dotted #bdb27c;
    border-bottom: 1px dotted #bdb27c;
  }


.boxline:first-child {
    margin-top: 5px;
  }


.l {
    float: left;
  }


.r {
    float: right;
  }


.legenda {
    font-size: 0.9em;
    margin-top: 0;
    text-align: center;
  }


.nota {
    font-size: 0.7em;
    vertical-align: 20%;
  }


a.ref {
    font-weight: normal;
    font-size: 0.9em;
    color: #000000;
  }

