/* CSS Document Artesanias*/

* {
	margin: 0;
	padding: 0;
}

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

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

/*fundo do site*/
body{
	margin: 0 auto;
	text-align: center;
	background:url(imagens/fundo_site.jpg) repeat-x top center #E6E1C8; 
}

/*fundo do conteudo*/
.bg_conteudo {
	background: url(imagens/bg_conteudo.jpg) repeat-y;
	width:726px;
}

/*fundo da tabela produtos*/
.bg_produtos_meio {
	background: url(imagens/img_produtos_meio.jpg) repeat-y;
	width:506px;
}

/*fundo dos produtos*/
.bg_produtos {
	background: url(imagens/bg_produtos.jpg) no-repeat;
	width:123px; height:168px;
}

/*fundo de artesanias*/
.bg_artesanias {
	background: url(imagens/bg_artesanias.jpg) no-repeat;
	width:220px; height:290px;
}

/*fundo das internas*/
.bg_interna_topo {
	background: url(imagens/img_interna_topo.jpg) no-repeat;
	width:726px; height:69px;
}

.bg_interna_meio {
	background: url(imagens/img_interna_meio.jpg) repeat-y;
	width:726px;
}

/*fundo do menu do rodape*/
.bg_menu_rodape {
	background: url(imagens/bg_menu_rodape.jpg) no-repeat;
	width:726px; height:133px;
}

/*fundo do endereco*/
.bg_endereco {
	background: url(imagens/bg_endereco.jpg) no-repeat;
	width:726px; height:61px;
}

/*texto preto*/
.texto_preto {
	font-family:verdana; font-size:10px; color:#000000;
}

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

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

/*texto verde*/
.texto_verde {
	font-family:verdana; font-size:10px; color:#4f5a3a;
}

.texto_verde a {
	font-family:verdana; font-size:10px; color:#4f5a3a; text-decoration:none;
}

.texto_verde a:hover {
	font-family:verdana; font-size:10px; color:#4f5a3a; text-decoration:underline;
}

/*texto verde produtos*/
.texto_verde_produtos {
	font-family:verdana; font-size:11px; color:#4f5a3a;
}

.texto_verde_produtos a {
	font-family:verdana; font-size:11px; color:#4f5a3a; text-decoration:none;
}

.texto_verde_produtos a:hover {
	font-family:verdana; font-size:11px; color:#4f5a3a; text-decoration:underline;
}

/*texto verde maior*/
.texto_verde_maior {
	font-family:verdana; font-size:12px; color:#4f5a3a;
}

.texto_verde_maior a {
	font-family:verdana; font-size:12px; color:#4f5a3a; text-decoration:none;
}

.texto_verde_maior a:hover {
	font-family:verdana; font-size:12px; color:#4f5a3a; text-decoration:underline;
}

/*texto verde grande*/
.texto_verde_gr {
	font-family:verdana; font-size:20px; color:#4f5a3a; font-weight:bold;
}

/*texto vermelho*/
.texto_vermelho {
	font-family:verdana; font-size:10px; color:#B52F2C; font-weight:bold;
}

.texto_vermelho a {
	font-family:verdana; font-size:10px; color:#B52F2C; text-decoration:none;
}

.texto_vermelho a:hover {
	font-family:verdana; font-size:10px; color:#B52F2C; text-decoration:underline;
}

/*endereço*/
address {
	font-style: normal;
}

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

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

.formulario input{
	margin:2px 0 2px 5px;
	border:0 none;
	background-color:#e6e1c7;
	font-family:verdana;
	font-size:11px;
	color:#000000;
}

.formulario select{
	margin:2px 0 2px 5px;
	border:0 none;
	background-color:#e6e1c7;
	font-family:verdana;
	font-size:11px;
	color:#000000;
}

.formulario textarea{
	margin:2px 0 2px 5px;
	border:0 none;
	background-color:#e6e1c7;
	font-family:verdana;
	font-size:11px;
	color:#000000;
}
