.boton {
	font-family: "Times New Roman";
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-repeat: no-repeat;
	display: block;
	height:25px;
	width: 100px;
	padding-top: 2px;
	text-align: center;
}
.boton:hover {
	font-size: 14px;
	color: #000000;
}
