@charset "utf-8";
/* www.discontinua.es */

#link {
	padding: 0;
	width: 650px;
	height: 386px;
	position: relative;
	background: url(../images/link/linkoff.jpg) no-repeat;
	background-image: url(../images/link/linkoff.jpg);
	float: left;
	top: 0px;
}
#link a {
	position: absolute;
	left: 0px;
	width: 650px;
	height: 386px;
	display: block;
	border: 0;
	background: transparent;
	overflow: hidden;
	top: 0px;
}
#link .fake-hover {
	margin: 0;
	padding: 0;
	width: 650px;
	height: 386px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/link/linkon.jpg) no-repeat 0 0;
}
