@charset "UTF-8";

/* Fundo da Pagina */
body{
  width: 100%;
  height: 100%;
  background-color: lightgray;
  font-style: arial;
}

/* Cabeçalho */
div#cabecalho{
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100px;
  background-color: #222;
  border-bottom-style: solid;
  border-bottom-color: gray;
  box-shadow: 0px 0px 0px 1px #222;
}

/* Logotipo Axon Brasil */
.out_01{
  position: relative;
  width: auto;
  height: auto;
  left: 1%;
  top: -35px;
}

/* Rodape */
div#rodape{
  position: absolute;
  top: 120%;
  left: 0%;
  width: 100%;
  height: 23.6%;
  background-color: #222;
  border-bottom-style: 20px solid;
  border-bottom-color: red;
}

/* Logotipo Axon Brasil Branco Rodape */
.out_02{
  position: relative;
  left: 1%;
  height: 100%;
  width: 98%;
}

div#aviso{
  position: absolute;
  top: 20%;
  left: 18%;
  width: 50%;
  height: 60%;
}

/* Escrita */
h1{
  position: absolute;
  left: 20%;
}
