.boton{
	width:110px;
	height: 34px;
	border: none;
	margin-left:10px;
	background-repeat: no-repeat;
	cursor: default;
	filter: alpha(opacity=100); opacity: 1.0;
}
.boton_blanco{
	/*width:110px;*/
	width: 110px;
	height: 34px;
	border: none;
	margin-left:10px;
	background-repeat: no-repeat;
	cursor: default;
	filter: alpha(opacity=70); opacity: .7;
}
.boton_hover{
	/*width:110px;*/
	width: 110px;
	height: 34px;
	border: none;
	margin-left:10px;
	background-repeat: no-repeat;	
	cursor:pointer;
	filter: alpha(opacity=70); opacity: .7;
}
.boton_blanco_hover{
	/*width:110px;*/
	width: 110px;
	height: 34px;
	border: none;
	margin-left:10px;
	background-repeat: no-repeat;
	cursor:pointer;
	filter: alpha(opacity=100); opacity: 1.0;	
}


