/* CSS Document */
	dl { width: 640px; }
	dl,dd {
	margin: 0;
	width: 640px;
}
	dt {
	font-size: 13px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	width: 640px;
	background-image:url(/media/compartidas/bullet_azul.jpg);
	background-repeat:no-repeat;
	background-position:left center;
	padding-bottom:10px;
	padding-top:10px;
	border-bottom: 1px solid #CCCCCC;
}
	dt p{
	padding-left:20px;
}
	dt a {
	color:#07629B;
	display: block;
	text-decoration: none;
	/*height: 24px;*/
	line-height: 24px;
	width: 640px;
	font-weight: normal;

}
.marcado a{
	color:#07629B;
}
	dt a:hover {
	color:#07629B;
	display: block;
}
	dd a {
	color:#000000;
}
	

