.botones {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
}
.botones  a:visited {
	font-weight:bold;
	color: #666666;
	text-decoration:none;	
}
.botones a:active {
	font-weight:bold;
	color: #666666;
	text-decoration:none;	
}
.botones a:hover {
	color:#666666;
	text-decoration:underline;
}

.botonesBlancos {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
}
.botonesBlancos  a:visited {
	font-weight:bold;
	color: #ffffff;
	text-decoration:none;	
}
.botonesBlancos a:active {
	font-weight:bold;
	color: #ffffff;
	text-decoration:none;	
}
.botonesBlancos a:hover {
	color:#ffffff;
	text-decoration:underline;
}
