.botonCentro{
	background-image: url('../imagenes/items.png');
	width: 139px; 
	height: 44px; 
	display: block;
	text-indent: 35px;
	padding-top: 13px;
	font-size: 15px;
	background-repeat: no-repeat;
	text-decoration: none;
}
.btnModificar{
	background-image: url('../imagenes/modificar.jpg');
	display:block;
	width:16px;	
	height:16px;
	border-size: 0px;
	border-style: none;
	font: inherit;
	color: blue;
	cursor: hand;
	cursor: pointer;
	padding: 0px;

}
.btnEliminar{
	background-image: url('../imagenes/eliminar.jpg');
	display:block;
	width:16px;	
	height:16px;
}
.btnVer{
	background-image: url('../imagenes/lupa.png');
	display:block;
	width:16px;	
	height:16px;
	border-size: 0px;
	border-style: none;
	font: inherit;
	color: blue;
	cursor: hand;
	cursor: pointer;
	padding: 0px;

}

