<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html body {
	margin-left: 1.5cm;
	margin-right: 1.5cm;
	margin-top: 1.5cm;
	margin-bottom: 1.5cm;
	/*font-size: 90%;*/
}

a {
	text-decoration: none;
	color: black;
}

img {
	border: none;
}

.header {
	font-family: 'Assistant', sans-serif;
	border-bottom: 1px solid darkgray;
	text-align: center;
	position: relative;
	font-size: 50%;
}

.header ul {
	display: none;
}

.header img {
	display: none;
}

.header h1 {
	margin: 0;
	color: darkgray;
	padding-bottom: 14px;
	font-size: 10pt;
	font-weight: normal;
}

.header ul{
	display: none;
}

address {
	font-family: 'Assistant', sans-serif;
	font-size: 6pt;
	font-style: normal;
	text-align: center;
	color: darkgray;
	padding: 6px;
	border-top: 1px solid darkgray;
	background-image: url('../img/dmf.png');
	background-repeat: no-repeat;
	background-position: 10px;
	margin-top: 1cm;
}

address a {
	text-decoration: none;
	color: darkgray;
	font-style: normal;
}

.content {
	text-align: justify;
	font-family: 'Merriweather', 'Noto Serif', serif;
	font-size: 8pt;
}

.content h1 {
	font-family: 'Assistant', sans-serif;
	text-align: left;
	font-size: 14pt;
	border: none;
	margin-top: 1.5cm;
}

.content h2 {
	font-family: 'Assistant', sans-serif;
	text-align: left;
	font-size: 12pt;
	padding-top: 16pt;
	border: none;
}

.content dt {
	font-weight: bold;
	padding-top: 6pt;
}

.docente {
	font-family: 'Assistant', sans-serif;
	border: none;
	padding: 0.3em 1em 0.3em 1em;
	font-size: smaller;
	margin-left: 2em;
	margin-right: 2em;
}

.docente img {
	display: none;
}

.docente a {
	text-decoration: none;
}

/* p#prof {
	text-align: left;
	font-weight: bold;
	font-style: italic;
	padding-bottom: 20pt;
}

#bacheca dt {
	background: #C0C0C0;
	font-weight: bold;
	padding-top: 1pt;
	padding-bottom: 1pt;
}

#bacheca dd {
	padding-bottom: 10pt;
}
*/

</pre></body></html>