a:link {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #333333;
}
.tabla {
	background-image: url(images/login3.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 200px;
	width: 202px;
}
a.rojo:link {
	color: #C00;
	font-weight: bold;
	text-decoration: none;
}
a.rojo:visited {
	text-decoration: none;
	color: #C00;
}
a.rojo:hover {
	text-decoration: none;
	color: #999999;
}
a.rojo:active {
	text-decoration: none;
	color: #333333;
}
