﻿a:link {	
	text-decoration:	none;
	color:	#3333cc;
}
a:visited {
	text-decoration:	none;
	color:	#333399;
}
a:active {
	text-decoration:	none;
	color:	#333399;
}
a:hover {
	text-decoration:	underline;
	color:	#3333cc;
}

a.SinDecorar:link, a.SinDecorar:visited, a.SinDecorar:hover, a.SinDecorar:active {
	text-decoration: none;
}
