@font-face {
    font-family: "PKM";
    src: url(fonts/pkm.ttf);
}

@font-face {
    font-family: "Grunge";
    src: url(fonts/Grunge.ttf);
}

@font-face {
    font-family: "NES";
    src: url(fonts/NES.otf);
}

body{
    background-color: rgb(0, 0, 0);
    background-image: url(img/sq.png);
    color:rgb(116, 111, 93);
    font-family: calibri;
    margin: 5px;
}
#idioma{
    text-decoration: none;
    color: green;
    font-family: 'NES';
    text-align: right;
    font-size: 20px;
    background-color: transparent;
}

#cabecera{
    background-image: url(img/cabecerachip.jpg);
}
#cabecera h1{
    color: rgb(5, 82, 5);
    text-shadow: 2px 2px rgb(27, 199, 21);
    font-family: 'NES';
    font-size: 80px;
    letter-spacing: 5px;
    text-align: center;
    padding: 15px;
    margin: 0px;
}

nav{
    background-color: rgb(30, 30, 30);
    background-image: url('img/Doom.png');
    filter: hue-rotate(290deg) saturate(5);
    margin-bottom: 10px;
}
nav ul{
    list-style: none;
    padding: 0px;
    text-align: center;
    margin: 0px;
    padding-top: 3px;
}
nav ul li{
    display: inline;
}
nav ul li a{
    font-size: 28px;
    font-family: 'NES';
    color: white;
    letter-spacing: 2px;
    text-decoration: none;
    text-shadow: 3px 3px rgb(0, 0, 0);
    padding: 8px 10px;
    display: inline-block;
}
nav ul li a:hover{
    background-color: transparent;
    color: greenyellow
}

#cont-img .imagen h1{
    color: white;
    text-align: center;
    padding-top: 25px;
    margin: 0px;
}

.contenedor {
    width: 80%;
    margin: auto;
    overflow: hidden;
}

#cont-principal {
    background-color: black;
    float: left;
    width: 78%;
    font-family: 'PKM';
    font-size: 15px;
    color: beige;
    letter-spacing: 0px;
    box-sizing: border-box;
    padding: 0px 30px;
}

#barra-lateral {
    float: right;
    width: 21%;
    background-color: black;
    color: white;
    font-family: 'PKM';
    text-decoration: none;
    margin-left: 5px;
    padding: 10px;
    box-sizing: border-box;
}

aside a{
    text-decoration: none;
    font-family: 'NES';
    font-size: 12px;
    color: white;
}

aside a:hover{
    color: red;
}

#part-inf{
    height:50px;
    background-image: url(img/Doom.png);
    filter: hue-rotate(290deg) saturate(6);
    text-align: center;
    font-size: 18px;
    color: white;
    padding: 2px;
    margin-top: 30px;
}

@media(max-width:650px){
    #cont-principal{
        width: 100%;
        float: none;
    }
    #barra-lateral{
        width: 100%;
        float: none;
    }
}