.formAlertas {
	padding: 0 0 2em 0;
}
.listaMaterias {
	display: 			flex;
	flex-direction:		row;
	flex-wrap: 			wrap;
	justify-content: 	space-between;
	margin: 			1em 1.5em 2em 1.5em;
	line-height: 		1.3em;
}

.itemMaterias {
	flex-grow: 			1;
	margin: 			0.5em 0.1em;
	color: 				#123a63;
	font-size: 			90%;
	min-width: 			20em;
}
.LEG .itemMaterias {
	width: 				33%;
}
.PER .itemMaterias, .CPV .itemMaterias {
	width:				100%;
}
.CAN .itemMaterias {
	width: 				49%;
}
.titulo {
	font-weight: 		bold;
}
.formBOE input[type="checkbox"] + label {
	display: 			block;
}
.nuevo {
	font-weight: bold;
	color:#DC0707;
}