.meta_cat_docs {

	width: 100%;



}

.meta_cat_docs .cnt_tmp_btns_cats{

	display: flex;

	flex-wrap: wrap;

	flex-direction: row;

	margin-top: 0.3em;

	margin-bottom: 0.3em;

}

.meta_cat_docs .cnt_tmp_btns_cats .btn_categoria{

	display: inline-block;

	background-color: var(--awb-color4);

	color: white;

	font-weight: bold;

	line-height: 1em;

	font-size: 1em;

	padding: 0.15em 0.4em 0.3em;

	margin-right: 0.5em;

	border-radius: 2em;

}



a.btn_enlace_doc_com{

	position: relative;

	z-index: 999;

	display: inline-flex;

	width: 1.5em;



}

a.btn_enlace_doc_com:hover{

	color: var(--awb-color5) !important;

}

.fecha_doc_comun{

	position: relative;

	top: -1.6em;

	z-index: 0;



}

.fecha_doc_comun p{

	line-height: 1em;

	padding: 0.3em 0.4em 0.1em;

	background-color: #0069b43b;

	display: inline-block !important;

	border-radius: 2em;

}

/**/
#cnt_regilla_documentos .fusion-filters{
	background-color: #50af31;
}
#cnt_regilla_documentos .fusion-filters li {
	background-color:  #50af31 ;
	border-top: solid 4px #50af31 ;
	margin-right: 0;
	padding: 0 0.8em;
}
#cnt_regilla_documentos .fusion-filters li.fusion-active {
	background-color:  #0069b4 ;
	border-top: solid 4px #ffffff ;
}
#cnt_regilla_documentos .fusion-filters li a{
	font-weight: 700;
	color: white;
	border: none !important;
}