@font-face {
    font-family: GBBOOT;
    src: url(font/GBBOOT.woff);
}
@font-face {
    font-family: need;
    src: url(font/need.woff);
}
/*
body{
    background: rgb(0,0,0);
    background: radial-gradient(circle, rgba(0,0,0,1) 0%, rgba(85,85,85,1) 35%, rgba(255,255,255,1) 100%); 
}
*/
#gameboy{
    width: 465px;
    height: 770px;
    background: #d8d1d8;
    margin: 0 auto;
    border-radius: 10px 10px 95px 10px;
    position: relative;
}
#linea {
    height: 5px;
    position: absolute;
    background: #c1bcc1;
    width: 100%;
    top: 30px;
}
#texto{
    display: none;
}
#pantalla {
    width: 390px;
    height: 295px;
    background: #707183;
    position: relative;
    top: 55px;
    left: 35px;
    border-radius: 15px 15px 55px 15px;
}
#pantalla > .lineas {
    border-top: 3px solid #7b153d;
    border-bottom: 3px solid #271447;
    height: 5px;
    position: absolute;
    top: 8px;
    width: 90%;
    z-index: 1;
    left: 5%;
}
#pantalla > .texto {
    text-align: center;
    font-size: 10px;
    position: relative;
    top: 8px;
    color: #c5ccdf;
    font-family: arial;
    font-weight: bold;
    z-index: 10;
}
#pantalla > .texto span{
    background: #707183;
    padding: 2px 10px;
    position: relative;
    left: 32px;
}
#pantalla .interior {
    width: 245px;
    height: 225px;
    background: #9ca04c;
    position: relative;
    top: 15px;
    left: 73px;
    font-family: GBBOOT;
    overflow: hidden;
}

#pantalla .interior span {
    display: block;
    text-align: center;
    font-size: 30px;
    padding-top: 100px;
}

#pantalla .luz {
    width: 75px;
    position: absolute;
    top: 110px;
    left: 0;
}
#pantalla .luz .circulo{
    width: 15px;
    height: 15px;
    background: red;
    border-radius: 10px;
    position: relative;
    left: 20px;
}
#pantalla .luz .texto {
    font-family: arial;
    color: #c5ccdf;
    font-size: 10px;
    text-align: center;
    padding-top: 5px;
    font-weight: bold;
}
#cruceta {
    width: 115px;
    position: absolute;
    top: 440px;
    left: 25px;
    border-collapse: collapse;
    border: 1px solid #beb1b0;
    border-radius: 100px;
    padding: 15px;
}
#cruceta table{
    border-collapse: collapse;
}
#cruceta .direccion{
    width: 40px;
    height: 40px;
    background: #000;
}
#cruceta .direccion.up div,
#cruceta .direccion.down div,
#cruceta .direccion.left div,
#cruceta .direccion.right div {
    width: 38px;
    height: 38px;
    text-align: center;
    position: relative;
    top: 4px;
    cursor: pointer;
}
#cruceta .direccion.down div {
    top: 0;
}
/*
#cruceta .direccion.right span,
#cruceta .direccion.left span {
    height: 28px;
    width: 8px;
    display: inline-block;
    background: #222;
    border-radius: 2px;
}
#cruceta .direccion.up span,
#cruceta .direccion.down span {
    height: 8px;
    width: 28px;
    display: inline-block;
    background: #222;
    border-radius: 2px;
    margin: 2px;
}
*/
#botones {
    position: absolute;
    top: 483px;
    left: 299px;
    transform: rotate(-30deg);
}
#botones > div:first-child{
    padding: 10px;
    border: 1px solid #beb1b0;
    border-radius: 50px;
}
#botones .boton {
    width: 55px;
    height: 55px;
    background: #910025;
    display: inline-block;
    border-radius: 50px;
    cursor: pointer;
}
#botones .boton.b {
    margin-right: 20px;
}
#botones > div:last-child{
    font-family: need;
    color: #3a2f5d;
    text-align: center;
    position: relative;
    top: 5px;
}
#botones > div:last-child span{
    margin: 25px;
}
#menu {
    position: absolute;
    top: 625px;
    left: 150px;
}
#menu > div {
    display: inline-block;
    transform: rotate(-30deg);
    font-family: need;
}

#menu > div > div {
    padding: 5px;
    border: 1px solid #beb1b0;
    border-radius: 38px;
}

#menu > div > span {
    font-size: 11px;
    display: block;
    text-align: center;
    padding: 3px 0 0 0;
    color: #3a2f5d;
}

#menu > div .boton {
    width: 60px;
    height: 15px;
    display: block;
    background: #9c94ab;
    border-radius: 10px;
}

#altavoz {
    width: 148px;
    height: 80px;
    position: absolute;
    top: 645px;
    left: 305px;
    transform: rotate(-30deg);
}
#altavoz span {
    width: 10px;
    height: 80px;
    border-radius: 5px;
    display: inline-block;
    margin: 0 5px;
    background: rgba(125,125,125,0.25);
}