
.boton_off{float:left;
display:block;
cursor:pointer;
}
.boton_off a{
color:#FFF;
text-decoration:none;
cursor:pointer;	
}

.boton_off a:hover{
color:#FFC;
text-decoration:none;
cursor:pointer;	
}



.boton_on{float:left;
}
	.boton_off .boton_1,.boton_off .boton_2,.boton_off .boton_3{

	}
	.boton_off .boton_1{
		background:url(../img/boton_off_1.jpg) no-repeat left top;
		width:20px;
		height:24px;
		float:left;

	}
	.boton_off .boton_2{
		background:url(../img/boton_off_2.jpg)  no-repeat left top;
		background-repeat:repeat-x;
		height:20px;
		float:left;
		padding-top:4px;
		padding-right:20px;
		display:block
		

	}
	.boton_off .boton_3{
		background:url(../img/boton_off_3.jpg)  no-repeat left top;
		width:2px;
		height:24px;
		float:left

	}
	


	

	
	.boton_on .boton_1,.boton_on .boton_2,.boton_on .boton_3{

	}
	.boton_on .boton_1{
		background: url(../img/boton_on_1.jpg) no-repeat;
		width:40px;
		height:24px;
		float:left;

	}
	.boton_on .boton_2{
		background:url(../img/boton_on_2.jpg) repeat-x;
		height:20px;
		float:left;
		padding-top:4px;
		color:#FFF;
		padding-left:13px;
		padding-right:13px;

	}
	.boton_on .boton_3{background: url(../img/boton_on_3.jpg) no-repeat;
		width:36px;
		height:24px;
		float:left;

	}




		

