.Contenido 
 {
	font-family: Calibri;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #808285;
	white-space: normal;
	text-align: left;

 }
 .menuformatos
 {
	font-family: Calibri;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #808285;
}

.directorio
 {
	font-family: Calibri;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	color: #808285;
}

a:link
 {
	font-family: Calibri;
	font-size: 14px;
	font-weight: normal;
	color: #828085;
	text-decoration: none;
}
a:active 
 {
	font-family: Calibri;
	font-size: 14px;
	font-weight: normal;
	color: #828085;
	text-decoration: none;
}
a:hover 
 {
	font-family: Calibri;
	font-size: 14px;
	font-weight: normal;
	color: #828085;
	text-decoration: underline;
}
a:visited
 {
	font-family: Calibri;
	font-size: 14px;
	font-weight: normal;
	color: #828085;
	text-decoration: underline;
}
.menuPrincipal {

	font-family: Calibri;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	color: #808285;
}
.TituloContenido {


	font-family: Calibri;
	font-size: 36px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	color: #808285;
}
.SubTituloContenido {



	font-family: Calibri;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	color: #808285;
}
.Contenido2 {

	font-family: Calibri;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #808285;
}
.TituloContenido2 {



	font-family: Calibri;
	font-size: 30px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	color: #808285;
}
.Contenido3 {

	font-family: Calibri;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	color: #808285;
}
.revista {

	font-family: Calibri;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	color: #333333;
}
.contenidoBoletin {

	font-family: Calibri;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	color: #808285;
}
.TituloBoletin {


	font-family: Calibri;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #003366;
}
.txtResaltado {




	font-family: Calibri;
	font-size: 22px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	color: #808285;
}

.faq-container {
	width: 101%;
	border: 1px solid #ccc;
	border-radius: 8px;
	padding: 10px;
	overflow: hidden;
	transition: all 0.3s ease;
	align-content: center;
	font-size: 30px;
	min-height: 100px; 
	max-height: auto; 
	color: grey;
	margin-top: 30px;
	margin-bottom: 30px;
	
}
.faq-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}
.faq-header h3 {
	margin: 0;
	font-size: 16px;
	font-weight: bold;
}
.faq-icon {
	font-size: 18px;
	color: #f0b400;
	transition: transform 0.3s ease;
}
.faq-content {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease, padding 0.3s ease;
	font-size: 14px;
	color: #555;

	height: auto;
}
.faq-container.active .faq-content {
	max-height: 400px; 
	padding-top: 10px;
}
.faq-container.active .faq-icon {
	transform: rotate(45deg);
}
