.titular {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #773BF0;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
}
a {
	color: #773BF0;
	text-decoration: none;
}
a:hover {
	color: #A279F5;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #773BF0;
	text-decoration: none;
}
.bordeleft {
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #773BF0;
}
