/*Hoja de estilos CSS*/


@font-face {
    font-family: 'titillium_webregular';
    src: url('titilliumweb-regular-webfont.eot');
    src: url('titilliumweb-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('titilliumweb-regular-webfont.woff2') format('woff2'),
         url('titilliumweb-regular-webfont.woff') format('woff'),
         url('titilliumweb-regular-webfont.ttf') format('truetype'),
         url('titilliumweb-regular-webfont.svg#titillium_webregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
*{
    
    padding:10px;
    margin:5px;
    border: 0;
    box-sizing: border-box;
    background-color: #FFF900;
    margin-left: 5px;
    margin-right: 5px;
    
}
@media screen and (min-width: 15em){ 

header img{
    width: 50%;
        height: 25%;
}

header{
    display: flex;
    justify-content: center;
}

nav ul li a{
    display: flex;
    text-decoration: none;
    
}
nav ul li {
    padding: 10px;
    margin: 10px;
    
    
}

nav ul li{
    display: flex;
    justify-content: center;
    
}
a:hover {
    color: #43a2f4;
}
    }

@media screen and (min-width: 50em) {
    
   *{
    
    padding:;
    margin:12px;
    border: 0;
    box-sizing: border-box;
    background-color: #FFF900;
    margin-left: 20px;
    margin-right: 20px;
}
    .botonera{
        display: flex;
        justify-content: center;
        
    }
    header img{
        width: 16rem;
    }
    
    body{
        height: 100%;
    }
}