body {
    background-attachment: fixed;
    background-color: black;
    background-image: url("../images/portada/fondo.png");
    color: #000;
    font-family: Segoe UI,Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
    height: auto;
    padding: 10px 0;
    margin-bottom: 80px;
}

#logo {
    position: relative;
    text-align:center;
}

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

#menuIzquierda {
    width: 15%;
    float: left;
    margin: 0 1% 0 10%;
    font-family: Arial;
    font-size: 15px;
}

#menuIzquierda ul{
    list-style-type:none;
    padding-left: 10%;
    font-size: 14px;
}

#menuDerecha {
    float: right;
    width: 17%;
    margin: 0 5% 0 10%;
    font-size: 15px;
    font-family: Arial;
}

#menuDerecha ul{
    list-style-type:none;
    padding-left: 10%;
    font-size: 14px;
}

#centro {
    display: inline-block;
    margin: 10px 0 0 0;
    width: 42%;
}

#centro h1 {
    text-align: center;
    font-size: 30px;
    font-family: optima;
}

#centro h2 {
    text-align: center;
    padding-bottom: 0;
    margin-bottom: 0;
}

#centro a {
    color: orangered;
}

a:link {
    text-decoration: none;
    color: darkorange;
}

a:visited {
    text-decoration: none;
    color: darkorange;
}

.parrafo_cen {
    display: flex;
}

.centrado {
    display: flex;
    align-items: center;
}

.form {
    margin-top: 15%;
}
.form input {
  font-family: "Roboto", sans-serif;
  outline: 0;
  background: #f2f2f2;
  border: 0;
  margin: 0 0 15px;
  padding: 10px;
  box-sizing: border-box;
  font-size: 11px;
}
.form button {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  outline: 0;
  background: blue;
  border: 0;
  padding: 10px;
  color: #FFFFFF;
  font-size: 11px;
  cursor: pointer;
}
.form button:hover,.form button:active,.form button:focus {
  background: darkgoldenrod;
}
.form .message {
  margin: 15px 0 0;
  color: #b3b3b3;
  font-size: 12px;
}
.form .message a {
  color: #4CAF50;
  text-decoration: none;
}
.form .register-form {
  display: none;
}

.formUsuario {
    display: flex;
}

.formUsuario p{
    width: 50%;
    margin: 1em 0 0 0;
}

.formUsuario input{
    width: 50%;
    margin: 1em 0 0 0;
}

.tablaDespacho {
    margin: auto;
    margin-top: 10%;
    font-size: 12px;
    border-style: none;
}

.tablaOfertas {
    margin: auto;
    margin-top: 4%;
    font-size: 12px;
    border-style: none;
}

.tablaUniones {
    margin-top: 2%;
    font-size: 12px;
    border-style: none;
}

.buscarJugador {
    display: flex;
    align-content: center;
    margin: 0 30% 0 30%;
}

.buscarJugador input {
    border-radius: 30px;
}

#boton {
    border: none;
    background: none;
}

