.tabla2 {
    margin: 2px;
}

.tabla1 {
    width: 80%;
    /*border: 1px solid;*/
    text-align: left;
    margin: auto;
}

/* tr {
    width: 80%;
}

td {
    width: 80%;
} */

/* a:hover {
    cursor: pointer;
    background-color: rgb(41, 91, 255);
    text-decoration: underline;
} */

a:link {
    color: rgb(3, 3, 3);
    text-decoration: underline;
}

a:visited {
    color: rgb(7, 7, 7);
}

.cabeza {
   
    background-image: linear-gradient(#283032,#191d1e);
    
}

.licencia {
    width: 80%;
    border: solid;
    border-width: thin;
    border-color: black;
    background-image: linear-gradient(#ffffff, #cacaca);
    border-radius: 10px;
    text-align: left;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
    padding: 5px;
    font-family: Arial, Helvetica, sans-serif;
}

.pie {
    width: 80%;
    border: solid;
    border-width: thin;
    border-color: black;
    background-image: linear-gradient(#191d1e, #212629);
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
    padding: 5px;
}

.cuadritos {
    width: 25%;
    float: left;
    padding: 5px;
    text-align: center;
}
.vertical {
    vertical-align: top;
}
.foto{
    width: 200px;
    border-radius: 10%;
    background-color: #ffffff;
    text-align: left;
    overflow: hidden;
    /*display: inline-block;*/
    font-size: small;
    float: left;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 20px;
}
.speech {
    width: 80%;
    height: 200px;
    background-image: linear-gradient(#e6e6e6,#ffffff);
    border-radius: 10px;
    text-align: left;
    /*box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);*/
    padding: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    line-height: 200%;
}

.texto {
    font-family: Verdana, sans-serif;
}

.grande {
    font-family: Verdana, sans-serif;
    font-size: 12px;
}

.chico {
    font-family: Verdana, sans-serif;
    font-size: 10px;
}

.blanco {
    color: white;
}

.sombra {
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
}

.titulo {
    border: solid;
    border-width: thin;
    border-color: #212629;
    background-color: rgb(211, 209, 209);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: medium;
    padding: 5px;
    width: 80%;
}

.info {
    width: 80%;
    background-color: aliceblue;
    border-radius: 10px;
    padding: 10px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: small;
}

.botones {
    margin-left: auto;
    margin-right: 0;
    text-align: right;
    align-items: flex-end;
    float: right;
}
.logo {
    float: left;
}
.button {
    background-color: #5d635d; /* Green */
    border: none;
    border-radius: 5px;
    color: white;
    padding: 15px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 10px;
  }
  .alto {
    max-height: 150px;
  }