/* CSS Document */

.enlace-general,
.enlace-general a,
.enlace-general a:hover {
	width: auto;
	height: auto;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
}

.enlace-general,
.enlace-general a {
	color: #333333;
	font-weight: normal;	
}

.enlace-general a:hover {
	color: #CC0000;
	font-weight: bold;
}