@import url("user_menu.css");
@import url("mural.css");
@import url("sessao_fotos.css");
@import url("blog.css");

/*[webpath]http://192.168.0.1/estilos/geral.css*/
/*---------------
----- GERAL -----
---------------*/
* {
  font-family: Verdana, Arial, sans-serif;
}
a {
  text-decoration: none;
}
img {
  border: none;
}
BODY {
  margin: 0px;
  text-align: center;
}
#pedido-container {
  width: 970px;
  height: 500px;
  border-top: 5px solid red;
  border-left: 5px solid red;
  border-bottom: 5px solid red;
  margin-left: 0px;
  margin-bottom: 0px;
  padding: 0px;
}
#pedido-container .pedido-pesq-tabela {
  float: left; 
  width: 650px;
  height: 490px;
  margin-left: 0px;
  margin-bottom: 0px;
  padding: 0px;
}
#pedido-container .pedido-topoPedido-carrinho {
  float: left;
  width: 300px;
  height: 485px;
  border: 10px solid red;
  margin-left: 0px;
  margin-bottom: 0px;
  padding: 0px;
}
#pagina {
  width: 999px;
  margin: 0px auto;
  text-align: left;
}
#obrig {
  color: #A20D0D;
}
#portal-cliente {
  width: 980px;
  margin-left: 10px;
  margin-bottom: 20px;
  padding: 0px;
}
#portal-cliente .coluna-p {
  width: 225px;
  height: auto;
  margin-bottom: 20px;
  float: left;
}
#portal-cliente .coluna-g {
  width: 450px;
  height: auto;
  margin-bottom: 20px;
  float: left;
}
#portal-cliente .espaco-coluna {
  width: 20px;
  float: left;
}
#aplicacoes {
  width: 999px;
  margin: 0px;
  padding: 0px;
}
#esquerda {
  float: left;
  width: 180px;
  margin: 0px;
  padding: 0px;
  xborder: 1px dotted red;
}
#direita {
  float: left; 
  width: 815px;
  margin: 0px;
  padding: 0px;
  xborder: 1px dotted green;
}
.sbilinks li a:hover
{ height: 16px;
  text-decoration: none; 
  width: 188px;
} 
/*---------------
--- CABECALHO ---
---------------*/
#cabecalho {
  width: 999px;
  height: 120px;
  margin: 0px;
}
#cabecalho .topo {
  width: 999px;
  height: 75px;
  background-image: url(../imagens/cabecalho.jpg);
  background-repeat: no-repeat;
}
#cabecalho .topo .logo {
  float: left;
  width: 160px;
  height: 75px;
  text-align: center;
}
#cabecalho .logo IMG {
  margin-top: 15px;
  border: 0px;
}
#cabecalho .topo .busca-produto {
  float: right;
  width: 220px;
  height: 75px;
  margin: 0px;
  padding: 0px;
}
#cabecalho .topo .compra-produto {
  float: right;
  width: 370px;
  height: 75px;
  margin: 0px;
  padding: 0px;
}
#cabecalho UL {
  margin: 5px 0px 0px 0px;
  padding: 0px;
}
#cabecalho LI {
  list-style-type: none;
  margin: 0px 0px 3px 0px;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 8pt;
  color: #333;
}
#cabecalho A {
  text-decoration: none;
  color: #333;
}
#cabecalho LI.link {
  position: relative;
  margin: 2px 0px 0px 1px;
  font-size: 7pt;
}
#cabecalho FORM {
  margin: 0px;
  padding: 0px;
}
#cabecalho INPUT, #cabecalho SELECT {
  width: 150px;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 8pt;
  color: #333;
  border: 1px solid #BBB;
}
#cabecalho .botao {
  width: auto;
  height: 17px;
  color: #EEE;
  background-color: #A7A9AC;
  border: 1px outset #C6C8CA;
}
#cabecalho .menu {
  width: 999px;
  height: 23px;
  margin: 0px;
  padding-top: 5px;
  background-color: #414141;
}
#cabecalho .menu UL {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
#cabecalho .menu LI {
  display: inline;
  position: relative;
  top: 2px;
  margin: 0px 0px 0px 20px;
  padding: 0px 0px 0px 25px;
  color: #FFF;
  background-image: url('../imagens/menu_div.gif');
  background-repeat: no-repeat;
  background-position: 0px 1px;
}
#cabecalho .menu LI A {
  color: #FFF;
}
#cabecalho .menu LI A:hover {
  color: #DDD;
}
#cabecalho .menu LI.texto {
  margin-left: 140px;
  text-align: right;
  background-image: none;
}
#cabecalho .menu LI.texto STRONG {
  font-weight: bold;
}
/*---------------
---- CORPO ----
---------------*/
#corpo {
  width: 943px;
  height: 358px;
  margin: 0px 29px 10px 28px;
  padding: 0;
  clear: both;
}
#corpo UL {
  width: 264px;
  height: 358px;
  xwidth: 284px;
  xheight: 380px;
  margin: 0 0 0 auto;
  padding: 0;
}
#corpo LI {
  list-style-type: none;
  float: right;
  width: 264px;
  height: 82px;
  margin: 0 0 9px 0;
  padding: 0;
  background-color: transparent;
}
#corpo A.quadro {
  display: block;
  width: 264px;
  height: 82px;
  xwidth: 284px;
  xheight: 91px;
  padding: 0px;
  margin: 0px;
  background-color: #BBB;
  text-decoration: none;
  filter: alpha(opacity=50);
  opacity: 0.7;
}
#corpo A.quadro:hover {
  display: block;
  width: 264px;
  height: 82px;
  padding: 0;
  margin: 0;
  background-color: #A69700;
  text-decoration: none;
  filter: alpha(opacity=100);
  opacity: 1;
  cursor: pointer;
}
#corpo LI .imagem {
  width: 72px;
  height: 72px;
  margin: 5px;
  -margin-left: 3px;
  padding: 0;
  float: left;
  background-color: transparent;
}
#corpo IMG {
  border: 0;
  margin: 0;
  padding: 0;
}
#corpo LI .texto {
  width: 170px;
  height: 68px;
  margin: 5px 0;
  padding: 0;
  float: left;
  background-color: transparent;
}
#corpo LI .texto P {
  font-size: 8pt;
  color: #FFF;
  margin: 0;
}
#corpo LI .texto P.titulo {
  font-size: 10pt;
  font-weight: bold;
  margin: 0;
}
/*---------------
--- CORPO 2 ---
---------------*/
#corpo2 {
  width: 710px;
  height: auto;
  margin: 0px auto 30px;
  padding: 0px;
}
#corpo2 .titulo {
  color: #646F53;   
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: normal;
}
#corpo2 .imagem {
  float: left;
  width: 565px;
  margin: 20px 0px;
  padding: 0px;
}

