body {
/*	font-family: "FreeMono"; */
	font-family: "Sans"; 
	background-color: #202022;
/*	background-image: url('imagenes/metatron-cube-10-opacity.png'); */
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 50% 50%;
	color: white;
}

a {
	text-decoration: none;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 200px;
	background-color: none;
}

li a {
	display: block;
	color: #FFBF00;
	padding: 5px 1px;
	text-decoration: none;
	font-size: 150%;
	font-weight: bolder;
}

li a:hover {
	color: #7f5f00;
}

p a {
	color: #80AB00;
}

p a:hover {
	color: #556B2F;
}

a.lol:link {
	color: #FFBF00;
}

a.lol:visited {
	color: #FFBF00;
}

a.lol:hover {
	color: #CC9800;
}

a:link {
	color: none;
}

a:visited {
	color: none;
}

.barrita {
	padding: 1px;
	width: 20%;
	position: absolute;
	right: 1%;
	position: fixed;
/*	background-color: #702963;*/
/*	border-style: solid;*/
}

sup {
	font-size: -2;
}

#nazrim {
	display: block;
}

img {
	margin-left: auto;
	margin-right: auto;
}

h2 {
	overflow-wrap: break-word;
}

code {
	color: #702963;
	background-color: black;
	padding: 2px;
	font-weight: bold;
}

pre {
	color: #702963;
	background-color: black;
	padding: 2px;
	font-weight: bold;
}

.contenedorCentro {
	width: 75%;
	margin-left: auto;
	margin-right: 20% ;
}

.banner {
	/*position: relative;*/
	text-align: center;
	width: 100%;
	color: white;
}

.banner .text {
	position: absolute;
	bottom: 8px;
	right: 16px;
	background: rgba(0,0,0,.6);
}

.banner img {
	width: 100%;
}

.contenedorblog {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.borde {
	width: 200px;
	height: 120px;
	padding: 20px;
	background-color: "#3b83bd";
	border: 10px inset black
}

.piolita {
	padding: 10px;
	width: 20%;
	position: absolute;
	left: 0;
	height: 95%;
}

.info {
	border: 5px solid grey;
	border-radius: 15px;
	overflow-y: scroll;
	height: 50%;
	padding:10px;
}

.carousel {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex: 0 0 100%;
}

.group {
	display: flex;
	animation: scrolling 15s linear infinite;
}

.card img {
  max-height: 200px;
}

@keyframes scrolling {
	0% {transform: translateX(0);}
	100% {transform: translateX(-100%);}
}
