
/*CONTENEDOR*/
body {
/* IMAGEN DE FONDO*/
    background: url(tetris/imagenes/hero-bg.png) repeat fixed center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}
/*CABECERA*/
header {
    text-align: center;
    padding-right: 35px;
    font-size: 30px;
    display: block;
/*
    border: solid 3px;
    margin: 5px;
    margin-left: 500px;
    margin-right: 500px;
    padding: 5px;
*/
}
/*CONTENIDO INTERACTIVO*/
#contenido {
}
/*PANEL IZQUIERDO*/
#izquierda {
    text-align: right;
    width: 440px;
    height: 600px;
    float: left;
    margin: 5px;
    padding: 5px;
    border-radius: 15px;

}
/*SIGUIENTE PIEZA*/
#siguientePieza{
    background-color: #025add;
    float: right;
    padding: inherit;
    border-right: 20px;
    height: 210px;
    width: 200px;
    text-align: center;
    border-radius: 15px;
}
/*NEXT SHAPE CANVAS*/
#nextShape {
    background-color: white;
    align-items: center;
    float: right;
    padding-top: 15px;
    margin-right: 14px;
    border-radius: 15px;

}
/*COMO JUGAR*/
#comoJugar {
    padding-left: 5px;
    padding-right: 5px;
    text-align: left;
/*    clear: both;*/
/*    position: relative;*/
}
/*INSTRUCCIONES*/
#instrucciones {
    float: left;
    font-size: 35px;
    font-family: serif;
    text-align: center;
}
#recomendacion {
    border: 2px solid #025add;
    text-align: center;
    padding: 2px;
}
/*TABLERO DE JUEGO*/
#tablero {
    background-image: url(imagenes/tetris-logo-n.jpg);
    position: absolute;
    left: 37%;
    width: 300px;
    height: 600px;
    border: 3px solid black;
    border-radius: 15px;

}
/*PANEL DERECHO*/
#contenido #derecha {
    width: 300px;
    height: 550px;
    float: right;
    margin-right:200px;
    padding: 5px;
}
span {
    float: right;
    padding-right: 50px;
}
/*PAUSA*/
#pausa {
    background-color: red;
    text-align: center;
    font-size: 30px;
    font-family: Tetris;
    color: white;
    margin-top: 1px;
    margin-bottom: 3px;
    border-radius: 15px;

}
/*PUNTUACION*/
#puntuacion {
    background-color: #025add;
    width: 200px;
    height: 100px;
    margin-right: 14px;
    margin-left: 50px;
    padding: 10px;
    text-align: center;
    color: white;
    font-size: 25px;
    border-radius: 15px;

}
#puntos {
    background-color: black;
    align-items: center;
    margin-top: 10px;
}
/*RANKING*/
#clasificacion {
    background-color: #025add;
    margin-top: 10px;
    padding-top: 10px;
    width: 400px;
    height: 380px;
    text-align: center;
    color: white;
    font-size: 25px;
    border-radius: 15px;

}
/*CANVAS RANKING*/
#ranking {
    background-color: #025add;
    align-items: stretch;
    margin-top: 10px;
    border-radius: 15px;

}
/*MOSTRAR MEDIA Y PARTIDAS*/
#mediaYPartidas {
    font-size: 25px;
    text-align: center;
}
/*PIE DE PÁGINA*/
#pie {
    clear: both;
    float: right;
    text-align: center;
/*    padding: 3px;*/
}

/*ESTILOS DE LETRA*/
h3 {
    font-size: 25px;
}
/*
@font-face {
    font-family: "Tetris";
    src: url("tetris.ttf");
}*/
