@charset "UTF-8";
/* Backporting of styles to make things bloody easier — (lms 20200511) */
@import url('https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400;0,700;1,400;1,700&display=swap');

body {
	background-color:#fff;
	color:#666;
	font-family: Arimo,Arial,Helvetica,sans-serif;
	font-style: normal;
	font-size:10px;
	font-weight: 400;
	margin-bottom:10px;
	margin-top:10px;
	text-align:justify;
/* scrollbar properties seem to have been deprecated; on the original files, this was already commented out (lms 20200511)
	scrollbar-face-color:#E8E7F4;
	scrollbar-highlight-color:#FFF;
	scrollbar-3dlight-color:#FFF;
	scrollbar-darkshadow-color:#FFF;
	scrollbar-shadow-color:#FFF;
	scrollbar-arrow-color:#E8E7F4;
*/
}

@font-face {
	font-family:'Present Bold';
	font-weight:700;
	font-style:normal;
	font-display:swap;
/* Read next point */
	unicode-range:U+000-5FF;
/* Download only latin glyphs */
	src:local('Present Bold'),local('Present-Bold'),url(/img/Present-Bold.woff2) format("woff2");
	letter-spacing:-0.01em;
}

A.menu {
	color:#606060;
	font-size: 1.1em;
	font-weight:700;
	text-decoration:none;
}

A.menu:hover {
	color:#00008e;
	font-size: 1.1em;
	font-weight:700;
	text-decoration:none;
}

.texto {
	color:#666;
	font-size: 1em;
}

.titulo {
	font-family:'Present Bold';
	color:#00008e;
	font-size: 1.8em;
	font-weight:700;
}

.subtitulo {
	color:#666;
	font-size: 1.1em;
	font-style:italic;
	font-weight:400;
}

.subtitulocenter {
	color:#666;
	font-size:1.1em;
	font-style:italic;
	font-weight:400;
	text-align:center;
}

.textocenter {
	color:#666;
	text-align:center;
	text-decoration:none;
}

.titulocenter {
	color:#00008e;
	font-size: 1.3em;
	font-weight:700;
	text-align:center;
}

.tituloimprensa {
	color:#00008e;
	font-size:1.1em;
	font-weight:700;
	text-align:justify;
	text-decoration:underline;
}

.textolink {
	color:#000;
	font-style:italic;
	text-align:justify;
	text-decoration:underline;
}

.titulolink {
	color:#00008e;
	font-size: 1.3em;
	font-weight:700;
	text-decoration:underline;
}

.titulolinkzoom {
	color:#00008e;
	font-size: 1.2em;
	font-weight:700;
	text-decoration:none;
}