a {
	outline: none;
}
#rollover {
	display: block;
	text-indent: -9999px;
}

a#rollover.desigual {
	width: 150px;
	height: 39px;
	background: url(imagenes/desigual2.jpg) no-repeat;
	//background: url(imagenes/desigual2.jpg) no-repeat !important;
}

a#rollover.desigual:hover {
	background-position: -150px;
	//background-position: -150px !important;	
}

a#rollover.frutta {
	width: 123px;
	height: 39px;
	background: url(imagenes/frutta.jpg) no-repeat;
	//background: url(imagenes/frutta.jpg) no-repeat !important;	
}
a#rollover.frutta:hover {
	background-position: -123px;
	//background-position: -123px !important;	
}
a#rollover.franklin {
	width: 100px;
	height: 100px;
	background: url(imagenes/franklin2.jpg) no-repeat;
}
a#rollover.franklin:hover {
	background-position: -100px;
}
a#rollover.calvin {
	width: 120px;
	height: 39px;
	background: url(imagenes/calvin.jpg) no-repeat;
}
a#rollover.calvin:hover {
	background-position: -120px;
}

a#rollover.guru {
	width: 129px;
	height: 39px;
	background: url(imagenes/guru.jpg) no-repeat;
}
a#rollover.guru:hover {
	background-position: -129px;
}
a#rollover.oxmo {
	width: 132px;
	height: 39px;
	background: url(imagenes/oxmo.jpg) no-repeat;
}
a#rollover.oxmo:hover {
	background-position: -132px;
}
a#rollover.lee {
	width: 68px;
	height: 39px;
	background: url(imagenes/lee.jpg) no-repeat;
}
a#rollover.lee:hover {
	background-position: -68px;
}
a#rollover.marithe {
	width: 60px;
	height: 63px;
	background: url(imagenes/marithe.jpg) no-repeat;
}
a#rollover.marithe:hover {
	background-position: -60px;
}
a#rollover.putamadre {
	width: 111px;
	height: 50px;
	background: url(imagenes/putamadre.jpg) no-repeat;
}
a#rollover.putamadre:hover {
	background-position: -111px;
}
a#rollover.diesel {
	width: 91px;
	height: 50px;
	background: url(imagenes/diesel.jpg) no-repeat;
}
a#rollover.diesel:hover {
	background-position: -91px;
}
a#rollover.tommy {
	width: 72px;
	height: 49px;
	background: url(imagenes/tommy.jpg) no-repeat;
}
a#rollover.tommy:hover {
	background-position: -72px;
}
a#rollover.rams {
	width: 51px;
	height: 50px;
	background: url(imagenes/rams23.jpg) no-repeat;
}
a#rollover.rams:hover {
	background-position: -51px;
}
/*
a.rollover.desigual:link, a.rollover.desigual:visited, a.rollover.desigual:active {
	width: 150px;
	height: 50px;
	background: url(imagenes/desigual2.png) no-repeat;
}

a.rollover.desigual:hover {
	background-position: -150px;
}

