
.btn-icono-upload {
	padding:0 17px;
	width:15px;
	height:20px;
	background:url('/wwwadc/public/img/boxupload32.png') no-repeat;
}
.btn-boton-enlace {
	color:#898989;
	height:100%;
	text-decoration:none;
	width:100%;
	background:transparent;
}
.btn-agregar-clases-enlace {
	color:#898989;
	height:100%;
	text-decoration:none;
	width:100%;
	background:transparent;
}
.btn-agregar-clases-enlace:hover {
	color:#edb01c;
}
.btn-agregar-clases:hover, .btn-agregar-marcar:hover, .btn-agregar-desmarcar:hover {
	background-color:#f8f8f8;
	cursor:pointer;
}
.btn-agregar-clases:hover a, .btn-agregar-marcar:hover a, .btn-agregar-desmarcar:hover a {
	color:#edb01c;
}
.btn-agregar-clases:hover .btn-agregar-icono-nuevo {
	background:url('/wwwadc/public/img/icono-nuevo-hover.png') no-repeat;
}
.btn-meta {
	padding:0 5px;
	height:22px;
	border:1px solid #898989;
	background-color:transparent;
	font-weight:600;
	text-align:center;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	padding-top:7px;
	margin:10px;
	cursor:pointer!important;
}
.btn-meta:hover a {
	color:#EDB01C!important;
	cursor:pointer!important;
}