div.acabados {
	display: list-item;
	list-style-type: none;
	width: 250px;
	height: 0px;
	margin: 2px 5px;
	padding: 0px;
	border: 0px;
}

div.acabados a {
	padding: 0px;
	display: block;
	float: left;
	text-decoration: none;
	width: 250px;
	height: 50px;
	margin: 2px;
	filter:alpha(opacity="50");
}

div.acabados hover {
	padding: 0px;
	display: block;
	float: left;
	text-decoration: none;
	width: 250px;
	height: 50px;
	margin: 2px;
	-moz-opacity:1; 
	filter:alpha(opacity="100");
}

a#CLASSIC {
	padding: 0px;
	-moz-opacity:0.5; 
	filter:alpha(opacity="50");
	background: url('../_images/basic.png') no-repeat;
}

a#CLASSIC:hover {
	-moz-opacity:1; 
	filter:alpha(opacity="100");
}

a#NATURE {
	padding: 0px;
	-moz-opacity:0.5; 
	filter:alpha(opacity="50");
	background: url('../_images/nobel.png') no-repeat;
}

a#NATURE:hover {
	-moz-opacity:1; 
	filter:alpha(opacity="100");
}

a#EXCLUSIV {
	padding: 0px;
	-moz-opacity:0.5; 
	filter:alpha(opacity="50");
	background: url('../_images/nature.png') no-repeat;
}

a#EXCLUSIV:hover {
	-moz-opacity:1; 
	filter:alpha(opacity="100");
}

a#PRESTIGIO {
	padding: 0px;
	-moz-opacity:0.5; 
	filter:alpha(opacity="50");
	background: url('../_images/exclusiv.png') no-repeat;
}

a#PRESTIGIO:hover {
	-moz-opacity:1; 
	filter:alpha(opacity="100");
}
