a.button{
	background:url(../imgs/button.gif);
	display:block;
	color:#555555;
	font-weight:bold;
	height:30px;
	line-height:29px;
	margin-bottom:14px;
	text-decoration:none;
	width:191px;
}
a:hover.button{
	color:#385B88;
	background:url(../imgs/button_off.gif);
}
a.button2{
	background:url(../imgs/button2.gif);
	display:block;
	color:#555555;
	font-weight:bold;
	height:30px;
	line-height:29px;
	margin-bottom:14px;
	text-decoration:none;
	width:135px;
}
a:hover.button2{
	color:#385B88;
	background:url(../imgs/button2_off.gif);
}

/* -------------------- */
/* CLASSES				*/
/* -------------------- */

	.excell{
		background:url(../imgs/icons/icon_xls.gif) no-repeat 15px 8px;
		text-indent:40px;
		display:block;
	}
	.pdf{
		background:url(../imgs/icons/icon_pdf.gif) no-repeat 15px 8px;
		text-indent:40px;
		display:block;
	}
	.ok{
		background:url(../imgs/icons/notification_done.png) no-repeat 15px 8px;
		text-indent:40px;
		display:block;
	}
	.add{
		background:url(../imgs/icons/add.gif) no-repeat 15px 8px;
		text-indent:40px;
		display:block;
	}
	.delete{
		background:url(../imgs/icons/delete.gif) no-repeat 15px 8px;
		text-indent:40px;
		display:block;
	}
	.user{
		background:url(../imgs/icons/user.gif) no-repeat 15px 8px;
		text-indent:40px;
		display:block;
	}
	.alert{
		background:url(../imgs/icons/alert.gif) no-repeat 15px 8px;
		text-indent:40px;
		display:block;
	}
	.msg{
		background:url(../imgs/icons/msg.gif) no-repeat 15px 8px;
		text-indent:40px;
		display:block;
	}
	.download{
		background:url(../imgs/icons/download.gif) no-repeat 15px 8px;
		text-indent:40px;
		display:block;
	}

	.lens{
		background:url(../imgs/icons/lens.gif) no-repeat 15px 8px;
		text-indent:40px;
		display:block;
	}
	.info{
		background:url(../imgs/icons/info.gif) no-repeat 15px 8px;
		text-indent:40px;
		display:block;
	}
	.printer{
		background:url(../imgs/icons/printer.gif) no-repeat 15px 8px;
		text-indent:40px;
		display:block;
	}
	.atras{
		background:url(../imgs/icons/atras.gif) no-repeat 15px 8px;
		text-indent:40px;
		display:block;
	}
	.comprar{
		background:url(../imgs/icons/shopping_cart_16x16.png) no-repeat 15px 8px;
		text-indent:40px;
		display:block;
	}