.link-container
{
	background-color: #000000;
	border-bottom: 1px solid #C11515;
	border-top: 1px solid #C11515;
	border-left: 1px solid #C11515;
	border-right: 1px solid #C11515;
}

.link-table-title
{
	position: relative;
	width: 800px;
	background-color: #D2D3D6;
	border-bottom: 1px solid #C11515;
	border-top: 1px solid #C11515;
	border-left: 1px solid #C11515;
	border-right: 1px solid #C11515;
	margin: 10px;
}

.link-table-text
{
	color: #000000;
   text-align: left;
	width: 80%;
	font-size: 20px;
	font-family: "Times New Roman", Times, serif;
}

.link-categoria
{
	color: #FF0000;
   text-align: left;
	width: 80%;
	font-size: 20px;
	font-family: "Times New Roman", Times, serif;
	margin-left: 10px;
}

.link-descr
{
	color: #000000;
   text-align: left;
	width: 80%;
	font-size: 20px;
	font-family: "Times New Roman", Times, serif;
}

a.link-link:visited {
	color: #C11515;
	text-decoration: none;
}

a.link-link:hover {
	color: #FF0000;
	text-decoration: none;
}
	
a.link-link {
	color: #C11515;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	margin-left: 10px;
}