@charset "utf-8";

.linksCursos a {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: 850112;
	font-weight: bold;
	font-variant: small-caps;
	line-height: 50px;
	padding-left: 20px;
}
.linksCursos a:link {
	text-decoration: none;
}
.linksCursos a:visited {
	text-decoration: none;
	color: 850112;
}
.linksCursos a:hover {
	text-decoration: underline;
	color: #333;
	font-size: 14px;
	font-weight: bold;
}
.linksCursos a:active {
	text-decoration: none;
	color: 850112;
}
