body{
    background-image: url(../imagenes/fondo1.png);
    background-repeat: no-repeat;
    background-size:cover;
    text-align: center;
    color: white;
   
    
    
     
}
.formula{
    font-family: 'Courier New', Courier, monospace;
    text-align: center;
    font-weight: bold;
    color: white;
    font-size: 100%;
    text-decoration: underline solid white;
}

img.redimension{
    width: 160px;
    height: 80px;
    align-self: center;
    border: solid rgb(44, 68, 44);
   
}
a{
    color: white;
}
p3{
    border: 3px solid rgb(6, 22, 55);
    background-color: rgb(104, 135, 158);
    border-radius: 12px;
    padding: 0.5em;
    
   
}
.informacion{
    text-align: justify;
    padding: 0 50px;
    font-family: 'Courier New', Courier, monospace;
    font-size: 90%;
}
.boton{
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-weight: bold;
}
h1.titulo{
    color: rgb(128, 167, 181);
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    text-align: center;
    text-shadow: -2px 5px rgb(50, 63, 108);
}
pre{
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
p1{
    color: rgb(0, 0, 0);
    font-family:Arial, Helvetica, sans-serif;
    font-size: 90%;
    background-color: beige;
    border-color: khaki;
    border-radius: 5px;
    padding: 0.5em;
    
}
p2{
    color: rgb(184, 198, 200);
    font-family:Arial, Helvetica, sans-serif;
    font-size: 100%;
}
.universidad{
    position: absolute;
    right: 20px;
    bottom: 1px; 
    color:rgb(18, 19, 37);
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    background-color: rgb(109, 138, 160);
    margin: 0;
    padding: 0 50px ;
}
.datos{
    width: 100%;
    text-align: center;
}
