html{background-image: radial-gradient(circle at 62.28% -19.64%, #3b1a37 0, #341335 16.67%, #2c0b33 33.33%, #220331 50%, #190030 66.67%, #0f002f 83.33%, #00002e 100%);;margin: 0;padding: 0;}


/* latin */
@font-face {
  font-family: 'Press Start 2P';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/pressstart2p/v9/e3t4euO8T-267oIAQAu6jDQyK3nVivM.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v19/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVtzpbCIPrE.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


#encabezado{}
ul.nav-menu{
	position: absolute;
	top: 5%;
	right: 15%;
	list-style:none;
}

ul.nav-menu li img:hover{
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: url(img/Juegos_Coop_por_Jugar.png) no-repeat;
	width: 100px;
	height: 100px;
	padding-left: 100px;
}

ul.nav-menu-list{
	position: absolute;
	top: 5%;
	right: 10%;
	list-style:none;
}
ul.nav-menu-list li img:hover{
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: url(img/Juegos_Coop_Completados.png) no-repeat;
	width: 100px;
	height: 100px;
	padding-left: 100px;
}

#content{
	font-family: Segoe UI;
	font-size: 30px;
	color: #FFF;
	text-align: center;
	width: 100%;
}

h1{
	font-family: 'Press Start 2P';
	font-size: 30px;
	color: #C99B1C;
	text-align: center;
	margin-top: 5%;
}

@media screen and (min-width: 1750px) {.juego_completado{float: left;margin-left: 20%;}#contenidoPrincipal{margin-left: 20%;}}
@media screen and (min-width: 1900px) {.juego_completado{float: left;margin-left: 9%;}#contenidoPrincipal{margin-left: 9%;}}

#contenidoPrincipal{
	display: inline-block;
}

.juego_completado{
	width:  450px;
	height: 150px;
	background: #7f7f7f;
	margin: 35px;
}
	.juego_completado:hover{
		-webkit-transform:scale(1.3);
		-moz-transform:scale(1.3);
		-webkit-transition-duration: 0.5s;
		-moz-transition-duration: 0.5s;
	}
.juego_completado a{
	text-decoration: none;
	float: inherit;
	width: 0px;
	height: 0px;
}

.positivo{
	background: #5DA370;
	border-right: 5px solid #5da370;
	color: #2c4b34;
}

.neutral{
		background: #8C8C8C;
		border-right: 5px solid #8C8C8C;
		color: #54595d;
}
.negativo{
		background: #c32214;
		border-right: 5px solid #c32214;
		color: #66110b;
}

.jc_numero{
	float: left;
	position: relative;
	left: -20px;
	top: -10px;
	width: 30px;
	height: 30px;
	border-radius: 40px;
	font-size: 15px;
	line-height: 30px;
	background: #000;
	color: #467b55;
}

.jc_titulo{
	position: relative;
	top: 0;
	left: 0;
	width:  300px;
	height: 35px;
	font-family: 'Raleway';
	font-size: 15px;
	text-align: center;
	font-weight: bold;
	line-height: 35px;
	color: #fff;
}

.jc_calificacion{
	position: relative;
	top: -35px;
	left: 300px;
	width:  145px;
	height: 35px;
	font-family: monospace;
	font-size: 15px;
	text-align: right;
	font-weight: bold;
	line-height: 35px;
}

.jc_imagen{
	position: relative;
	top: -35px;
	left: 0;
	width: 190px;
	height: 105px;
	border: 5px solid #000;
	margin: 0;
	padding: 0;
	background: #000;
} 

.jc_categoria{
	position: relative;
	top: -150px;
	left: 200px;
	width:  240px;
	border-left: 10px solid #505659;
	height: 35px;
	background: #505659;
	font-family: monospace;
	font-size: 15px;
	color: #92999c;
	text-align: left;
	font-weight: bold;
	line-height: 35px;
}

.jc_nota{
	position: relative;
	top: -150px;
	left: 200px;
	width:  240px;
	border-left: 10px solid #2E2E2E;
	height: 70px;	
	border-top: 10px solid #2E2E2E;
	background: #2E2E2E;
	font-family: Calibri;
	font-size: 15px;
	color: #b0bdbc;
	text-align: center;
}
    
#piePagina{}