@charset "utf-8";
a.button{
	display:block;
	color:#555555;
	font-weight:bold;
	height:30px;
	line-height:29px;
	margin-bottom:14px;
	text-decoration:none;
	width:120px;
	background-image: url(../images/botones/button_120.gif);
}
a:hover.button{
	color:#000066;
}

/* -------------------- */
/* CLASSES				*/
/* -------------------- */
	.add{
	text-indent:30px;
	display:block;
	background-image: url(../images/botones/add.gif);
	background-repeat: no-repeat;
	background-position: 10px 8px;
	}
	.delete{
		background:url(img/delete.gif) no-repeat 10px 8px;
		text-indent:30px;
		display:block;
	}
	.user{
	text-indent:30px;
	display:block;
	background-image: url(../images/botones/user.gif);
	background-repeat: no-repeat;
	background-position: 10px 8px;
	}
	.alert{
		background:url(img/alert.gif) no-repeat 10px 8px;
		text-indent:30px;
		display:block;
	}
	.msg{
		background:url(img/msg.gif) no-repeat 10px 8px;
		text-indent:30px;
		display:block;
	}
	.download{
		background:url(img/download.gif) no-repeat 10px 8px;
		text-indent:30px;
		display:block;
	}

	.lens{
		background:url(img/lens.gif) no-repeat 10px 8px;
		text-indent:30px;
		display:block;
	}
	.info{
		background:url(img/info.gif) no-repeat 10px 8px;
		text-indent:30px;
		display:block;
	}

