/* CSS Document */

.enlacesabajo {
	color: #333333;
	text-decoration: none;
}
.enlacesabajo a:link{
	color: #666666;
	text-decoration: none;
}
.enlacesabajo a:hover{
	color: #999900;
	text-decoration: none;
}
.enlacesabajo a:visited{
	color: #CC0000;
	text-decoration: none;
}

