/* This beautiful CSS-File has been crafted with LESS (lesscss.org) and compiled by simpLESS (wearekiss.com/simpless) */
/* =============================================================================
   DEFINIÇÃO DE PADRÕES (LESS)
   ========================================================================== */
/* ============================== */
/* ! DEFINIÇÕES GERAIS DE LAYOUT   */
/* ============================== */
/* LARGURA DO SITE */
.area {
  width: 1024px;
  margin: 0 auto;
  height: 400px;
  overflow-y: hidden;
  overflow-x: scroll;
}
.linha {
  margin: 0 auto;
  font-size: 1.3em;
}
.linha_c {
  width: 1024px;
  margin: 0 auto;
  font-size: 1.3em;
}
.bloco {
  background-color: transparent;
  position: relative;
  width: 1024px;
}
img, object, embed {
  max-width: 100%;
}
img {
  height: auto;
}
/* IE 6 */
.ie6 .linha {
  width: 1024px;
  margin: 0 auto;
}
.ie6 #jq_ez_bg {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  z-index: -1000 !important;
}
.ie6 #jq_ez_bg img {
  width: 100% !important;
}
#jq_ez_bg img {
  max-width: none !important;
}
/* ============================== */
/* ! CSS GERAL   */
/* ============================== */
body {
  font-family: 'ChampagneLimousinesBold', sans-serif;
  color: #ffffff;
  font-size: 10px;
  min-height: 620px;
}
body a {
  color: #ffffff;
  text-decoration: none;
}
body img {
  max-width: 100%;
}
#rodape-wm {
  display: inline;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 10px;
  text-decoration: none;
  font-weight: bold;
}
/* TOPO */
#topo {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  height: 85px;
}
#topo .contato_topo {
  margin-top: 30px;
}
#topo .contato_topo li {
  background-image: url('../imagens/topo_cont_li.jpg');
  margin: 0px 0px 0px 20px;
  padding: 0px 0px 0px 10px;
  border-right: 1px solid #BEBEBE;
  border-left: 1px solid #BEBEBE;
  color: #006699;
  font-size: 1.2em;
  font-weight: bold;
}
#topo .contato_topo li a {
  color: #006699;
}
#topo .contato_topo li span {
  background-repeat: no-repeat;
  background-position: left;
  padding: 0px 20px 0px 45px;
  display: block;
  line-height: 40px;
}
#topo .contato_topo li span.tel_ico {
  background-image: url('../imagens/tel_ico.jpg');
}
#topo .contato_topo li span.mail_ico {
  background-image: url('../imagens/mail_ico.jpg');
}
/* GERAL */
#geral {
  position: absolute;
  top: 25%;
  /*margin-top: -@alturaConteudo/2;*/

}
#geral .linha {
  position: absolute;
}
.setas {
  width: 1024px;
  margin: 0 auto;
  height: 400px;
}
.setas .sleft, .setas .sright {
  position: absolute;
  z-index: 9999;
  background-image: url('../imagens/seta_sprite.png');
  background-repeat: no-repeat;
  width: 37px;
  height: 71px;
  text-indent: -999999em;
  top: 164.5px;
  cursor: pointer;
}
.setas .sleft {
  background-position: 0px 0px;
  left: -37px;
}
.setas .sright {
  background-position: -37px 0px;
  right: -37px;
}
.setas .jspHorizontalBar {
  height: 10px;
  border: 1px solid #ffffff;
}
.setas .jspHorizontalBar .jspTrack {
  background-color: #666;
}
.setas .jspHorizontalBar .jspDrag {
  background-color: #006699;
}
/* CONTEÚDOS */
.conteudo_internas {
  background-image: url('../imagens/conteudo_fundo.png');
  background-color: transparent;
  border: 1px solid #333;
  padding: 15px;
  height: 346px;
  color: #ffffff;
}
.conteudo_internas .pg {
  font-size: 1.9em;
}
.conteudo_internas h3, .conteudo_internas h4 {
  margin-bottom: 10px;
  font-size: 1.5em;
  color: #ffff00;
}
.conteudo_internas ul.lista_p {
  background-image: url('../imagens/lista_p_f.jpg');
  background-repeat: repeat-x;
  background-color: #ffffff;
  padding: 5px 10px;
  width: auto;
  border-left: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}
.conteudo_internas ul.lista_p li {
  background-image: url('../imagens/lista_p_ico.png');
  background-repeat: no-repeat;
  background-position: left;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 1.3em;
  line-height: 25px;
  color: #666;
}
.conteudo_internas .tam330 {
  width: 330px;
}
.conteudo_internas .tamtotal {
  width: 100%;
}
/* HOME */
.texto p {
  font-size: 1.6em;
  margin-bottom: 20px;
}
.texto img {
  border: 5px solid #ffffff;
}
.texto_home {
  width: 690px;
  margin-right: 20px;
}
.home_img img {
  border: 5px solid #ffffff;
}
/* 	QUALIDADE */
.ie7 p, .ie6 p {
  margin-bottom: 5px;
}
/* SERVIÇOS */
#servicos .servicos_c {
  width: 100%;
}
#servicos .servicos_c ul.lista_p li {
  width: 45%;
  padding-left: 5%;
}
/* EQUIPAMENTOS */
#equipamentos .equip_c {
  width: 100%;
  display: table;
}
#equipamentos ul.lista_p {
  width: 100%;
}
#equipamentos ul.lista_p li {
  width: 95%;
  padding-left: 5%;
  background-position: 0px 7px;
}
#equipamentos .abs {
  position: absolute;
  top: -50px;
  right: 25px;
}
#equipamentos ul.equi_img {
  width: 550px;
}
#equipamentos ul.equi_img li {
  display: inline;
  margin-bottom: 10px;
}
#equipamentos ul.equi_img li img {
  border: 5px solid #ffffff;
}
/* ESTRUTURA */
#estrutura ul {
  margin-top: 30px;
}
#estrutura .est_im {
  margin: 0 90px;
}
#estrutura img {
  border: 5px solid #ffffff;
}
/* EQUIPE */
#equipe .lista_p {
  width: 960px;
}
#equipe .lista_p li.col {
  margin-right: 10px;
  width: 313px;
  background-image: none;
  margin-bottom: 0;
  font-weight: normal;
  font-size: 1em;
  line-height: auto;
}
#equipe .lista_p li.col ul {
  display: table;
}
#equipe .lista_p li.col ul li {
  margin-bottom: 0;
  padding-left: 20px;
}
#equipe .conteudo_internas {
  position: relative;
}
#equipe .conteudo_internas .lista_p {
  position: absolute;
  top: 180px;
  left: 20px;
}
/* RODAPÉ */
#rodape {
  color: #333;
  position: fixed;
  bottom: 0;
  background-color: #ffffff;
  width: 100%;
  height: 40px;
  font-size: 1.2em;
}
#rodape address span {
  color: #006699;
}
#rodape .rodape_contatos {
  margin-left: 100px;
}
#rodape .wm {
  margin-top: 15px;
}
