/*CSS Tag's Informática*/

* {
  font-family:Tahoma, "Nimbus Sans L";
}

body {
	margin:0px;
	padding:0px;
	background-color:#ffffff;
	background-image:url(../images/site/bg_site.jpg);
    background-position:bottom;
	background-repeat:repeat-x;
}

img {
  border:0;
}

a {
  text-decoration:none;
}

#geral {
  width:100%;
  margin:0 auto;
  background-image:url(../images/site/fundo_geral.jpg);
  background-position:top center;
  background-repeat:no-repeat;
}

#principal {
	width:870px;
  margin:0 auto;
}

/*
 * cabecalho
 */
.cabecalho {
	width:870px;
	height:129px;
}
.logo {
  float:left;
  margin:8px 0 0 0;
}

/*
 * area restrita
 */
.arearestrita {
	float:right;
	width:199px;
  padding:1px;
  border:1px solid #bfc7dc;
  margin:9px 0 0 0;
  color:#666666;
  font-size:10pt;
  background-color:#ffffff;
}
.fundo_arearestrita {
  padding:11px 0 6px 0;
  background-image:url(../images/site/bg_area_restrita.gif);
  background-repeat:repeat-x;
  background-color:#ffffff;
}
.arearestrita form {
  margin:0;
  padding:0;
}
.arearestrita form table {
  margin:0 auto;
}
.arearestrita input {
  border:0;
  width:125px;
  height:16px;
  padding:2px;
  background-color:#d1e4f7;
}
.arearestrita input.senha {
  width:94px;
}
.arearestrita input.bt_ok {
  width:25px;
  height:24px;
  padding:0;
  background-image:url(../images/site/bt_ok.gif);
  border:0;
  cursor:pointer;
}
.arearestrita .sair {
  width:25px;
  height:24px;
  padding:0;
  background-image:url(../images/site/bt_sair.gif);
  border:0;
  cursor:pointer;
  float:right;
  margin:4px 10px 5px 0;
}
.arearestrita p {
  font-size:8pt;
  margin:0;
  padding:0;
  text-align:center;
}
.erro_login {
  color:red;
}

/*
 * Menu
 */
#menu {
	float:left;
	width:660px;
	height:32px;
	background-image:url(../images/site/bg_menu.gif);
	background-repeat:repeat-x;
  margin-top:14px;
}
.menu_esq {
  float:left;
	width:660px;
	height:32px;
	background-image:url(../images/site/menu_esq.gif);
	background-repeat:no-repeat;
  background-position:left;
}
#menu ul {
	width:650px;
	height:32px;
	float:left;
	margin:0;
  padding:0 0 0 10px;
  text-align:center;
  list-style:none;
}
#menu ul li {
	display:inline;
	font-size:13px;
	text-align:center;
	padding:0;
 	margin:0;
	float:left;
}
#menu ul li a {
  height:24px;
	color:#333c54;
  margin:0;
  padding:8px 10px 0 10px;
  float:left;
}
#menu ul li.visitado a {
  height:24px;
	color:#333c54;
  margin:0;
  padding:8px 10px 0 10px;
  float:left;
  font-weight:bold;
}
#menu ul li.linha_menu {
	width:1px;
	height:32px;
	font-size:0px;
	background-image:url(../images/site/linha_menu.gif);
	background-repeat:no-repeat;
}

/*
 * estrutura
 */
#corpo {
	width:870px;
    min-height:524px;
	padding:0 0 6px 0;
	margin:0;
	float:left;
    font-size:10pt;
    color:#666666;
}

#corpo p {
	font-size:10pt;
	padding:0 0 10px 0;
  margin:0;
  line-height:20px;
}
#corpo h3 {
	font-size:13pt;
  padding:0;
 	margin:0 0 10px 0;
	color:#012c4e;
}
#corpo h4 {
	font-size:11pt;
	margin:0 0 10px 0;
  color:#124990;
}

/*
 * areas
 */
