@charset "utf-8";
#content {
	width: 100%;
}
#top {
	width: 370px;
	margin-right: auto;
}
a#facebook {
	float: right;
	height: 68px;
	width: 128px;
	background-image: url(imagenes/facebook.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin-top: 5%;
}
a#facebook:hover {
	float: right;
	height: 68px;
	width: 128px;
	background-image: url(imagenes/facebook-h.png);
	background-repeat: no-repeat;
}
a#radio {
	width: 232px;
	margin-right: auto;
	background-image: url(imagenes/radio.png);
	background-repeat: no-repeat;
	background-position: 105px;
	float: left;
	height: 78px;
}
a#radio:hover {
	width: 434px;
	margin-right: auto;
	background-image: url(imagenes/radio-h.png);
	background-repeat: no-repeat;
	background-position: 105px;
	float: left;
	height: 78px;
}
