/* CSS Document LINKS */

#links {
	margin-bottom: 5px;
}
#links form {
	margin: 0px;
	padding: 0px;
}
#links h1 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #194E76;
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	color: #194E76;
}
#links a {
	color: #194E76;
	font-weight: bold;
	text-decoration: none;
}
#links a:hover {
	text-decoration: underline;
}
#links .add_links {
	text-decoration: none;
	border: 1px dotted #EBE5EB;
}
#links .add_links th {
	text-decoration: none;
	background-color: #F6F1DB;
	padding: 3px;
	color: #194E76;
}
#links .linea {
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #6ECEEF;
}
#links .red {
	text-decoration: none;
	color: #FF0000;
}