.destaque_left {
  float:left;
  width:159px;
}

.destaque_central {
  float:left;
  width:511px;
  margin:0 0 0 7px;
  display:inline;
  border:1px solid #bfc7dc;
  background-color:#ffffff;
  background-image:url(../images/site/bg_central.gif);
	background-repeat:repeat-x;
  background-position:top;
  padding:9px 0 0 0;
}
.destaque_central table {
  background-color:#ffffff;
}
.destaque_central a {
  color:#666666;
}
.destaque_central a:hover {
  text-decoration:underline;
}

.destaque_right {
  float:right;
  width:185px;
}

/*
 * conteudo
 */
.conteudo {
  width:482px;
  margin:0 auto;
}
.conteudo a {
  color:#464646;
}
.conteudo a:hover {
  text-decoration:underline;
}

.bt_voltar {
  float:right;
  margin:10px 10px 10px 0;
}

/*
 * menu vertical
 */
.top_menu_contato {
  width:157px;
  height:9px;
  background-image:url(../images/site/top_menu_contato.gif);
  font-size:0px;
  float:left;
  margin:10px 0 0 0;

}
.base_menu_contato {
  width:157px;
  height:9px;
  background-image:url(../images/site/base_menu_contato.gif);
  font-size:0px;
  float:left;
}
.bg_menu_contato {
  width:155px;
  float:left;
  border-left:1px solid #a6b1cf;
  border-right:1px solid #a6b1cf;
  background-color:white;
}
.top_menu_consultoria {
  width:182px;
  height:9px;
  background-image:url(../images/site/top_menu_consultoria.gif);
  font-size:0px;
  float:left;
}
.base_menu_consultoria {
  width:182px;
  height:9px;
  background-image:url(../images/site/base_menu_consultoria.gif);
  font-size:0px;
  float:left;
  margin:0 0 10px 0;
}
.bg_menu_consultoria {
  width:180px;
  float:left;
  border-left:1px solid #a6b1cf;
  border-right:1px solid #a6b1cf;
  background-color:white;
}
#corpo .bg_menu_contato h4,
#corpo .bg_menu_consultoria h4 {
  text-align:center;
  color:#012c4e;
  border-bottom:1px solid #c8d3de;
  padding:0 0 9px 0;
  margin:0;
  text-transform:capitalize;
}

.menu_vertical1 {
	width:157px;
	float:left;
	padding:0;
	margin:0;
}
.menu_vertical2 {
	width:182px;
	float:left;
	padding:0;
	margin:0;
}
.menu_vertical1 ul,
.menu_vertical2 ul {
	padding:0;
	margin:0 auto;
  list-style:none;
}
.menu_vertical1 li,
.menu_vertical2 li {
	padding:0;
	margin:0;
  text-align:left;
  font-size:8pt;
}
.menu_vertical1 .ul_level_0_normal {
	width:132px;
}
.menu_vertical2 .ul_level_0_normal {
	width:152px;
}
.menu_vertical1 .li_level_0_normal,
.menu_vertical2 .li_level_0_normal {
	border-bottom:1px dashed #a6b1cf;
}
.menu_vertical1 .a_level_0_normal,
.menu_vertical2 .a_level_0_normal {
  width:132px;
	display:block;
	padding:8px 0 8px 5px;
	color:#012c4e;
  font-weight:bold;
}
.menu_vertical1 .a_level_0_normal:hover,
.menu_vertical2 .a_level_0_normal:hover {
  text-decoration:underline;
}
.menu_vertical1 .a_level_0_current,
.menu_vertical2 .a_level_0_current {
  width:132px;
	display:block;
	padding:8px 0 8px 5px;
	color:#012c4e;
  font-weight:bold;
  text-decoration:underline;
}
.menu_vertical2 .a_level_0_normal,
.menu_vertical2 .a_level_0_current {
  width:152px;
}

/*
 * Produtos
 */
