@import url(reset.css);
@import url(960.css);
@import url(text.css);
@import url(cabecalho.css);
@import url(conteudo.css);
@import url(menu.css);
@import url(rodape.css);
@import url(form.css);
@import url(tabela.css);
@import url(destaque.css);

body {
  background: url(../img/bg.jpg) repeat-x top #FFFFFF;
}

#corpo {
  background: url(../img/corpo-bg.gif) no-repeat top;
}


#principal {
  padding: 50px 0 0 0;
  background: url(../img/principal.jpg) no-repeat top #FFFFFF;
}


#fundo_conteudo {
  background-color: #EFEDED;
  padding: 30px 0 0 0;
  border-bottom: 1px solid #000000;
}

#conteudo2 h3 a {
  color: #000000;
  text-decoration: none;
  font-size: 0.8em;
}

#conteudo2 h3 a:hover {
  text-decoration: underline;
  color: #9A1E19;
}


#conteudo2 p a {
  color: #5F5E5E;
  text-decoration: none;
}

#conteudo2 p a:hover {
  color: #931C17;
  text-decoration: underline;
}

/*Biblioteca*/

#biblioteca_c {
  background: url(../img/barra-conteudo2.gif) no-repeat bottom;
  margin-bottom: 20px;
  padding: 0 0 20px 0;
}


#biblioteca_c span.img {
  background: url(../img/bullet-biblioteca.jpg) no-repeat;
  display: block;
  width: 60px;
  height: 37px;
}

/*Logística*/

#logistica_c {
  background: url(../img/barra-conteudo2.gif) no-repeat bottom right;
  margin-bottom: 20px;
  padding: 0 0 20px 0;
}


#logistica_c span.img {
  background: url(../img/bullet-logistica.jpg) no-repeat;
  display: block;
  width: 60px;
  height: 37px;
}

/*Cliente*/

#cliente_c {
  background: url(../img/barra-conteudo2.gif) no-repeat bottom right;
  margin-bottom: 20px;
  padding: 0 0 20px 0;
}


#cliente_c span.img {
  background: url(../img/bullet-cliente.jpg) no-repeat;
  display: block;
  width: 60px;
  height: 37px;
}

/*Galeria*/

#galeria_c {
  background: url(../img/barra-conteudo2.gif) no-repeat bottom right;
  margin-bottom: 20px;
  padding: 0 0 20px 0;
}


#galeria_c span.img {
  background: url(../img/bullet-galeria.jpg) no-repeat;
  display: block;
  width: 60px;
  height: 37px;
}

/*Trabalhe conosco*/

#trabalhe_c {
  margin-bottom: 20px;
  padding: 0 0 20px 0;
}


#trabalhe_c span.img {
  background: url(../img/bullet-trabalhe.jpg) no-repeat;
  display: block;
  width: 60px;
  height: 37px;
}

/*Parceiros*/

#parceiro_c {
  margin-bottom: 20px;
  padding: 0 0 20px 0;
}


#parceiro_c span.img {
  background: url(../img/bullet-parceiro.jpg) no-repeat;
  display: block;
  width: 60px;
  height: 37px;
}

/*Empresa*/

#sobre {
  background: url(../img/barra-conteudo2.gif) no-repeat bottom right;
  margin-bottom: 20px;
  padding: 0 0 10px 0;
}

#sobre span.img {
  background: url(../img/bullet-empresa.jpg) no-repeat;
  display: block;
  width: 60px;
  height: 42px;
}


/*Informativo*/

#informativo2 {
  background-color: #DDD9D9;
  padding: 5px;
  width: 288px;
  border: 1px solid #C4BDBD;
  margin-bottom: 20px;
}

#informativo2 label {
  margin-bottom: 5px;
  float: left;
  width: 100%;
}

#informativo2 input.menor {
  width: 96%;
  border: 1px solid #BCB4B4;
  padding: 3px 5px;
  clear: both;
}

#informativo2 input.menor:hover, #informativo2 input.menor:focus {
  border: 1px solid #AE1F23;
}

#informativo2 input.radio {
  margin:0 5px 0 20px;
  width: 20px;
}


#informativo2 input.botao {
  background: url(../img/botao-info.jpg) no-repeat;
  color: #AAAAAA;
  padding: 6px 19px;
  cursor: pointer;
}

#informativo2 input.botao:hover {
  color: #FFFFFF;
}



