@charset "utf-8";

/* CREDITOS */

#cred {
	list-style: none;
	padding: 0px;
	margin:19px 0px; border:none; float:right;
	width: 116px;
	height: 16px;
	position: relative;
	overflow:hidden;
}
#cred span {
	display: none;
	position: absolute;
}
#cred a {
	display: block;
	text-indent: -9999em;
	position: absolute;
	outline: none;
}
#cred a:hover {
	background-position: left bottom;
}
#cred a:hover span{
	display: block;
}
#cred .mh { width: 116px; height: 16px; background:url(../img/creditos.jpg) no-repeat; left: 0px; top: 0px; }
#cred .mh span { width: 116px; height: 16px; }
