.exibe_produto{
background-color: white;
}
.titulo_produtos{
font-family: Tahoma;
font-size: 11px;
font-weight: bold;
color: #666666;
text-decoration: none;

}.titulo_produtos:hover{
color: #666666;
text-decoration: underline;
}
.valor_de{
font-family: Tahoma;
font-size: 11px;
color: #FF0000;
font-weight: bold;
}
.valor{
font-family: Tahoma;
font-size: 11px;
color: #3168a1;
font-weight: bold;
}
.no_cartao{
font-family: MS Sans Serif;
font-size: 11px;
color: #666666;
font-weight: bold;
}
.titulo_secoes{
font-family: Verdana;
font-size: 11px;
font-weight: bold;
color: #000000;
text-decoration: none;
background-image: url(../imagens/fundo_titulos.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 201px;
	padding-left: 10px;
	padding-top: 3px;
}
.titulo_secoes:hover{
color: #666666;
text-decoration: underline;
}