#titulo_produtos{
	font-family: Arial;
	font-size: 11px;
	color: black;
	text-decoration: none;
	font-weight: none;
}
#titulo_produtos:hover{
	color: red;
	text-decoration: underline;
}
#valor_de{
	color: red;
	font-weight: none;
}
#valor{
	color: #0072C6;
	font-weight: bold;
}
#no_cartao{
	color: #0072C6;
	font-weight: bold;
}
#titulo_secoes{
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: navy;
	text-decoration: none;
	background-color: whitesmoke;
	border-bottom: 1px solid silver;
}
