html {background-color : #000000;}

body {
  width:1000px;
  height: 1000px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  padding: 0;
  margin-left : auto;
  margin-right : auto;
  text-align: center;
}

h1 {
  color: tomato;
  padding-top: 15px;
  padding-bottom: 15px;
}

h2 {
  padding-left: 20px;
  color: white;
  margin: 0 0 8px;
  text-align: left;
}

h1.subPagina {
  color: tomato;
}


h2.subPagina {
  color: white;
  text-align: left;
}

ul {
  width:650px;
  padding:0px;
  position:relative;
  display:inline-block;
}

ul li {
  display: inline-block;
  padding: 0 10px;
  list-style: none;
}

.listaDerecha {
  list-style: none;
  width: 100px;
}

.headerOculto {
  display:none;
  width:0px;
}

section.principal {
  padding-top: 35px;
  padding-left: 80px;
  width: 60%;
  float:left;
  height: 500px;
}

section.subPagina {
  padding-top: 15px;
  padding-left: 80px;
  width: 83%;
  height: auto;
}

h2.headerCentrado {
  padding: 2px;
  text-align:center;
}

section.seccionEstadisticas {
  width:80%;
  height: auto;
}

aside {
  padding-top: 70px;
  padding-left: 5px;
  padding-right: 5px;
  border-left: 1px solid rgb(153, 153, 153);
  width:25%;
  float:right;
}

p {
  color:beige;
  text-align:justify;
}

p.centrado {
   color:beige;
   text-align:center;
}

p.campeonatos {
  color:rgb(255, 255, 255);
  text-align:justify;
  padding: 0%;
}

p.creditos {
  color:rgb(255, 255, 255);
  width: 60%;
  text-align:justify;
}

a:link {
  font-size: 0.875em;
  color: tomato;
  background-color: transparent;
  font-family: Fantasy;
  text-decoration:wavy;
  font-weight: bold;
  font-size: 125%;
}
a:visited {
  color: tomato;
  background-color: transparent;
  text-decoration: none;
}
a:hover {
  color:white;
  background-color: transparent;
  font-weight: bold;
}
a:active {
  background-color:black;
}

a.email:link {
  font-size: 0.875em;
  color: tomato;
  background-color: transparent;
  font-family: Fantasy;
  text-decoration:wavy;
  font-weight: bold;
  font-size:medium;
}

a.otros:link {
  font-size: 0.875em;
  color: tomato;
  background-color: transparent;
  font-family: Fantasy;
  text-decoration:wavy;
  font-weight: bold;
  font-size:medium;
}


nav hr {
  width : 700px;
  margin-right : auto;
  margin-left : auto;
  background-color : #ffffff;
  color : #ffffff;
  height: 1px;
  border:3px;
  padding: 0px;
}

nav {
  padding: 0px;
}

table,th,td{
  width:50%;
  border-collapse: collapse;
  border: solid;
  background-color: darkgray;
  margin-left: auto;
  margin-right: auto;
}

th {
  font-weight:bolder;
}

img {
  padding: 25px;
}

input[type=text] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
}

footer {
  text-align: center;
  clear: both;
  margin-bottom: 0;
}

form {
  position: relative;
  width: 740px;
  height: 498px;
  margin: 0 auto;
  padding: 1em;
  box-sizing: border-box;
}

label {
  color:white;
}