
body{
  font: 15px/1.5 Arial, Helvetica, Sans-Serif;
  padding:0;
  margin:0;
  background-color: #f4f4f1;
}

/*Público*/
.contentor{
  width: 80%;
  margin: auto;
  overflow: hidden;
}

.comando_1{
  height: 38px;
  background: #e8491d;
  border=none;
  padding-left: 20px;
  padding-right: 20px;
  color: #ffffff;
}

.escuro{
  padding: 15px;
  color: #ffffff;
  background: #35424a;
  margin-top: 5px;
  margin-bottom: 5px;
}

/* Cabeçalho */
header{
  background-color: #35424a;
  color: #ffffff;
  padding: 30px;
  min-height: 70px;
  border-bottom: #e8491d 3px solid;
}

header a{
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
}

header li{
  float: left;
  display: inline;
  padding: 0 20px 0 20px;
}

header #logo{
  float: left;
}

header #logo h1{
  color: #e8491d;
}

header nav{
  float: right;
  margin-top: 10px;
}

header .focus, header .corrente a{
  color: #e8491d;
  font-weight: bold;
}

header a:hover{
  color: #cccccc;
  font-weight: bold;
}

#noticias button{
  display: block;
  width: 100%;
}

/*Principal*/
#inicio{
  min-height: 500xp;
  background: url('../img/fundo.jpg') no-repeat 0 -100px;
  text-align: center;
  color: #ffffff;
}

#inicio h1{
  margin-top: 100px;
  font-size: 55px;
  margin-bottom: 10px;
}

#inicio p{
  font-size: 15px;
}

/*notícias*/
#noticias{
  padding: 15px;
  color: =#ffffff;
  background: #35424a;
}

#noticias h1{
  float: left;
  color: #ffffff;
}

#noticias form{
  float: right;
  margin-top: 15px;
}

#noticias input[type="email"]{
  padding: 4px;
  height: 25px;
  width: 250px;
}

/* caixas */

#caixas{
  margin-top: 20px;
}

#caixas .caixa{
  float: left;
  width: 30%;
  padding: 10px;
  text-align: center;
}

#caixas .caixa img{
  width: 200px;
}

/*barra lateral*/
#barra-lateral {
  width: 30%;
  float: right;
  margin-top: 20px;
}
/*contatos*/

#coluna-principal{
  float: left;
  width: 65%;
  margin-top: 20px;
}

/*Serviços*/

/*barra lateral*/
#barra-lateral-servicos {
  width: 65%;
  float: right;
  margin-top: 20px;
}
/*contatos*/

#coluna-principal-servicos{
  float: left;
  width: 30%;
  margin-top: 20px;
}

/*media*/
@media (max-width: 708px) {
    header#logo,
    header nav,
    header nav li,
    #noticias H1,
    #noticias form,
    #caixas .caixa,
    article#coluna-principal,
    aside#barra-lateral,
    article#coluna-principal-servicos,
    aside#barra-lateral-servicos{
        float: none;
        text-align: center;
        width: 100%;
    }
}

#principal h1{
  margin-top: 20px;
}

header {
  padding-bottom: 20px;
}
/*rodapé*/

footer{
  color: #ffffff;
  background-color: #e8491d;
  padding: 20px;
  margin-top: 20px;
  text-align: center;
}
