/* CSS Document */
	dl { width: 260px; }
	dl,dd {
	margin: 0;
	width: 260px;
}
	dd {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;
	padding-left:20px;
}
	dt {
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
/*	font-weight: bold;
*/	width: 260px;
	/*	padding-left:20px;
*/	
	background: url(../images/bullet_negro.jpg) no-repeat 10px 10px;
}
	dt p{
	padding-left:20px;
}

	dt a {
	color:#FFF;
	display: block;
	text-decoration: none;
	/*height: 24px;*/
	line-height: 12px;
	width: 245px;
	font-weight: normal;
	padding-bottom:10px;
	padding-left:15px;
	background-image:url(../images/bullet_carreras.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}
.marcado a{
	background-image:url(../images/bullet_azul.jpg);
	background-position:left top;
	background-repeat: no-repeat;
	color:#0099CC;
}
	dt a:hover {
	color:#0099CC;
	display: block;
	background-image:url(../images/bullet_azul.jpg);
	background-position:left top;
	background-repeat: no-repeat;
}
	dd a {
	color:#FFFFFF;
	text-decoration: none;
}
	

