/* CSS Document */
//buttons on the Spanish site

.buttone {
	position: relative;
	background: url(pics/button_blu.gif) no-repeat;
	white-space: nowrap;
	display: block;
	width: 169px;
	height: 29px;
	margin: 7px 0;
	padding: 0;
}

.buttone {
	position: relative;
	background: url(pics/button_blu.gif) no-repeat;
	white-space: nowrap;
	display: block;
	width: 169px;
	height: 29px;
	margin: 7px 0;
	padding: 0;
}
.buttone a {
display: block;
color: #ffffff;
display: block;
width: 169px;
height: 29px;
float: left;
text-decoration: none;
}
.buttone img {
width: 169px;
height: 29px;
border: 0;
}

.buttone a:hover img {
visibility: hidden;
}
.buttone span {
	/*different than TWG.css*/
font-size: 13px;
	font-weight: bold;
	/*end difference*/
position: absolute;
	top: 5px;
	left: 10px;
	width: 149px;
	cursor: pointer;
	text-align: center;
}
