
#enlaces a {
	display: 		block;
	border:			0;
	color:			#8e993f;
	width: 			450px;
	font-weight: 	bold;
}

#enlaces a:hover {
	border:			0;
	background: 	white;
	color:			#466428;
}

a#examenPDF {
	display: 		block;
	width: 			127px;
	height: 		18px;
	background: 	url("images/botonPDF.gif") no-repeat;
	text-align: 	center;
	color:			black;
	border:			none;
	font-weight: 	bold;
	position: 		absolute;
	left:			550px;
	top:			20px;
	font-size: 		1em;
}