.botones{
	font-family:"Century Gothic";
	background-image: url(../img/con01_r10_c12.jpg);
	border: 1px solid #6699CC;
	font-size: 12px;
	background-position: top;
	font-weight: bold;
	cursor: hand;
	height: 22px;
}
.botones:hover{
	background-image: url(../img/con01_r10_c12.jpg);
	border: 1px solid #0000FF;
	background-position: bottom;
	color:#FFFFFF;
}