body{
    text-align: center;
    
}

#agrupar{
    width: 960px;
}

.cabecera{
    background: #1F618D;
    height: 160px;
    text-align: center;
    padding-top: 5px;   
    padding-bottom: 20px;
    color: #fff;
    font-style: italic;
    display: block;
    
}


.seccion{
    text-align: center;
    display: block;
}

.imgentrada {
    width: 100%;
    box-shadow: 8px 8px 20px #999;
    text-align: center;
    
  }


.btnVerMenu {
    background-color: #000000;
    border-radius: 6px;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 25px;
    padding: 32px 48px;
    text-align: center;
    width: auto;
    text-decoration: none;
    }
    .btnVerMenu:hover {
    background-color: #218cd3;
    color: #fff;
    }

    .btnVerMenu2 {
        background-color: #000000;
        border-radius: 6px;
        border: none;
        color: #fff;
        cursor: pointer;
        font-size: 25px;
        padding: 32px 48px;
        text-align: center;
        width: auto;
        text-decoration: none;
        }
        .btnVerMenu2:hover {
        background-color: #218cd3;
        color: #fff;
        }

    .btnFb {
        background-color: #fff;
        border-radius: 0;
        border: none;
        color: rgb(128, 125, 125);
        cursor: pointer;
        font-size: 20px;
        padding: 16px 24px;
        text-align: center;
        width: auto;
        text-decoration: none;
        }
        .btnFb:hover {
        /*color: rgb(128, 125, 125);*/
        background-color: #218cd3;
        color: #fff;
        }

        .btnInstagram {
            background-color: #fff;
            border-radius: 0;
            border: none;
            color: rgb(128, 125, 125);
            cursor: pointer;
            font-size: 20px;
            padding: 16px 24px;
            text-align: center;
            width: auto;
            text-decoration: none;
            }
            .btnInstagram:hover {
            /*color: rgb(128, 125, 125);*/
            background-color: #218cd3;
            color: #fff;
            }
            
    .pie{
        font-style: italic;
        font-size: 12px;
    }