
#reader-mode-button {
	display: -moz-box !important;
}


body {
	background-color: #f0ead6;
	font-family: "Times New Roman", Times, serif; /* Serif le da ese toque 'duro' en la vista */
	line-height: 1.2;
	max-width: 80%;
	margin: 0 auto;
	padding: 20px;

}
h1, h2, h3 {
	margin-top: 1.5em;
	margin-bottom: 0.5em;
	border-bottom: 3px double #000; /* Mas formal y eso */
	letter-spacing: -0.5px;
}

h1 { font-size: 2.2em; text-transform: uppercase; }

pre, code, marquee {
	background-color: #000;
	color: #00ff00; /* VERDE TERM*/
	padding: 10px;
	font-size: 2em;
	marquee-speed: fast; /* Esto ya no existe :/ */
	border: 5px inset #808080;
	font-family: "Courier New", Courier, monospace;
	display: block;
	overflow-x: auto;
}

a {
	color: #0000ee;
	font-weight: bold;
}

a:visited {
	color: #551a8b;
}

hr {
	border: 0;
	height: 2px;
	background: #000;
	margin: 20px 0;
	box-shadow: 0px 1px 0px #fff; /* Queda genial */
}

ul {
	list-style-type: square;
}

li {
	margin-bottom: 8px;
}

/* Sin usar */
footer {
	margin-top: 50px;
	border-top: 1px solid #000;
	padding-top: 10px;
	font-size: 0.85em;
	font-style: italic;
}

/* Sin usar */
.8831s {
	display: flex;
	gap: 5px;
	margin-top: 20px;
	filter: contrast(1.2);
}
.imagenconsub {
	float: right; /* Estoy probando con izq/der */
	margin: 10px 0 10px 20px;
	padding: 4px;
	background-color: #fff;
	border: 1px solid #000;
	max-width: 250px;
}

.imagenconsub img {
	width: 100%; /* Scale image to fit the container */
	height: auto;
	display: block;
}

.ca {
	display: block;
	font-size: 10px;
	font-family: Arial, sans-serif;
	text-align: center;
	border-top: 1px solid #000;
	margin-top: 4px;
	padding-top: 2px;
}

h1, h2, hr {
	clear: both;
}
