/* CSS Alumaq */

/*FUNDO*/

* {
	margin: 0;
	padding: 0;
}

/*alinhar O site ao centro*/
.centro {margin: 0 auto; text-align: center;}

html {margin:0 auto; text-align:center; background:url(imagens/fundo_site.jpg) repeat-x top;}
body {margin:0 auto; text-align: center;
	background: url(imagens/fundo_topo.jpg) no-repeat top center;
}

/*TOPO*/

/*fundo do menu*/
.bg_menu {
	background: url(imagens/bg_menu.jpg) no-repeat;
	width:775px; height:34px;
}

/*fundo do submenu (noticias)*/
.bg_submenu {
	background: url(imagens/bg_submenu.gif) no-repeat;
	width:140px; height:60px;
}

/*fundo do submenu (assistencia tecnica)*/
.bg_submenu_gr {
	background: url(imagens/bg_submenu_gr.gif) no-repeat;
	width:210px; height:60px;
}

/*fundo do breadcumps*/
.bg_breadcumps {
	background: url(imagens/bg_breadcumps.jpg) no-repeat;
	width:550px; height:33px;
}

/*fundo da area restrita*/
.bg_area_restrita {
	background: url(imagens/bg_area_restrita.jpg) no-repeat;
	width:225px; height:252px;
}

/*CONTEUDO*/

/*fundo do produto*/
.fundo_produto {
	background: url(imagens/bg_produtos.jpg) no-repeat;
	width:262px; height:141px;
}

/*fundo dos produtos (categorias)*/
.bg_categorias {
	background: url(imagens/img_produto_meio.jpg) repeat-y;
	width:220px;
}

/*fundo de noticias*/
.bg_noticias {
	background: url(imagens/bg_noticias.jpg) no-repeat;
	width:277px; height:197px;
}

/*fundo dos 5 mais vendidos*/
.bg_mais_vendidos {
	background: url(imagens/bg_noticias.jpg) no-repeat;
	width:278px; height:197px;
}

/*fundo da newsletter*/
.bg_newsletter {
	background: url(imagens/bg_newsletter.jpg) no-repeat;
	width:174px; height:96px;
}

/*RODAPE*/

/*fundo do rodape*/
.fundo_rodape {
	background: url(imagens/fundo_rodape.jpg) repeat-x bottom;
	width:100%;
}

/*FONTES*/

/*texto titulo*/
.texto_titulo {
	font-family:arial; font-size:16px; color:#000000; font-weight:bold;
}

/*texto para o titulo*/
.texto_preto_gr {
	font-family:arial; font-size:13px; color:#000000; font-weight:bold;
}

.texto_preto_gr a {
	font-family:arial; font-size:13px; color:#000000; text-decoration:none;
}

.texto_preto_gr a:hover {
	font-family:arial; font-size:13px; color:#000000; text-decoration:underline;
}

/*texto preto*/
.texto_preto {
	font-family:arial; font-size:11px; color:#000000; line-height:16px;
}

.texto_preto a {
	font-family:arial; font-size:11px; color:#000000; text-decoration:none;
}

.texto_preto a:hover {
	font-family:arial; font-size:11px; color:#000000; text-decoration:underline;
}

/*btn_busca*/
.btn_busca {
	font-family:arial; font-size:15px; color:#FFFFFF; margin:0 0 0 5px;}



/*texto branco*/
.texto_branco {
	font-family:arial; font-size:11px; color:#DFE2E6; line-height:16px;
}

.texto_branco a {
	font-family:arial; font-size:11px; color:#DFE2E6; text-decoration:none;
	font-weight:bold;
}

.texto_branco a:hover {
	font-family:arial; font-size:11px; color:#DFE2E6; text-decoration:underline;
}

/*texto azul*/
.texto_azul {
	font-family:arial; font-size:11px; color:#0F2C57; line-height:16px; font-weight:bold;
}

.texto_azul a {
	font-family:arial; font-size:11px; color:#0F2C57; text-decoration:none;
	padding:0 2px 0 3px;
}

.texto_azul a:hover {
	font-family:arial; font-size:11px; color:#0F2C57; text-decoration:underline;
}

/*borda*/
.borda {
	border-bottom:2px solid #646C87;
	background:#EBECF0;
	text-align:center;
}

/*borda*/
.borda_branco {
	border-bottom:2px solid #646C87;
	background:#646B87;
	color:#FFFFFF;
}




/*endereco*/
address {
	font-style: normal;
}

/*class para as imagens*/
.img_espaco{
	float:left;
	margin:0 8px 5px 0;
	border:0;
}

/*propriedades para os inputs, select e textarea*/

.formulario input{
	margin:2px 0 2px 5px;
	font-family:arial; font-size:11px; color:#000000;
	border:1px solid #335877;
	background-color: transparent;
}

.formulario select{
	margin:2px 0 2px 5px;
	font-family:arial; font-size:11px; color:#000000;
	border:1px solid #335877;
	background-color: transparent;
}

.formulario textarea{
	margin:2px 0 2px 5px;
	font-family:arial; font-size:11px; color:#000000;
	border:1px solid #335877;
	background-color: transparent;
}

.logos{ width:530px; margin:10px 0 0 20px;}
.logos img{ margin:10px 0 0 25px;}
.logos p{ font-family:Arial; font-size:16px;}

.fundo_rodape table.centro tbody tr td table tbody tr td table tbody tr td div.texto_preto p span.email-filiais {margin-left:7px;}
.fundo_rodape table.centro tbody tr td table tbody tr td table tbody tr td div.texto_preto p span.email-filiais a{color:#567A9A; font-weight:bold;}

/*A Alumaq*/
div.texto_preto ul.visao {margin-left:15px; list-style: circle;}
div.texto_preto ul.visao li.br-visao {margin-left:25px;}

