/* CSS Document */

.clinks{
	width: 100%;
	margin-top: 20px;
	font-size: 0.6em;
	text-align: justify; 
}
.cgrupo{
  width: 100%;
	border-right: 1px solid silver;
}
.clinks span{
	text-align: center;
	font-weight: bold;
	border-bottom: thin groove black;
	display: block;
	padding-bottom: 3px;
	margin-left: 5px;
	margin-bottom: 10px;
}
.clinks a{
	margin-left: 5px;
	text-decoration: none;
	color: #850512;
}
.clinks a:hover{
  text-decoration: underline;
}
.clinks a:visited{
	border: none;
}