@font-face {
    font-family: header;
    src: url("/fonts/3Dumb/3Dumb.woff2");
}

@font-face {
    font-family: typewritter;
    src: url("/fonts/Harting/Harting.woff2");
}


#barrita {
	font-family: typewritter;
    padding: 12px;
    width: 100%;
	font-size: 110%;
	color: #ae60bd;
    /* border: 1px solid red; */
}

body {
    margin: auto;
    background-color: #251B1E;
    color: #E2BCB3;
    max-width: 90%;
	font-family: monofur;
	font-size: 110%;
}

body a:visited {
    color: #672C20;
}

body a:link {
    color: #364061;
}

h1, h2, h3, h4 {
	font-family: typewritter;
}

h1 a:visited, h1 a:link, h2 a:visited, h2 a:link, h3 a:visited, h3 a:link, h4 a:visited, h4 a:link {
    color: #545154;
    text-decoration: none;
    font-style: normal;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
    font-style: italic;
}

/*
h1 a:hover:before, h2 a:hover:before, h3 a:hover:before, h4 a:hover:before {
*/
h1 a:hover:after, h2 a:hover:after, h3 a:hover:after, h4 a:hover:after {
	content: " ⚓ ";
	/*text-decoration: underline;*/
	font-size: 55%;
	font-style: normal;
	padding: 5px;
	color: #664C48;
}

h1 a:active, h2 a:active, h3 a:active, h4 a:active {
    color: #AE4028;
}

.subtitle {
    font-family: serif, sans-serif;
    text-align: left;
    float: right;
    font-size: medium;
    font-weight: normal;
    font-style: italic;
    margin-top: 0;
}

.title {
    text-align: center;
    margin: 1em;
	font-size: 2.4em;
	font-family: header;
}

.barrita a:link {
    color: #251B1E;
    text-decoration: none;
}
.barrita a:visited {
    color: #672C20;
    text-decoration: none;
    /* color: #a99e90; */
}
.barrita a:hover {
    color: #364061;
    text-decoration: none;
}
.barrita a:active {
    /* text-decoration: none; */
}

.barrita-iz {
  float: left;
}
.barrita-de {
  float: right;
}

.pie {
	color: #aeaeae;
    font-family: typewritter;
    /* color: #222222; */
    /* color: #23272F; */
    /* color: #160427; */
    margin: 10px;
    text-align: center;
    /* padding: 10px; */
  line-height: 100px;
	font-size: 80%;
}

.pie a:visited, .pie a:link {
    /*
	color: #a99e90;
    color: #160427;
    color: #664C48;
	 */
}

.pie img {
    width: 6rem;
    text-align: center;
	vertical-align: middle;
    padding: 5px;
	padding-left: 0px;
	margin-left: 0px;
}


img {
    /* max-width: 100%; */
    width: 100%;
    height: 100%;
    /* height:100%; */
}

code {
    font-size: 110%;
    margin: 1.5px;

}

blockquote p {
    font-family: 'Special Elite', cursive;
    color: #A4786F;
    border-left: 1rem solid #070505;
    background-color: #251B1E;
    padding: 0.5rem;
}

/* switch es el pequeño boton sobre el texto <sup> */
.switch:focus {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	pointer-events: all;
	opacity: 0.4;
	cursor: not-allowed;
}

.switch:focus + .nota {
	display: block;
}

.nota-ref { /* texto del boton */
	border: none;
	cursor: pointer;
	background: #545154;
	border-radius: 0.3rem;
	font-size: 0.9em;
	vertical-align: super; /* <sup> */
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 0px 5px;
}

.nota { /* texto de la nota */
	display:none;
	width: 30%;
	padding-left: 15px;
	margin-left: 15px;
	float: right;
	font-style: italic;
	background-color: lightgray;
	padding: 10px;
	color: #ff3eea;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.highlight code { /* codeblocks */
  overflow: auto;
  padding: 12px;
  display: block;
}

:not(pre) > code { /* #inline codeblocks */
    border: 1px solid #664C48;
	background: #AE4028;
	margin: 2px;
	padding: 1.5px;
	padding-top: 0px;
	padding-bottom: 0px;
}

figcaption {
	text-align: center;
	margin-bottom: 30px;
}




/* NEW */

.neocities-badge {
	width: 10em;
}
