@import "https://cdn.jsdelivr.net/npm/select2@4.1.0-rc.0/dist/css/select2.min.css";

.contenido
{
	float: left;
	width: 32%;
	margin-top: 20px;
	
}

.years 
{
	width: 35% !important;
	margin-bottom: 30px;
	
}

#actos_y_acuerdos_JC li {
	font-size: 86%;
}

#actos_y_acuerdos_JC h7 {
	font-size: 86%;
}

#buscador_acuerdos{
	float: left;
	width: 100%;
	margin-top: 20px;
}

details {
    /*border: 1px solid #aaa;*/
    border-radius: 4px;
    padding: 0.3em 0.3em 0;
	margin-bottom: 2%;
	width: 65%;
}

summary {
    /*font-weight: bold;*/
    margin: -0.5em -0.5em 0;
    padding: 0.5em;
	outline: none;
	background-color: #e9ecef;
	border-radius: 40px;
}

details[open] {
    padding: 0.5em;
}

details[open] summary {
    border-bottom: 1px solid #aaa;
    margin-bottom: 0.5em;
}
