
@font-face {
    font-family: Speedee_Rg;
    src: url("../imagenes/Speedee_Rg.ttf")
}

@font-face {
    font-family: Speedee_Bd;
    src: url("../imagenes/Speedee_Bd.ttf")
}

.esconder {
    visibility: hidden;
}

body {
    color: white;
    width: 100%;
    height: 100%;
    margin: 0px;
    background-color: black;
    font-size: 30px;
    overflow: hidden;
    font-family: Speedee_Rg;

}

body.boardPollos {
    font-size: 35px;

}

body.postres {
    font-size: 30px;

}

.desayuno {
    color: #662C0D;
    width: 100%;
    height: 100%;
    margin: 0px;
    font-family: Speedee_Bd;
    background-color: black;
    font-size: 35px;
    overflow: hidden;

}

table span {
    font-weight: 100;
    color: lightgrey;
    font-size: 28px;
}



p {
    margin: 0px
}

h1 {
    margin: 0px;
    /* color: #ffbb0d; */
}

h2 {
    margin: 0px;
}

h3 {
    margin: 0px;
}

th {
    color: #ffbb0d;
    font-family: Speedee_Rg;
    src: url("../imagenes/Speedee_Rg.ttf");
    font-size: 30px;
}

td {
    padding: 0 40px 0 40px;
}

.producto {
    z-index: 999;
}