@charset "utf-8";
/* CSS Document */

.vitrine_barra_titulo {
	float:left;
	width:100%;
	height:25px;
	line-height:25px;
	padding:5px;
	color:#036;
	font-size:14px;
	font-weight:bold;
	background-color:#E6E6E6;
}

.produto_barra_titulo {
	float:left;
	width:100%;
	height:auto;
	line-height:25px;
	padding:5px;
	color:#036;
	font-size:14px;
	font-weight:bold;
	background-color:#E6E6E6;
}

.produto_capa {
	float:left;
	width:190px;
	height:auto;
	margin:5px;
	/*background-color:#FC3;*/
	text-align:center;
}

.produto_capa img {
	margin:3px;
}

.produto_capa a{
	border:0;
	text-decoration:none;
}

.produto_capa a:hover{
	text-decoration:underline;
	color:#333;
}

.produto_capa .titulo {
	color:#036;
	font-size:12px;
	font-weight:bold;
}
