.fondo {
	background-attachment: fixed;
	background-image: url(img/fondo.gif);
	background-repeat: repeat-y;
	background-position: center;
}
.font {
	font-family: Tahoma;
	font-size: 7pt;
	color: #262626;
	text-decoration: none;
}
.font:hover {
	BACKGROUND-COLOR: #00B0DC;
	font-family: Tahoma;
	font-size: 7pt;
	color: #FFFFFF;
	text-decoration: none;
}
