/* DIRECTIVA */
.directiva-content{
	display: flex;
	flex-direction: column;
	align-items: center;
	

}
.directiva-content h5{
	text-align: center;
}
.directiva-content table{
	width: 350px;
	font-size: 12px;
	
}
/* DIRECTIVA */
/* COMITE */
.comite-content{
	display: flex;
	flex-direction: column;
	align-items: center;
	

}
.comite-content h5{
	text-align: center;
}
.comite-content table{
	width: 350px;
	font-size: 12px;
}
/* COMITE */
/* PIE DE PÁGINA */
.before-foot{
	width: 100%;
	height: 30px;
	background-color: #FFCC33;
}
footer{
	width: 100%;
	height: 200px;
	background-color: #009900;
}