@charset "UTF-8";
#box ul {
	margin-top: 15px;
	margin-bottom: 25px;
}
#rastre,
#esta,
#quali {
	cursor: pointer;
	font-size: 14px;
	color: #fff;
	font-size: 18px;
	padding-left: 15px;
	background-repeat: no-repeat;
	width: 205px;
	line-height: 40px;
	height: 40px;
	display: block;
}
#rastre {
	background-image: url('../img/ras.jpg');
}
#esta {
	background-image: url('../img/esta.jpg');
}
#quali {
	background-image: url('../img/quali.jpg');
	background-color: #f0f;
}
#rastreabilidade,
#estabilidade,
#qualidade {
	font-size: 12px;
	margin-left: 40px;
}

