/* TEMA 'CHAPADO A LA ANTIGUA' (O ponle tu un nombre mejor) */

body {
	background-color: #e0e0e0;
	color: #003B00;
	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;
	background-image: url(/img/2x2.png);
	background-repeat: repeat;
	background-size: 2px 2px; 
	image-rendering: pixelated;
	image-rendering: crisp-edges;
}
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; }

/* Estilo terminal, que no es igual que el resto de la página, pero me importa una mierda la verdad, queda bien */
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;
}

/* TIENE que ser azul con decoraciones abajo*/
a {
	color: #0000ee;
	font-weight: bold;
}

a:visited {
	color: #551a8b;
}

/* Sabias que HR significa 'Horizontal Rule'? */
hr {
	border: 0;
	height: 2px;
	background: #000;
	margin: 20px 0;
	box-shadow: 0px 1px 0px #fff; /* Queda genial */
}

/* Mas retro */
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); /* Makes badges look more 'CRY' */
}
.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 { /* Para las imagenes esas que interrumpen el texto */
	clear: both;
}
