		/*******************************************
				BTON
		*********************************************/

.boton {
	font-family: "Trebuchet MS", Verdana, Arial, Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

a.boton:hover {
	color: #fff;
	cursor: hand;
}


.boton-izq {
	width: 6px;
	height: 17px;
	display: block;
	background-image: url(../../imagenes/fondo-boton-izq.gif);
	background-position: top;
	float: left;
}

a.boton:hover span.boton-izq {
	background-position: bottom;
	cursor: hand;
}


.boton-centro {
	height: 17px;
	padding-left: 5px;
	padding-right: 5px;
	background-image: url(../../imagenes/fondo-boton-centro.gif);
	background-position: top;
	float: left;
}

a.boton:hover span.boton-centro {
	background-position: bottom;
	cursor: hand;
}


.boton-der {
	width: 6px;
	height: 17px;
	background-image: url(../../imagenes/fondo-boton-der.gif);
	background-position: top;
	display: block;
	float: left;
}

a.boton:hover span.boton-der {
	background-position: bottom;
	cursor: hand;
}


.boton-flecha {
	width: 4px;
	height: 17px;
	background-image: url(../../imagenes/fondo-boton-flecha.gif);
	background-position: top;
	float: left;
}

a.boton:hover span.boton-flecha {
	background-position: bottom;
	cursor: hand;
}