#corpo2 .conteudo {
  float:left;
  width: 500px;
  overflow:hidden;
}

#corpo2 .texto1, #corpo2 .texto2 {
  float: left;
  width: 250px;
  xwidth: 260px;
  margin: 0;
  padding: 0;
  text-align: justify;
  font-size: 10pt;
  font-weight: normal;
  color: #333;
}
#corpo2 .texto1 {
  margin-right: 15px;
}
#corpo2 .texto2 {
  width: 235px;
}
.texto3 {
  float: left;
  width: 500px;
  xwidth: 555px;
  margin: 25px 0 15px 0;
  padding: 0;
  font-size: 10pt;
  text-align: justify;
  color: #333;
}
.texto3 P {
  margin: 0px 0px 10px 0px;
}
.texto3 P.titulo {
  margin: 0px;
  font-weight: bold;
}
.texto3 .imagem {
  float: left;
  width: 540px;
  margin: 0px 0px 10px;
  padding: 0px;
}
#corpo2 .iframe {
  float: left;
  width: 565px;
  height: 500px;
  margin: 20px 0px;
  padding: 0px;
  border-style: none;
}
#corpo2 .texto1 UL, #corpo2 .texto2 UL, .texto3 UL {
  margin: 0px;
  padding: 0px;
}
#corpo2 .texto1 LI, #corpo2 .texto2 LI, .texto3 LI {
  list-style-position: inside;
  margin: 0px;
  padding: 0px;
  font-weight: bold;
}
#corpo2 .texto1 UL P, #corpo2 .texto2 UL P, .texto3 UL P {
  margin: 0px 0px 10px;
  padding: 0px;
  font-weight: normal;
}
#corpo2 .submenu1, #corpo2 .submenu2 {
  float: left;
  clear: none;
  width: 130px;
  height: auto;
  margin: 20px 0 20px 15px;
  padding: 0;
  font-size: 8pt;
  border-left: 1px solid #A7A9AC;
}
#corpo2 .submenu2 {
  width: 130px;
  border: 0px;
}
#corpo2 .submenu1 P, #corpo2 .submenu2 P {
  margin: 0px 0px 10px 7px;
  padding: 0px;
}
#corpo2 .submenu1 P A, #corpo2 .submenu2 P A {
  text-decoration: none;
  color: #000;
}
#corpo2 .submenu1 UL, #corpo2 .submenu2 UL {
  margin: 0px 0px 30px;
  padding: 0px;
}
#corpo2 .submenu1 LI, #corpo2 .submenu2 LI {
  /*cclist-style-position: inside*/
  list-style-type: none;
  margin: 0 0 15px 10px;
}
#corpo2 .submenu1 LI A, #corpo2 .submenu2 LI A {
  text-decoration: none;
  color: #000;
}

