.boton {
	font-family: "Comic Sans MS";
	font-size: 12px;
	font-weight: bold;
	color: #FFCC00;
	text-decoration: none;
	background-image: url(../imagenes/boton.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 21px;
	width: 110px;
	padding-top: 2px;
	text-align: center;
}
.boton:hover {
	font-size: 14px;
	color: #FFFFFF;

}
