/*body, html
{
	width: 100%;
	height: 100%;
	margin: 0px;
	font-family: "OpenSans", Arial;
}
.ClassBold{ font-family: "OpenSansBold"; }*/

body, html
{
	width: 100%;
	height: 100%;
	margin: 0px;
	background-color: #004762;
	font-family: 'Roboto', system-ui, -apple-system, "Segoe UI", Arial, sans-serif;	


}
/*.ClassBold{ font-family: 'Open Sans', sans-serif; font-weight: 700; }
.Italic{ font-style: italic; }
.Notas{ font-style: italic; font-size: 10px; }*/
.ClassBold {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;   /* Bold */
}

.Italic {
    font-family: 'Roboto', sans-serif;
    font-style: italic;
}

.Notas {
    font-family: 'Roboto', sans-serif;
    font-style: italic;
    font-size: 10px;
}
