* {
    margin: 0;
    padding: 0;
    background-color: #07102f;
    font-family: 'Roboto', sans-serif;
  }
  
  #cabeceraLogo {
    width: 10%;
    margin-left: 10%;
  }
  
  #LogolUZ {
    width: 50%;
    margin: auto;
  }
  h1{background-color: #313131;
  color:white;
  margin:2em;
  text-align: center;}
  
  
#Texto1 {
    background-color: #313131;
    width: 75%;
    margin: auto;
    margin-top: 15vh;
    margin-bottom: 15vh;
    padding: 1em;
    border-radius: 25px;
    color: #135bb9;
    text-align: center;
    font-size: 2em;
}

#Texto1 h1{
  background-color: #313131;
   color:white;
  margin:2em;
  text-align: center;
}


/*Parte nueva para Mind*/

.portaimagenes{
  
  height: 80vh;
  //background-color: #437A16;
 text-align: center;
 padding: 2em;
}

p{
font-size:2em;
  color:white;
  margin:2em;
}


#imagenQRreduzco{
  width:400px;
}



/*comienzo footer  */
footer {
    /*  border:2px solid red; */
    margin-top: 5vh;
    padding-top: 2  vh;
    width: 100%;
    background-color: #313131;
    border-radius: 3vh 3vh 0vh 0vh;
}
  
.pie {
    width: 50%;
    height: 15vh;
    background-color: #313131;
    text-align: center;
    margin: auto;
    font-size: 6vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  
  #notafinal {
    font-size: 2em;
    width: 50%;
    height: 15vh;
    color: #135bb9;
    background-color: #313131;
    text-align: center;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  
  a {
    outline: none;
    text-decoration: none;
    color: #135bb9;
    border-bottom: 3px solid;
    border-color: #135bb9;
    background-color: #313131;
  }
  
  a:link {
    color: #135bb9;
  }
  
  a:visited {
    color: #437A16;
  }
  
  a:focus {
    border-bottom: 1px solid;
    background: #BAE498;
  }
  
  a:hover {
    background-color: #313131;
    border-bottom: 1px solid;
    border: 10px;
    background: -webkit-gradient(linear, left top, right top, from(#A24BE7), color-stop(#2C68A6), color-stop(#7FB029), color-stop(#D2C31E), to(#D92732));
    background: linear-gradient(to right, #A24BE7, #2C68A6, #7FB029, #D2C31E, #D92732);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
  }
