.botones {
	-moz-box-shadow: inset 0px 0px 0px 0px #ffffff;
	-webkit-box-shadow: inset 0px 0px 0px 0px #ffffff;
	box-shadow: inset 0px 0px 0px 0px #ffffff;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fffcff), color-stop(1, #474747) );
	background: -moz-linear-gradient( center top, #fffcff 5%, #6E6E6E 100% );
	background-color: #fffcff;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-left-radius: 6px;
	text-indent: 0;
	border: 4px solid #000000;
	display: inline-block;
	color: #7d077d;
	font-family: Comic Sans MS;
	font-size: 22px;
	font-weight: bold;
	font-style: normal;
	height: 42px;
	line-height: 40px;
	width: 158px;
	text-decoration: none;
	text-align: center;
}
.botones:hover {
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #6E6E6E), color-stop(1, #fffcff) );
	background: -moz-linear-gradient( center top, #6E6E6E 5%, #fffcff 100% );
	background-color: #6E6E6E;
}.botones:active {
	position: relative;
	top: 1px;
}
.botones2lineas {
	-moz-box-shadow: inset 0px 0px 0px 0px #ffffff;
	-webkit-box-shadow: inset 0px 0px 0px 0px #ffffff;
	box-shadow: inset 0px 0px 0px 0px #ffffff;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fffcff), color-stop(1, #6E6E6E) );
	background: -moz-linear-gradient( center top, #fffcff 5%, #6E6E6E 100% );
	background-color: #fffcff;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-right-radius :6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-left-radius: 6px;
	text-indent: 0;
	border: 4px solid #000000;
	display: inline-block;
	color: #7d077d;
	font-family: Comic Sans MS;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	height: 42px;
	line-height: 45px;
	width: 159px;
	text-decoration: none;
	text-align: center;
}
.botones2lineas:hover {
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #6E6E6E), color-stop(1, #fffcff) );
	background: -moz-linear-gradient( center top, #474747 5%, #fffcff 100% );
	background-color: #6E6E6E;
}.botones2lineas:active {
	position: relative;
	top: 1px;
}