.Titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0E005D;
	text-decoration: none;
}

.Texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ACA6D2;
	text-decoration: none;
}
.TextoAlert {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF6600;
	text-decoration: none;
}

.Texto:hover  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF6600;
	text-decoration: none;
}

.puntos {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: 7A6FB7;
	border-right-color: 7A6FB7;
	border-bottom-color: 7A6FB7;
	border-left-color: 7A6FB7;
}

/*//////////////////////////////////////*/