/* CSS Document */
.descripcion .button2 {
	display:block;
	width:auto;
	height:auto;
	margin:15px 0 0 105px;
	position:relative;
}

.button {
	display: block;
	position: relative;
	border: none;
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	cursor: pointer;
}

.button span {
	display: block;
	float: left;
	margin:0 0 0 18px;
	padding: 0 0 0 40px;
	background-image: url(../img/btk_left.gif);
	background-repeat: no-repeat;
	height: 34px;
	font-size: 12px;
}

.button span span {
	margin: 0;
	background-image: url(../img/btk_right.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding: 0 19px 0 0;
}

.button span span span {
	background-image: url(../img/btk_center.gif);
	background-repeat: repeat-x;
	color: #fff;
	padding: 0px;
	white-space: nowrap;
	line-height: 31px;
}

.button span span span a {
	height: 14px;
	padding: 0 4px;
	color: #fff;
	font-size: 12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	outline:none;
	border:none;
}

.button span span span a:hover {
	text-decoration:none;
	color:#FFFF99;
	outline:none;
	border:none;
}