@charset "UTF-8";
/* Fontes */
@font-face {
  font-family: 'robotomedium';
  src: url("../fontes/roboto-medium-webfont.eot");
  src: url("../fontes/roboto-medium-webfont.eot?#iefix") format("embedded-opentype"), url("../fontes/roboto-medium-webfont.woff2") format("woff2"), url("../fontes/roboto-medium-webfont.woff") format("woff"), url("../fontes/roboto-medium-webfont.ttf") format("truetype"), url("../fontes/roboto-medium-webfont.svg#robotomedium") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Vari├íveis */
/* Layout */
.outer {
  display: table;
  position: absolute;
  width: 100%;
  height: 100%; }

.middle {
  display: table-cell;
  vertical-align: middle; }

#container {
  width: 683px;
  /*height: 487px;*/
  margin: auto; }

#aviso {
  background: url("../imagens/aviso-bg.png") no-repeat bottom right #fff;
  height: 400px;
  padding: 15px 165px 0 15px;
  margin-bottom: 2px;
  color: #fff;
  font-family: "robotomedium", arial, verdana, sans-serif; }
  #aviso h1 {
    font-size: 30px;
    /* 45px */ }
  #aviso p {
    font-size: 16px; }
  #aviso ul {
    font-size: 14px; }
  #aviso a {
    color: #fff;
    text-decoration: underline; }
  #aviso a:hover {
    color: #ccc; }

#complemento {
  background-color: #ccc;
  height: 70px;
  padding: 10px 0 0 15px; }
  #complemento img {
    margin-right: 192px;
    float: left; }
  #complemento .botao-portal {
    display: block;
    width: 268px;
    height: 45px;
    margin-top: 7px;
    border: 1px solid #666;
    color: #666;
    text-decoration: none;
    text-align: center;
    font-family: "robotomedium", arial, verdana, sans-serif;
    font-size: 18px;
    line-height: 45px;
    float: left;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
    #complemento .botao-portal:hover {
      background-color: #666;
      color: #ccc;
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      -ms-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }

address {
  padding-left: 15px;
  font-style: normal; }

/*# sourceMappingURL=estilos.css.map */
