ul.menu li.contacto a:link, ul.menu li.contacto a:visited {
  background: url(/images/menu/contacto-on.png) no-repeat;
}

.ce {
	display: block;
	position: relative;
}

/* Truquillo para ver la ce aparecer*/
img.ce {
	width: 1px;
	height: 1px;
}

.sp {
	width: 294px;
	height: 204px;
	left: 210px;
	top: -13px;
	position: relative;
}

.cediv {
	width: 294px;
	height:4px;
	left: 0px;
	top: -190px;
	position: relative;
}

.cediv a:hover img.sp {
  background: url(/images/ce.png);
}