#opaque {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 99;
	background-color: black;
	filter: alpha(opacity=40);
	opacity: 0.4;
}

.campo1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.tituloProduto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #193e83;	
	margin:0px;
}

.textoProduto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5C5C5C;
	text-decoration: none;
	font-weight: bold;
	line-height: normal;
}
.textoProduto:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5C5C5C;
	text-decoration: underline;
	font-weight: bold;
	line-height: normal;
}
.textoPreco {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #C33838;
	text-decoration: none;
}
.textoPreco:hover {
	text-decoration: underline;
}.textoSecao {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #C33838;
}