/*---------------
--- RODAPE ----
---------------*/
#rodape {
  clear: both;
  width: 942px;
  height: 155px;
  margin: 0px 29px 5px 28px;
  padding: 0px;
}
#rodape .barra {
  width: 942px;
  height: 20px;
  margin: 0px 0px 5px 0px;
  padding: 0px;
}
#rodape .barra UL {
  margin: 0px;
  padding: 0px;
}
#rodape .barra LI {
  list-style-type: none;
  float: left;
  height: 20px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 8pt;
}
#rodape .barra LI.tipo1 {
  width: 314px;
  margin: 0px;
  padding: 0px;
  color: #FFF;
  background-color: #414141;
}
#rodape .barra LI.tipo2 {
  width: 628px;
  margin: 0px;
  padding: 0px;
  color: #000;
  background-color: #C6C8CA;
}
#rodape .barra .titulo {
  position: relative;
  top: 3px;
  left: 20px;
}

/*---------------
--- QUADRO ----
---------------*/

#quadro {
  float: left;
}
#quadro UL {
  margin: 0px;
  padding: 0px;
}
#quadro LI {
  list-style-type: none;
  width: 155px;
  margin: 0px 0px 10px;
  padding: 0px;
}
#quadro LI P {
  margin: 0px 0px 0px 15px;
  padding: 0px;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 8pt;
  color: #666;
}
#quadro LI P.titulo {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  color: #777;
}
#quadro LI A {
  color: #678444;
}
#quadro .leiaMais {
  text-decoration: underline;
  color: #638642;
}
/*---------------
-- ENDERECO ---
---------------*/
#endereco {
  clear: both;
  width: 960px;
  height: 50px;
  margin: 0px auto 0px auto;
  border-top: 2px solid #000;
}
#endereco .texto {
  margin: 5px 0px;
  text-align: center;
}
#endereco .texto P {
  margin: 6px 0px 2px 0px;
  font-family: Tahoma, Arial, sans-serif;
  font-size: xx-small;
  color: #646464;
}
#endereco .texto img {
  margin: 4px;
}
