.menu1 {
	font-family: Calibri;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}
.subt1 {
	font-family: Calibri;
	font-size: 19px;
	font-weight: bold;
	color: #333333;
}
a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #F07800;
	text-decoration: underline;
}
.subt {
	font-family: Calibri;
	font-size: 26px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
}
.texto {
	font-family: Calibri;
	font-size: 20px;
	font-weight: normal;
	color: #333333;
}
.texto2 {
	font-family: Calibri;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.texto3 {
	font-family: Calibri;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
}
.subt3 {
	font-family: Calibri;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}
.texto4 {
	font-family: Calibri;
	font-size: 11px;
	font-weight: bold;
	color: #CE0000;
}
.texto5 {
	font-family: Calibri;
	font-size: 20px;
	font-weight: normal;
	color: #333333;
}
.texto6 {
	font-family: Calibri;
	font-size: 22px;
	font-weight: normal;
	color: #333333;
}
.pie {
	font-family: Calibri;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
}
.subt4 {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
}
.subt5 {
	font-family: Calibri;
	font-size: 22px;
	font-weight: bold;
	color: #900;
	text-transform: uppercase;
}
.subt6 {
	font-family: Calibri;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
}
.subt7 {
	font-family: Calibri;
	font-size: 26px;
	font-weight: bold;
	color: #900;
	text-transform: uppercase;
}
.subt8 {
	font-family: Calibri;
	font-size: 26px;
	font-weight: bold;
	color: #ffffff;
	text-transform: uppercase;
}
details {
	background: #F5F5F5;
	padding: .5rem;
	border-radius: 6px;
	margin: .5rem;
	cursor: pointer;
}

summary {
	list-style: none;
}

summary::before{
	content: '-';
	padding-right: 1rem;
}
details[open] summary::before{
	content: '+';
}
	
	 
	
	
	
	
	
	