<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	color: black;
	background-color: #d0d8df;
}

/* BODY LINK="#0000ff" VLINK="#600080" BGCOLOR="#d0d8df" */

h1 {
	color: #4060C0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-align: center;
}

h2 {
	color: #C00000;
	font-style: normal;
	font-weight: bold;
	font-size: 1em;
	text-align: center;
}

hr.titulo {
	border: 0;
	width: 50%;
	height: 2px;
	background-color: #4040A0;
	color: #4040A0;
}

p.firma {
	text-align: right;
	font-weight: normal;
}

div.mensaje, div.respuesta {
	font-size: 120%;
}

div.contacto {
	text-align: center;
	font-weight: bold;
	font-family: "Courier New", Courier, monospace;
	border-bottom: 1px solid;
}

div.mensaje, div.respuesta, div.final, div.contacto {
	text-align: justify;
	width: 80%;
	float: center;
	margin-left: 10%;
	background-color: #d0d8df;
	padding: 10px;
}

div.respuesta {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 95%;
	color: #000080;
}

div.final {
	font-family: "Courier New", Courier, monospace;
	font-size: 80%;
	font-weight: bold;
	color: #c00000;
}

div.correo {
	width: 90%;
	float: center;
	margin-left: 5%;
	background-color: #c0c8d0;
}</pre></body></html>