.top {
	background-image: url(imagenes/top-bg.gif);
	background-repeat: repeat-x;
	height: 72px;
	width: 100%;
}
.divisorV {
	background-image: url(imagenes/divisor.gif);
	background-repeat: repeat-y;
}
.divisorH {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.fontNota {
	font-size: 14px;
}
.nota {
	background-color: #FFFFCC;
	border: 1px solid #666666;
}
a:link {
	color: #FF0000;
}
a:hover {
	color: #666666;
}
a:visited {
	color: #330099;
}
a:active {
	color: #FF0000;
}
