.body_content_title {
	height: 100px;
	margin-top: 10px;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	font-family: "ACE-Archivo-Regular";
	font-size: 24px;
}

.body_content_title_Info {
	height: 60px;
	margin-top: 30px;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	font-family: "ACE-Archivo-Bold";
	font-size: 24px;
}

.body_content_space_ul {
	padding-left: 20;
}

.body_content_space_parrafo{
	padding-top: 20;
}

.body_content_body {
	width: 100%;
	justify-content: space-between;
	display: flex;
	flex-direction: row;
	background-color: white;
}

.body_content_item {
	height: 200px;
	width: 380px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: rgb(236, 236, 226);
}

.body_content_item_big {
	height: 300px;
	width: 600px;
	margin: 20px;
	background-color: rgba(238, 213, 213, 0.892);
}

.body_content_subtitle {
	height: 100px;
	font-family: "ACE-Nunito-Regular";
	font-size: 16px;
}

.body_content_item_small {
	height: 100px;
	width: 250px;
	margin: 20px;
	background-color: white;
	font-family: "ACE-Nunito-Regular";
	display: flex;
	flex-direction: column;
}
.body_content_item_small_title {
	font-size: 16px;
	margin-bottom: 5x;
	font-family:"ACE-Nunito-SemiBold";
}
.body_content_item_small_descripcion {
	font-size: 16px;
	font-family: "ACE-Nunito-Light";
}
.contador_legislacion{
	color:blue;
	font-family:"ACE-Nunito-SemiBold";
	font-size: 45px;
}
.textoNormas_legales{
	font-family:"ACE-Nunito-SemiBold";
	font-size: 25px;
}