body {
    padding: 0;
    margin: 0;
    background-color: #ede79b;
    font-size: 100%;
    font-family: "oswaldbold", sans-serif;
    color: #910f23;
}

#pagina {
    width: 90%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 2rem;
}
    
header { 
    display: inline;
    }

#logo {
    padding: 2rem;
    margin-right: 1rem;
    float: left;
    width: 10%;
    }
a{
    text-decoration: none;
}
nav {
    text-decoration: none;
    }

nav ul li {
    float: right;
    width: 80%;
    text-decoration: none;
    text-align: center;
    margin-top: 2rem;
    font-size: 120%;
    font-weight: 60;
    border: 1px;
    background-color: #409b9f;
    display: inline;
    padding: 0.5rem;
    height: auto;
    color: #0c4040;
    font-weight: 200;
    }

nav ul li:hover {
    background-color: #0f4a4d;
    color: #f2f8f8;
    }

nav ul li a {
    text-decoration: none;
    color: #c4dede;
    font-weight: 200;
    
    }

/*.ul {
    width: 10%;
    text-align: center;
    text-decoration: none;
    color: #fff;
    line-height: 2rem;
    }*/

.lado {
    width: 40%;
    float:left;
    margin-bottom: 2rem;
    }

.links {
    text-decoration: none;
    font-size: 120%;
    padding-left: 2rem;
    text-align: left;
    line-height: 2rem;
    color: #0c5f62;
    width: 25%;
    }

.links:hover {
    color: #409b9f;
    }

.yo {
    margin-top: 1rem;
    margin-right:;
    padding-right: ;
    float: right;
    text-decoration: none;
    font-size: 100%;
    text-align: right;
    line-height: 0.5rem;
    color: #0c5f62;
    width: 50%;
    }

footer {
    clear: both ;
    margin: auto;
    margin-top: 1rem;
    text-align: center;
    line-height: 2rem;
    text-decoration: none;
    box-sizing: border-box;
    }

.pacha {
    width: 100%;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    }

.vinculos{
    text-decoration: none;
    text-shadow: 0.5rem; 
    }

/*
h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    line-height: 2 rem;
    }

h2 {
    margin-top: 2 rem;
    }
*/
.fotouba{
    background-image: url(imagenes/FADU-Buenos-Aires-Foto-13.jpg);
    width: 100%;
    height: 30rem;
    overflow: hidden;
    }

.apr{
    margin-top: 1rem;
    float: right;
    color: #e0dec4;
    padding: 1rem;
    text-align: center;
    width: 25%;
    box-sizing: border-box;
    }
.elect {
    margin-top: 1rem;
    float: right;
    color: #e0dec4;
    padding: 1rem;
    text-align: center;
    width: 20%;
    box-sizing: border-box;
    }
.cursando {
    margin-top: 1rem;
    float: right;
    color: #e0dec4;
    margin: rem;
    padding: 1rem;
    text-align: center;
    width: 20%;
    box-sizing: border-box;
    }


h4 {
    color: #ede79b
    }
h2 {
    color: #ede79b
    }

.social {
    width: 70%;
    padding-top: 3rem;
    float:right;
    text-align: center;
    height: 30rem;
    overflow:hidden;
    margin-bottom: 1rem;
    }

.social h3 {
    text-decoration: none;
    color: #0c5f62;
    margin-top: ;
    padding-top: 17rem;
    }

.social h3:hover{
    color: #910f23;
    }

.txt{
    margin-top: 0rem;
    clear: both;
    box-sizing: border-box;
    padding-left: 1rem;
    padding-right: 1rem;    
    color: #409b9f;
    }

.poetas{
    padding-top: 3rem;
    background-image: url(imagenes/poetas.jpg);
    width: 33.3%;
    height: 18rem;
    background-position: center;
    background-size: cover;
    float: left;
    }

.club{
    padding-top: 3rem;
    background-image: url(imagenes/club.jpg);
    width: 33.3%;
    height: 18rem;
    background-position: center;
    background-size: cover;
    float: left;
    }

.ctp{
    padding-top: 3rem;
    background-image: url(imagenes/logoBNcolor.jpg);
    width: 33.3%;
    height: 18rem;
    background-position: center;
    background-size: cover;
    float: left;
    }


@font-face {
    font-family: 'oswaldbold';
    src: url('fuentes/oswald-bold-webfont.eot');
    src: url('fuentes/oswald-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fuentes/oswald-bold-webfont.woff2') format('woff2'),
         url('fuentes/oswald-bold-webfont.woff') format('woff'),
         url('fuentes/oswald-bold-webfont.ttf') format('truetype'),
         url('fuentes/oswald-bold-webfont.svg#oswaldbold') format('svg');
    font-weight: normal;
    font-style: normal;
    }