﻿body {
    background: url(images/background_El_Tarasco.png) top center no-repeat #89c541;
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}
.mainContainer {
    width: 80%;
    margin: auto;
}
.header {
    width: 100%;
    text-align: center;
}
.logo {
    width: 100%;
    max-width: 500px;
}
.abrimosSiempre {
    background: url(images/pleca.jpg) bottom center no-repeat #430d54;
    color: #ffffff;
    padding: 20px;
    font-size: 2em;
    text-align: center;
    background-size: cover;
}
.menuItems {
    width: 100%;
}
.menuItemsDiv {
    width: 25%;
    float: left;
}
    .menuItemsDiv img {
        width: 100%;
    }
.menuPrecios {
    color: #ffffff;
    background: #59136b;
    clear: both;
    overflow: hidden;
}
    .menuPrecios div {
        width: 50%;
        margin: auto;
        font-size: 30px;
        float: left;
    }
        .menuPrecios div table {
            padding: 40px;
            width: calc(100% - 40px);
            border: 1px solid #762491;
            margin: 20px;
            border: 0;
        }
.titleMenu {
    font-size: 45px;
    font-weight: bold;
    font-family: 'Times New Roman', Times, serif;
    padding-top: 40px;
    margin-bottom: 20px;
}
    .titleMenuFirst {
        padding-top: 0 !important;
    }
.itemNames {
    background: #430d54;
    padding-left: 20px;
    margin-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 10px solid #59136b;
}
.prices {
    background: #430d54;
    text-align: right;
    padding-right: 20px;
    margin-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 10px solid #59136b;
}
    .prices sup, .itemNames sup {
        font-size: 15px;
    }
.ubicacion {
    width: 100%;
}
.footer {
    text-align: center;
    background: #127db2;
    padding: 60px 0 60px 0;
    color: #ffffff;
    margin-bottom: 150px;
}
    .footer div {
        padding: 10px 0;
        max-width: 500px;
        margin: auto;
    }
    .footer a {
        color: #ffffff;
        font-weight: bold;
        text-decoration: none;
    }
.pollo_El_Tarasco {
    position: fixed;
    bottom: 0;
    right: 0;
}
.infoSecundaria {
    font-size: 12px;
}
.notas {
    font-size: 18px;
    padding: 10px;
}
@media (max-width: 1000px) {
    .menuPrecios div table {
        padding: 0;
        margin: 10px;
    }
    .titleMenu {
        font-size: 35px;
    }
    .itemNames {
        padding-left: 8px;
        margin-left: 5px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .prices {
        padding-right: 8px;
        margin-right: 5px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
}
@media (max-width: 500px) {
    .mainContainer {
        width: 95%;
    }
    .menuItemsDiv {
        width: 50%;
    }
    .menuPrecios div {
        width: 100%;
        float: inherit;
        font-size: 25px;
    }
        .menuPrecios div table {
            width: 100%;
            margin: 0;
            padding: 20px;
        }
    .titleMenu {
        font-size: 35px;
    }
    .pollo_El_Tarasco img {
        width: 150px;
    }
}