body{
    background-color: #e9e9e998;
}

#img{
    padding: 1%;
    background-color: rgb(7, 15, 58);
}

#titulo{
    font-size: 50px; 
    font-weight: bold;
    padding-top: 1%;
    color: #0b164e;
    font-family: Geneva, Verdana, sans-serif;
}

#titulo2, #titulo3{
    color: #ffffff;
    font-weight: bold;
    font-size: 30px;
    text-decoration: none; 
}

#titulo2:hover{
    color: #bfc0c5;
    font-weight: bold;
    font-size: 30.5px;
    /* text-decoration: underline; */
}

#p-descripcion{
    color: black;
    font-weight: bold;
    padding-left: 4%;
    padding-right: 4%;
    font-size: 22px;
    text-align: justify;
}

#p-tipo{
    font-size: 14px;
}

#regresar{
    padding-left: 5%;
    color: #0b164e;
    text-decoration: none; 
    font-size: 18px;
    font-weight: bold;
}

#regresar:hover{
    padding-left: 5%;
    color: #051b88;
    text-decoration: none; 
    font-size: 18px;
    font-weight: bold;
    text-decoration: underline;
    
}