h3 {
    font-size: 1.200em;
    font-weight: normal;
	color: #ffffff;
	padding-top: 5px;
}
a{
	color: #ffffff;
	text-decoration:none;
}
.titulo {
	background-color:#3954b5;
	text-align: center;
	font-family: Arial;
	font-size: 14px;
	color: #d8d8d8;
	padding: 5px;
	padding-top: 0px;
}
.tit {
	font-family: Arial;
	font-weight: bold;
	font-size: 16px;
	color: #336699;
	vertical-align: text-top;
	width: 100%;
	margin-top:13px;
	border-bottom: 1px solid #336699;
}
.fecha {
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	color: #000000;
	vertical-align: text-bottom;
	text-align:right;
}
.subtit {
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	color: #000000;
	vertical-align: text-top;
	width: 40%;
	text-align:right;
	padding-bottom: 5px;
}
.datos {
	font-family: Arial;
	font-size: 14px;
	color: #336699;
	vertical-align: text-top;
	width: 60%;
	padding-bottom: 5px;
	text-align: left;
}
.pictograma{
	list-style: none;
}
.flex-container {
	display: flex;
	flex-direction: row;
	justify-content: center;
  }
 .flex-container > div {
	width: 45px;
	margin: 2px;
	text-align: center;
	line-height: 75px;
	/*font-size: 30px;*/
 }