body {
  margin:0;
  padding:0;
  font-family:Verdana, Geneva, sans-serif;
  font-size:12px;
  background-image:url(../img/bg.jpg);
  background-repeat:no-repeat;
  background-position:top center;
}

#menu {
  width:770px;
  height:109px;
  margin:0 auto;
}

#conteudo {
  width:770px;
  margin:0 auto;
}

#quadros_home {
  width:770px;
  height:180px;
  position:relative;
  top:-35px;
}

#quadro_home_esq {
  float:left;
  width:363px;
  height:178px;
  background-image:url(../img/div_conheca_microbell.jpg);
  background-repeat:no-repeat;
}

#texto_esq {
  float:right;
  width:145px;
  padding:40px 10px 0 0;
  text-align:right;
  font-size:12px;
}

#texto_esq a {
  color:#000;
}

#texto_esq a:hover {
  text-decoration:underline;
}

#quadro_home_dir {
  float:right;
  width:363px;
  height:178px;
  background-image:url(../img/div_conheca_produtos.jpg);
  background-repeat:no-repeat;
}

#texto_dir {
  float:left;
  width:130px;
  padding:40px 0 0 10px;
  text-align:left;
  font-size:12px;
}

#texto_dir a {
  color:#000;
}

#texto_dir a:hover {
  text-decoration:underline;
}

#rodape {
  width:100%;
  height:135px;
  margin:0 auto;
  background-image:url(../img/bg_rodape.jpg);
  background-repeat:no-repeat;
  background-position:center;
}

#rodape_dentro {
  width:398px;
  height:135px;
  margin:0 auto;
  font-size:11px;
  background-image:url(../img/bg_meio_rodape.jpg);
  background-repeat:no-repeat;
  background-position:center;
}

#rodape_texto {
  text-align:center;
  padding-top:78px;
}

/* Institucional */

#quadro_institucional {
  width:750px;
  min-height:400px;
  padding:80px 10px 10px 10px;
  text-align:justify;
  background-color:#fff;
  background-image:url(../img/tit_institucional.jpg);
  background-repeat:no-repeat;
  background-position:top center;
}

#quadro_institucional p {
  margin-bottom:10px;
}

#quadro_institucional ul {
  list-style-type:disc;
  margin:0 0 10px 20px;
}

#quadro_empresa {
  position:relative;
  display:inline;
  float:right;
  width:205px;
  margin:0 10px 10px 20px;
}

/* FIM Institucional */

/* Produtos */

#quadro_produtos {
  width:750px;
  min-height:400px;
  padding:80px 10px 10px 10px;
  text-align:justify;
  background-color:#fff;
  background-image:url(../img/tit_produtos.jpg);
  background-repeat:no-repeat;
  background-position:top center;
}

.produto {
  width:730px;
  margin:10px auto;
  border-bottom:1px dashed #000;
}

.thumb_produto {
  float:left;
  width:250px;
  height:150px;
  text-align:center;
}

.desc_produto {
  float:left;
  width:470px;
  text-align:justify;
}

/* FIM Produtos */

/* Contato */

#quadro_contato {
  width:730px;
  min-height:400px;
  padding:80px 20px 10px 20px;
  text-align:justify;
  background-color:#fff;
  background-image:url(../img/tit_contato.jpg);
  background-repeat:no-repeat;
  background-position:top center;
}

.campo_contato {
  width:350px;
  background-color:#e6e7e9;
}

.campo_contato {
  width:350px;
  background-color:#e6e7e9;
  border:0;
}

.texto_contato {
  width:350px;
  background-color:#e6e7e9;
  border:0;
}

#ul_contato li {
  margin:5px;
}

#bot_enviar_contato {
  border:0;
  cursor:pointer;
  margin-left:300px;
}

#quadro_form {
  position:relative;
  display:inline;
  float:left;
  width:370px;
}

#quadro_local {
  position:relative;
  display:inline;
  float:right;
  width:350px;
  text-align:right;
}

.azul {
  font-weight:bolder;
  color:#0065bf;
}

/* FIM Contato */


