@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Lato);
@import url(https://fonts.googleapis.com/css?family=Oswald:300);

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body{
    background-image: url(imagenes/fondo.png);
    background-repeat: no-repeat;
   
    
}
article{
position: relative;
}
article img{
    width: 5%;
    float: right;
    margin-right: 10%;
    margin-top: -29%;
}
article p{
    font-family: 'Lato', sans-serif;
   
    font-size: 2em;
    color: #FFFFFF;
}
#dni{
    position: absolute;
    left: 37%;
    margin-top: 28%;
    background-color: rgba(0, 0, 0, 0.4);
    width: 18%;
    padding: 0.5em;
}
#comision{
    position: absolute;
    left: 37%;
    margin-top: 33%;
    background-color: rgba(0, 0, 0, 0.4);
    width: 31%;
    padding: 0.5em;
}
#tp{
    position: absolute;
    left: 37%;
    margin-top: 38%;
    background-color: rgba(0, 0, 0, 0.4);
    width: 16%;
    padding: 0.5em;
}
h1{
    font-family: 'Oswald', sans-serif;
    color: #ffffff;
    font-size: 12em;
    font-weight: 300;
  
    margin-left: 10%;
}

nav {
    margin-left: 48%;
    padding:0;
    width: 45%;
    margin-top: -37%;

}

nav ul {
    display:flex;
    flex-direction:row;
    justify-content: space-around;
    margin: 0;
    padding:0.1em;
    color: white;
    font-weight: 600;
    list-style: none;
    
}

nav ul li {
    width: 20%;
    padding:0;
    text-decoration:none;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 13px;  
    letter-spacing: 1px;
}

nav ul li a {
    text-align: center;
    display:block;
    width: 100%;
    height: 2em;
    line-height: 2em;
    text-decoration:none;
    color: #ffffff;
    background-color: #CF744D;
}

footer{
    
    font-family: 'Lato', sans-serif;
    font-style: italic;
    font-size: 11px;
    color: #000000;   
    text-align: center;
    margin-top: 44%;
    padding-left: 6%;
    padding-right: 6%;
}