@charset"utf-8";

body{
    background-color: cadetblue;
    font-family:sans-serif;
}

.imagen {
        display:block;
        margin: 4rem;
}
    
h1{
   font-family: 'Roboto';
   text-align: center;
   color: darkred;
   font-size: 40px;
}

h2{
    text-align: center;
    color: midnightblue;
    line-height: 1.4;
    font-size: 16px;    
}

h3{
    text-align: center;
    color: midnightblue;
    line-height: 1.4;
    font-size: 14px;    
}

.informacionpersonal p {
   color: black;
   line-height: 1.4;
   font-size: 12px;
   text-align: center;   
}

footer p {
    color: white;
    line-height: : 1.4;
    font-size: 9px;
    text-align: center;
}

main img {
    display:flex;
    height: 150px;
    width: 150px;
    margin-left: auto;
    margin-right: auto;   
    
    
}

main{
    margin: 4rem;
}


nav {
    padding-left: 10px;
    padding-bottom: 1px;
    padding-top: 1px;
    background-color: deepskyblue;
    font-size: 14px;
}
nav ul {
    list-style: none;
    padding: 0;
    margin-bottom: 10px;
    margin-top: 10px;
    display: flex;
    justify-content: flex-end;
}

li {
    display: inline;
    padding: 0px;
    border-right: 1px solid #bbb;
    margin-left: 20px;
}

nav ul li a {
    display: inline;
    color: white;
    text-decoration: none;
    margin-right: 20px;
}

li a:hover {
    background-color: rgba(224, 211, 237, 0.85);
    padding: 12px 14px;
    text-decoration: none;
}

a:hover {color: white}