body {
	color: #2F2F2F;
	background-attachment: fixed;
	max-width: 1400px;
    min-height: 100vh;	
	display: flex;

/*	background: linear-gradient(to top, #FFFFFF,#2B278B);
*/

	background: #FFFFFF;
	font-family: Times;

}

h1{
	text-align:center;
}

h2{
	border-bottom:2px solid  #ffff;
	text-align:center;
	color: #263238;
}

article {
	background-color:#ffffff;
	padding:0 10px;
	line-height:1.5;
	max-width: 930px;
}

a{
	color: #263238;
	text-decoration: none;
}

ul {
	text-align:left;
	font-size: 20px;
	list-style: none;
}
p {
	padding:1px 20px 1px 20px;
}
table {
	text-align:left;
	width: 100%;
}

th {
	background-color:#ffffffab;
	white-space: nowrap;
	padding:5px 5px;
}

td {
	background-color:#ffffffab;
	padding:5px 5px;
	vertical-align: top;
}

button {
	background-color: transparent;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    text-decoration: underline;
	font-size:20px;
}

#fivestars {
	width:300px;
	margin:1em auto;
	background: rgba(255,255,255,.40);
}

#fivestars figcaption {
	text-align:center;
}

#fivestars-logos {
	position:relative;
	width:290px;
	height:50px;
	margin:0em auto;
}

#fivestars-logos a {
	display:block;
	position:absolute;
	width:50px;
	top:0px;
	text-align:center;
}

#fivestars-logos a img {
	border:none;
}
#RIES {
	left:0px;
}

#IMRAM {
	left:60px;
}

#CRL {
	left:120px;
}

#ISIR {
	left:180px;
}

#IMCE {
	left:240px;
}