@font-face {
  font-family: "Huxtable";
  src: url(huxtable.ttf) format("truetype");
}
@font-face {
  font-family: "Hemi Head FourTwentySix";
  src: url(hemi head 426.otf) format("opentype");
}

@media screen {
html {
	border-left: 1em solid #002;
	border-right: 1em solid #002;
}
}

body {
	font-family: sans-serif;
	color: #bfb;
	background-color: black;
	margin-left: 3em;
	margin-right: 3em;
}

h1 {
	margin-bottom: 2em;
	text-shadow: .1em .1em .1em #999;
}

h2 {
	border-top: 4px dashed black;
	border-bottom: 4px dashed black;
	margin-top: 2em;
	background-color: #5e5;
	padding: .3em 2em;
	margin-left: -2em;
	margin-right: -2em;
	font-family: "Hemi Head FourTwentySix", sans-serif;
}

h2, h3 {
	/*text-shadow: .15em .15em .08em #bbb;*/
	text-shadow: .15em .15em .08em #88b;
}

.experience {
}

.experience h3 {
	border-top: 1px solid #030;
	border-bottom: 1px solid lime;
	border-left: .5em solid #030;
	border-right: 1px solid #030;
	margin-right: 3em;
	/* background-color: #eee; */
	background-color: #050;
	padding: .3em;
}

.experience {
	margin-bottom: 3em;
}

.experience .que {
	margin-left: 5%;
	margin-right: 10%;
}

.cuando {
	margin-top: -2.7em;
	margin-right: 4em;
	text-align: right;
}


dt {
	font-weight: bold;
}

dd {
	margin-bottom: .6em;
}

#alter {
	position: fixed;
	right: 1em;
	top: 1em;
	border: 1px solid black;
	padding: 1em;
	font-size: 70%;
	font-weight: bold;
	background-color: white;
}

@media print {
body {
	background-color: white;
	margin-left: .5cm;
	margin-right: .5cm;
	color: black;
}
#alter, #standards {
	display: none;
}
h1, h2, h3 {
	text-shadow: none;
}
}

