/* CSS Document */

.accordion>.card{
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0,0,0,.125)!important;
	box-shadow:1px 2px 3px #ddd;
	border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;	
}


div.card.documentos_nivel>.card-header {
}

div.card.documentos_nivel >.card-header >.btn-link {
	font-weight: 400;
	color: #da4545;
	text-decoration: none;
}

div.card.documentos_nivel>.card-header >.btn-link {
    font-weight: 400;
    color: #c00;
    text-decoration: none;
}

div.card.documentos_nivel>.card-header >.btn-link:hover{
    font-weight: 800;
}

div.card.documentos_nivel>.card-header > button > span.ico_collapse{
	float:right;	
	font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

div.card.documentos_nivel>.card-header > button > span.ico_collapse:after{
	content: "\f068";
}

div.card.documentos_nivel>.card-header > button.collapsed > span.ico_collapse:after{
	content: "\f067";
}

div.card.documentos_nivel .card-body{
	padding-top:.25em;
	padding-bottom:.25em;	
}
div.card.documentos_nivel .card-body .info >span.ico_collapse{
	font-weight:bold;
	margin-right:5px;
}


img.lecturafacil{
	max-height:32px;	
}


ul.documentos {
  list-style-type: none;
}
ul.documentos >li {
/*  padding-left: 25px; */
	position: relative; 
	margin-bottom: 15px;
	font-size:0.9em;
}

ul.documentos >li:before {
	font-family: "Font Awesome 5 Free";
    font-size: 1.2em;	
	color:#A35C5C;	
	vertical-align: middle;
	margin-right:15px;
	position: absolute;
}


ul.documentos >li.enlace:before { 	content: "\f35d"; 	font-weight: 600; /* Solid style/weight */   }
ul.documentos >li.pdf:before 	{	content: "\f1c1"; 	font-weight: 300; /* Regular style/weight */   } 
ul.documentos >li.doc:before 	{	content: "\f15c"; 	font-weight: 400; /* Regular style/weight */   } 
ul.documentos >li.audio:before 	{	content: "\f025"; 	font-weight: 600; /* Solid style/weight */   } 
ul.documentos >li.video:before 	{	content: "\f008"; 	font-weight: 600; /* Regular style/weight */   } 


ul.documentos >li div.subtitulo {
	color:#999;
    font-style: italic;
}
ul.documentos >li div.descripcion {
	/* color:#999; */
    font-size: 0.9em;	
}


ul.documentos >li div.fecha {
	color:#999;	
}