/* destaques */
.fundo_destaques{width: 1153px; height:auto; margin: 0 auto; margin-top: 15px; min-height:540px;  }
.alinha_destaques{width:1114px; height:auto; margin: 0 auto; float:left;  }

.produto_capa{width: 236px; height: 283px; background-color: #FFF; float:left; margin: 14px; border-radius:3px; box-shadow: 0 1px 2px rgba(0,0,0,0.15); transition: box-shadow 0.3s ease-in-out:}
.produto_capa:hover{box-shadow: 0 5px 15px rgba(0,0,0,0.3); transition: box-shadow 0.3s ease-in-out; }
.img_produto_capa{width:208px; height:149px; margin:0 auto; padding-top:15px;margin-bottom:5px;}
.legenda_produto{text-align:center; margin-bottom:5px; min-height:65px; }
.legenda_produto p {margin:2px; font-size:14px; font-family: "Trebuchet MS", Arial;   }
.botao_orcamento{width:208px; height:26px; margin:0 auto; background-color: #1469ab; margin-bottom:5px; color:#fff; font-size:13px; font-family: "Trebuchet MS", Arial; text-align:center; line-height:26px; vertical-align: middle; border-radius:3px}
.botao_orcamento:link{text-decoration: none;}
.botao_orcamento:hover{background-color: #2e4462; }

/* botoes de baixo */
.fundo_botoes_rodape{width: 1143px; height:auto; margin: 0 auto; margin-top: 15px;  }
.alinha_botoes_rodape{width:1114px; height:auto; margin: 0 auto; float:left; margin:8px  }
.ajeitaEnviamos{float:left}
.ajeitaParceiros{float:left; width:525px; height:74px; background-color:#fff; margin-left:15px; text-align:center; font-family: "Trebuchet MS", Arial; font-size:12px; color:#000; font-weight:bold; }
.ajeitaParceiros p{margin-top:19px; padding-bottom:0; line-height:0}
.ajeitaLogoParceiros{float:left; margin-left:16px;}
.alinhouLogos{width:460px; margin:0 auto; clear:both; height:30px; }


#imgCinza {
-webkit-filter: grayscale(100%);
   -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
     -o-filter: grayscale(100%);
filter: grayscale(100%);
}

#imgCinza:hover {
-webkit-filter: grayscale(0);
   -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
     -o-filter: grayscale(0);
filter: grayscale(0);
}