body {
    background-color: #c2c2c2;
    background-image: url(bg.png);
    background-position: -30px -25px;
    background-size: contain;
    margin: 0px;
    background-attachment: fixed;
}

#menu {
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
}

.myButton {
    background-color: #ff6d0c;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    padding: 15px 15px;
    text-decoration: none;
    max-width: 180px;
    border-radius: 8px;
}

.myButton:hover {
    background-color: #00b3cf;
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -ms-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out;
}

.myButton:active {
    position: relative;
    top: 1px;
}

.fecha {
    background-color: #3d3d3d;
    color: #fff;
    font-size: 1.2em;
    font-family: 'Anton', sans-serif;
}

.titulo {
    background-color: #444444;
    color: #ff6d0c;
    padding: 5px 5px 5px 15px;
}

.calorias {
    /* background-color: #6d7127; */
    background-color: #0092a8;
    color: #fff;
    padding: 10px;
    text-align: center;
    font-weight: bold;
}

table {
    background-color: #7d7d7dce;
    /* background-color: #613d23; */
    color: #fff;
    border-spacing: 0px;
}

#empresa {
    font-family: 'Anton', sans-serif;
    color: #fff;
    font-size: 2.5em;
}

#visible {
    display: block;
}

#invisible {
    display: none;
}

.footer {
    margin-top: 30px;
    background-color: #00b3cf;
    /* background-color: #3d3d3d; */
    width: 100%;
}

.footer img {
    width: 200px;
    padding: 15px;
}

*::-moz-selection {
    background: #ff6d0c;
    color: #fff;
}

*::selection {
    background: #ff6d0c;
    color: #fff;
}