body{
    color: black;
    font-family: 'Roboto Slab', serif;
    font-size: 20px;
    background-color: white;
    text-align: center;
}

.logo{
    width: 60%;
    height: auto;
}

.QR{
    width: 10%;
    height: auto;
}

.bandera_esp{
    background-image: url('/Bandera_de_Espana_p.png');
    width: 30px;
    height: 20px;
    border: none;
}

.bandera_ing{
    background-image: url('/Bandera_RU_p.png');
    width: 30px;
    height: 20px;
    border: none;
}

.imagen{
    width: 60%;
    height: auto;
}


table{
    width:100%;
}

header{
    color: white;
    background-color: cornflowerblue;
}

.link{
    color: white;
    text-decoration: none;
}

.link:hover{
    color: black;
}

.simula{
    color: blue;
    text-decoration: none;
}

.simula:hover{
    color: red;
}

.texto{
    padding-left: 10%;
    width: 80%;
    text-align: left;
    font-size: 18px;
}

.listado{
    padding-left: 10%;
    width: 80%;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
}

footer{
    font-size:14px;
    text-align: center;
    padding-top: 100px;
}



#foto{
    float: right;
    width: 30%;
    text-align: right;
    padding-top: 5%;
}

#foto2{
    float: right;
    width: 40%;
    text-align: right;
    padding-top: 5%;
}

form {
    /* Centrar el formulario en la página */
    margin: 0 auto;
    width: 550px;
    /* Esquema del formulario */
    padding: 1em;
    border: 1px solid #CCC;
    border-radius: 1em;
  }
  
  ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  form li + li {
    margin-top: 1em;
  }
  
  label {
    /* Tamaño y alineación uniforme */
    display: inline-block;
    width: 240px;
    text-align: right;
  }
  
  input,
  textarea {
    /* Para asegurarse de que todos los campos de texto tienen la misma configuración de letra
       Por defecto, las áreas de texto tienen un tipo de letra monoespaciada */
    font: 1em sans-serif;
  
    /* Tamaño uniforme del campo de texto */
    width: 300px;
    box-sizing: border-box;
  
    /* Hacer coincidir los bordes del campo del formulario */
    border: 1px solid #999;
  }
  
  input:focus,
  textarea:focus {
    /* Destacado adicional para elementos que tienen el cursor */
    border-color: #000;
  }
  
  textarea {
    /* Alinear los campos de texto multilínea con sus etiquetas */
    vertical-align: top;
  
    /* Proporcionar espacio para escribir texto */
    height: 5em;
  }
  
  .button {
    /* Alinear los botones con los campos de texto */
    padding-left: 90px; /* mismo tamaño que los elementos de la etiqueta */
  }

/*
  button {
    /* Este margen adicional representa aproximadamente el mismo espacio que el espacio
       entre las etiquetas y sus campos de texto 
    margin-left: .5em;
  }

  button{
    background-color: cornflowerblue;
    border-color: black;
    border-radius: 20px;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: white;
}

button:hover{
    background-color: burlywood;
    cursor:pointer;
}

*/
