* {
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
    margin: 0;
    padding: 0;
    text-align: left;
}

img {
    max-width: 100%;
    max-height: 100%;
}
.contenedorgeneral {
    background-color:  rgb(249, 244, 222);
width: 480px;
    height: 775px;
}

body {
width: 480px;
height: 775px;
}

.perfil ul li {
    font-family: "lato";
    
}
nav ul li{
    display: flex;
    align-items: center;
list-style-type: none; 
}


nav ul li a{
    display: flex;
    text-decoration: none;
    color: white;
    background-color: 
}


#navprincipal ul{
    display: flex;
    justify-content: space-between;
    background-color: grey
}



.pasantias{
background-image: url(../2/pasantias.png);
background-position: center;
padding-bottom: 4em; 
}

#pletras {
color: white;
font-family: "lato";
font-size: 1.5em;
display: block;
text-align: center;
padding-top: em;
font-weight: bolder;
}

#pletras:hover {
color: black;
}

.campana {
display: block;
margin-left: 13.5em;
padding-top: 2em;
padding-bottom: 1em;    
    
}
