.headerproductos {
	background-image: url(menuproductos/header.png);
	background-repeat: no-repeat;
	height: 44px;
	width: 216px;
}
.footerproductos {
	background-image: url(menuproductos/footer.png);
	height: 15px;
	width: 216px;
	background-repeat: no-repeat;
}
.familiaproductos {
	background-image: url(menuproductos/off.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 216px;
}
.familiaproductos:hover {
	background-image: url(menuproductos/on.png);
	height: 30px;
	width: 216px;
	background-repeat: no-repeat;
}
.linkfamilia {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #003366;
	text-decoration: none;
	margin-left: 30px;
	line-height: 25px;
	height: 25px;
	width: 186px;
	display: block;
	font-weight: bold;
}
.linkfamilia:hover {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
