@charset "UTF-8;";
@import url(http://fonts.googleapis.com/css?family=Titillium+Web);
@font-face {
    font-family: 'FonteLogo';
    src: url("../_fonts/bubblegum-sans-regular.otf");
}

body{
    font-family: Arial, sans-serif;
    background-color: #dddddd;
    color: rgba(0,0,0,1);
}
div#interface{
    width: 1000px;
    background-color: #ffffff;
    margin: -20px auto 0px auto;
    box-shadow: 0px 0px 10px rgba(0,0,0,.5);
    padding: 10px;
}
p{
    text-align: justify;
    text-indent: 50px;
}
a {
    color: #606060;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

header#cabecalho img#icone{
    position: relative;
    left: 830px;
    top: -40px;
}
header#cabecalho {
    border-bottom: 1px #606060 solid;
    height: 150px;
    background: url("../_imagens/glass-logo-peq.jpg") no-repeat 0px 80px;
}
header#cabecalho h1{
    font-family: 'fontelogo', sans-serif;
    font-size: 30pt;
    color: #606060;
    text-shadow: 1px 1px 1px rgba(0,0,0,.6);
    padding: 0px;
    margin-bottom: 0px;

}
header#cabecalho h2{
    font-family: 'Titillium Web', sans-serif;
    color: #888888;
    font-size: 15pt;
    padding: 0px;
    margin-top: 0px;
}
nav#menu {
    display: block;

}

.botao {
   text-transform: uppercase;
    background-color: #dddddd;
    padding: 10px; /*dentro do botão*/
    margin: 2px; /*fora do botão*/
    text-transform: uppercase;
    text-align: center;
}

nav#menu h1{
    display: none;
}
nav#menu a{
    color: #000000;
    text-decoration: none;
}
nav#menu a:hover{
    color: #ffffff;
    text-decoration: underline;
}

 .centralizado {
      padding: 8px;
      line-height: 20px;
      text-align: center;
      vertical-align: center;
      border-top: 1px solid #dddddd;
  }

.esquerda {
     text-align: left;
     vertical-align: center;
     padding: 10px;
 }
 .direita {
     text-align: right;
     padding: 10px;
 }

table {
    margin: auto;
    text-align: center;
    width: 100%;
    border: 1px black;
}
.negrito{
  font-weight: bolder;
}
header#cabecalho-artigo h2{
    font-size: 13pt;
    color: #cecece;
    background-color: #ffffff;
    margin: 0px;
}
header#cabecalho-artigo h3{
    font-size: 12pt;
    color: #606060;
}
table#tabelaspec{
    border: 1px solid #606060;
    border-spacing: 0px;
    margin-left: auto;
    margin-right: auto;
}
table#tabelaspec td{
    border: 1px solid #606060;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
}
aside#lateral {
    display: block;
    width: 450px;
    float: right;
    background-color: #dddddd;
    padding: 10px;
    margin-top: 10px;
    box-shadow:  2px 2px 2px rgba(0,0,0,.5);
}

aside#lateral h1 {
    font-family: 'fontelogo', sans-serif;
    font-size: 20pt;
    color: #606060;
    margin-top: 0px;
}
aside#lateral h2 {
    background-color: #606060;
    font-size: 13pt;
    color: #ffffff;
    padding: 5px;
    margin-top: 5px;
}

table#tabelaspec td.ce{
    color: #ffffff;
    background-color: #888888;
    vertical-align: top;
    font-weight: bold;
}
table#tabelaspec td.cd{
    background-color: #cecece;
}
table#tabelaspec caption{
    color: #888888;
    font-size: 13pt;
    font-weight: bolder;
}
table#tabelaspec caption span{
    display: block;
    float: right;
    color: #000000;
    font-size: 8pt;
    margin-top: 10px;
}
footer#rodape{
   border-top: 1px solid #606060;
   clear:both;
 }
footer#rodape p{
    text-align: center;
}