.contedor {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

table {
  border: none;
  display: block;
  overflow-x: auto;
}

tr {
  background-color: #f5f5f5;
  border: none;
}

.ante {
  background-color: #bbbbbb;
}

.e2015 {
  background-color: #CCCACA;
}

th {
  padding: 5px;
  text-align: left;
  border: 0px solid;
  border-bottom: 0px solid #ddd;
  background-color: #CA005D;
  color: white;
}

#baleiro {
  background-color: #ffffff;
}

td {
  padding: 5px;
  text-align: center;
  border: 0px solid;
  border-bottom: 0px solid #ddd;
  background-color: #6AADE4;
  color: white;
}


.cabeceira {
  background-color: #6AADE4;
  width: 100%;
  height: 50px;
  margin-bottom: 30px;
}

/* menu */

#menu {
 height: 100%;
 justify-content: center;
 display: flex;
} 

#menu ul {
 list-style:none;
 margin:0;
 padding:0;
}

/* items del menu */

#menu ul li {
 background-color:#6AADE4;
 height: 100%;
}

/* enlaces del menu */

#menu ul a {
 display:block;
 color:#fff;
 text-decoration:none;
 font-weight:400;
 font-size:15px;
 padding:10px;
 font-family:"HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
 text-transform:uppercase;
 letter-spacing:1px;
}

/* items del menu */

#menu ul li {
 position:relative;
 float:left;
 margin:0;
 padding:0;
}

/* efecto al pasar el ratón por los items del menu */

#menu ul li:hover {
 background:#CA005D;
}

/* menu desplegable */

#menu ul ul {
 display:none;
 position:absolute;
 top:100%;
 left:0;
 background:#eee;
 padding:0;

}

/* items del menu desplegable */

#menu ul ul li {
 float:none;
 width:150px;
 height: 100%;
}

/* enlaces de los items del menu desplegable */

#menu ul ul a {
 line-height:120%;
 padding:10px 15px;
}

/* items del menu desplegable al pasar el ratón */

#menu ul li:hover > ul {
 display:block;
}

.central {
  margin-right: auto;
  justify-content: center;
}

.central table {
  justify-content: center;
  display: flex;
}


/* INSERTAR */

hr {
  color: #ffffff;
}

form {
}

#mesas {
  margin-top: 20px;
  justify-content: center;
  display: flex;
}

#partidos {
  justify-content: center;
  display: flex;
  margin-top: 40px;
}

#insertar {
  background-color: #CA005D;
}

#insertar h1 {
  color: #ffffff;
  justify-content: center;
  display: flex;
}

#login {
  color: #ffffff;
  padding-bottom: 50px;
}

#login label {
  margin-right: 5px;
  font-weight: bold;
}

#login select {
  justify-content: center;
  display: flex;
  color: #ffffff;
  padding-left: 5px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  background-color: #6AADE4;
  font-size: 100%;
}

#submit {
  justify-content: center;
  display: flex;
  color: #ffffff;
  padding: 15px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  background-color: #6AADE4;
}  

#boton {
  justify-content: center;
  display: flex;
}