.table_produtos a {
  color:#295b99;
  font-size:10pt;
}
.table_produtos a:hover {
  text-decoration:underline;
}
.table_produtos {
  margin-bottom:25px;
}
.table_produtos img {
  border:1px solid #abaaaa;
}

.box_produto {
  width:153px;
  height:174px;
  text-align:center;
  padding-top:10px;
}
.imagem_produto {
  height:144px;
}

.produto_list {
  width:145px;
  height:126px;
  text-align:center;
}

.produto_show {
  width:100%;
  float:left;
}


.none_desc {
  margin:10px 0 0 50px;
  float:left;
  width:320px;
  text-align:left;
}

.galeria_produtos {
  width:320px;
  margin:10px 0 0 0;
  float:left;
}

/*
 * Formularios
 */
#formulario { 
	font-size:10pt;
	font:bold;
	margin:10px auto;
}

#formulario label {
	font-weight:bold;
	text-align:right;
}
#formulario input { 
	border:0;
	width:259px;
	height:14px;
	font-size:9pt;
	padding:2px;
  background-color:#d1e4f7;
}
#formulario input.fone { 
	width:231px;
}
#formulario input.ddd { 
	width:20px;
}
#formulario input.cidade { 
	width:193px;
}
#formulario select { 
	border:0;
	height:20px;
	font-size:9pt;
	padding:2px;
  background-color:#d1e4f7;
}
#formulario textarea { 
	border:0;
	width:259px;
	height:104px;
	font-size:9pt;
	padding:2px;
  background-color:#d1e4f7;
}
#formulario .limpar {
	width:63px;
	height:21px;
	border:0;
	cursor:pointer;
	padding:0px;
	margin:5px 5px 0px 0px;
	background-image:url(../images/site/bt_limpar.gif);
}
#formulario .enviar {
	width:63px;
	height:21px;
	border:0;
	cursor:pointer;
	padding:0px;
	margin:5px 5px 0px 0px;
	background-image:url(../images/site/bt_enviar.gif);
}

.label_erro {
	color:red;
}

/*
 * rodape
 */
#rodape {
  width:100%;
  background-color:#ffffff;
  clear:both;
  margin-top:28px;  
}

#rodape address {
  font-size:9pt;
  font-style:normal;
  color:#555f75;
  padding:10px 0 10px 0;
  text-align:center;

}

.assinatura {
  font-size:10pt;
  width:100%;
}
.assinatura a {
  float:right;
  text-align:right;
  margin:5px 10px 5px 0;
  padding:0;
  color:#555f75;
}
.assinatura a:hover {
  text-decoration:underline;
}

/*
 * lightbox galeria show
 */
.lb_slideshow {
  font-size:10pt;
  color:#295b99;
}
.lb_slideshow img {
  border:1px solid #abaaaa;
}

/*
 * localizacao
 */
.mapa_localizacao {
  width:430px;
  margin:20px auto;
}

.ampliar {
  width:177px;
  font-size:11px;
  background-image:url(../images/site/ampliar.gif);
  background-repeat:no-repeat;
  background-position:left;
  padding-left:20px;
  float:left;
  margin-top:10px;
  text-align:left;
  color:#555454;
}

/*
 * Paginação
 */
.paginacao {
	margin:13px auto;
} 
.paginacao a {
  width:15px;
  height:19px;
	color:#8d8b8b;
	text-decoration:none;
  text-align:center;
  padding-top:5px;
  font-size:11px;
  float:left;
  font-weight:bold;
  background-color:#ffffff;
}
.paginacao a:hover {
	background-color:#bababa;
  color:#ffffff;
}
.paginacao a.img {
  width:6px;
  height:12px;
  font-size:0px;
  padding:0 3px 0 3px;
  background:none;
}
.paginacao a.img:hover {
  background:none;
}
.paginacao strong {
  width:15px;
  height:19px;
	color:#8d8b8b;
	text-decoration:none;
  text-align:center;
  padding-top:5px;
  font-size:11px;
  float:left;
  background-color:#bababa;
  color:#ffffff;
}
