@charset "utf-8";
/* CSS Document */


* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	
}
body {
	background-image:url("../Imagenes/VideoJuegos.jpg");
	margin-right: 0%;
	margin-left: 0%;
    height: 600px;
	background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-repeat:no-repeat;
	background-attachment: fixed;
	align-items: center;
}
.tablaH{
	background: #F5FBF7;
	text-align: center;
}
.conten{
	width: 100%;
	height: 100%;
	background-color:rgba(154,249,221,0.20);
	text-align:center;	
}
.tbprincipal{
	align-content: center;
	align-items: center;
	text-align: center;
	margin-left: 5%;
	margin-right: 5%;
}
.titulo{
	font-family: "Tomorrow";
	font-size: 25px;
	font-weight: bold;
	font-style: italic;
	color:cyan;
}
.button {
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
    text-shadow: 0 1px 0 hsla(0, 0%, 0%, 0.2);
    text-decoration: none !important;
    text-transform: uppercase;
    color: #fff !important;
    font-weight: bold;
    border-radius: 15px;
    padding: 5px 10px;
    margin: 0 0px;
    position: relative;
    display: inline-block;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
	text-align:left;
	align-items: center;
}
.button:active {
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -o-transform: translateY(3px);
    transform: translateY(3px);
}

.button-blue {
    background: #1E90FF;
    box-shadow: 0 5px 0 #005ab2,
                0 5px 0px hsla(0, 0%, 0%, 0.5);
	border-radius: 15px;
}
.button-blue:active {
    box-shadow: 0 2px 0 #005ab2,
                0 2px 1px hsla(0, 0%, 0%, 0.7);
}

nav {
	position: relative;
}

nav ul {
	list-style:none;
	padding:0;
	overflow:hidden;
}
nav > ul > li {
	float:left;
}
nav ul li {
	font-family:"sansita-one";
	text-align: center;
	font-size: 25px;
	color: #47C77D;
}
nav ul li a {
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
	font-size: 18px;
	text-decoration:none;
	color:#000000;
	display:block;
	padding:20px 20px;
}
nav ul li a:hover {
	background:#F7F0F0;
	color:#F761B5;
	transition: all .3s;
}

nav > ul > li:hover div {
	display:table;
	
}
/*Submenu*/
nav ul li div {
	position:fixed;
	width:auto;
	max-width:inherit;
	background:#FBF4F4;
	box-sizing:border-box;
	display:none;
}
 nav ul li div ul li a:hover {
		color:#F761B5;
	transition: all .3s;
}

th,td {
	border: 0px ;
	border-spacing: 0;
	
}


.texto{
	font-family:"pt-sans";
	text-align:left;
	font-style:italic;
	font-weight: bold;
    font-size: 18px;
	color: #AAE6F3;
}

.contenido{
   	font-family:montserrat;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color:cyan;
	text-align: center;
}

.container1{
    text-align: center;
    text-decoration: none;
	
}

.container3{
	text-align: center;
	align-items: center;
 }

#continueBtn{
  text-decoration: none;
  text-align: center;
  padding      : 8px;
  padding-left: 50px;
  padding-right: 50px;
  color: #1F1F1F;
  font         : bold italic 1em sans-serif;
  border       : 2px solid #333;
  border-radius: 10px;
  background   :#C0D8D8;
}

#continueBtn:hover,
#continueBtn:focus {
  text-decoration: none;
  outline   : none;
  background:#8F8C8C;
  color:#0F1515;
}



th,td {
	border: 0px ;
	border-spacing: 0;
}

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#main_header {
	background:#F8F2F2;
    width:100%;
	height: 60px;
	max-width:auto;
	margin:auto;
	color:#000000;
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
	position: fixed;
}	
.texto1 {
    text-align: right;
	margin: 2em;
    font-family:"pt-sans";
	font-style:normal;
	font-weight: bold;
    font-size: 18px;
	color: #AAE6F3;
}
.texto2 {
    text-align:left;
    font-family:"pt-sans";
	font-style:normal;
	font-weight: bold;
    font-size: 18px;
	color: #AAE6F3;
}


