/* CSS Document */
#MenuSellos li{
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
}

#MenuSellos li a{
	position:relative;
	margin: 0;
	padding: 0;
	display: block;
	height: 104px;
	width: 55px;
	background-repeat: no-repeat;
	text-indent: -2000px;
	background-image:url(../imagenes/menusellos.jpg);
}

#MenuSellos li.Printer a{
	width:59px;
	background-position: 0px 0px;
}
#MenuSellos li.Printer a:hover{
	width:59px;
	background-position: 0px -104px;
}
#MenuSellos li.Dater a{
	background-position: -59px 0px;
}
#MenuSellos li.Dater a:hover{
	background-position: -59px -104px;
}
#MenuSellos li.Office a{
	background-position: -114px 0px;
}
#MenuSellos li.Office a:hover{
	background-position: -114px -104px;
}
#MenuSellos li.OfficeDater a{
	background-position: -169px 0px;
}
#MenuSellos li.OfficeDater a:hover{
	background-position: -169px -104px;
}
#MenuSellos li.Pocket a{
	background-position: -224px 0px;
}
#MenuSellos li.Pocket a:hover{
	background-position: -224px -104px;
}
#MenuSellos li.DIY a{
	width:60px;
	background-position: -279px 0px;
}
#MenuSellos li.DIY a:hover{
	width:60px;
	background-position: -279px -104px;
}

