<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.listado {
	color: #000000;
	font-size: 22px;
	font-family: "Times New Roman", Times, serif;
	text-align: justify;
}
body {
	background-position: 450 0;
	background-repeat: no-repeat;
	background-color: #000000;
	color:#000000;
	display: flex;
	justify-content: center;
}
A:link {
	color: #666666; 
	text-decoration: none;
}
A:visited {
	color: #666666; 
	text-decoration: none;
}
A:active {
	text-decoration:none;
}
A:hover {
	color: #999999; 
	text-decoration: underline;
} 
.Estilo1 {
	color: #000066; 
	font-size: 22px; 
	font-family: "Times New Roman", Times, serif;
}
.Estilo2 {
	color: #000000; 
	font-size: 22px; 
	font-family: "Times New Roman", Times, serif;
	margin-right: 0px;	
	margin-left: 30px; 
}
.Estilo3 {
	color: #000000; 
	font-size: 22px; 
	font-family: "Times New Roman", Times, serif;
	margin-right: 0px;	
	margin-left: 0px; 
}
.Estilo4 {
	color: #000000; 
	margin-left: 30px; 
	font-size: 20px; 
	font-family: "Times New Roman", Times, serif;
	margin-right: 0px;	 
}
.Estilo5 {
	color: #000000; 
	margin-left: 20px; 
	font-size: 22px; 
	font-family: "Times New Roman", Times, serif;
	margin-right: 0px;	 
}
.container-listado{
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	min-height: 100vh;
	width: 80%;
	background-image: url(/z_histel/images/encabezado_bio_fondo.gif);
	background-repeat: no-repeat;
	background-position: 65% 0;
	background-color:#fff9dd;
}
.container-listado1col{
	display: flex;
	flex-direction: column;
	padding: 2rem;
}</pre></body></html>