body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
    min-height: 99.5vh;

}

body.lluvia {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    background-image: url("../img/rain-heavy.png");
    position: relative;
    min-height: 99.5vh;
}

.grid {
    position: relative;
    margin-top: 5px;
    margin-left: 2.08%;

}

/*Contenedor de cada cuadro*/
.item {
    display: block;
    position: absolute;
    height: 21.344vh;
    width:  23.437vw;
    margin: 5px;
    text-align: center;
    z-index: 1;
}

.item.muuri-item-dragging {
    z-index: 3;
}

.item.muuri-item-releasing {
    z-index: 2;
}

.item.muuri-item-hidden {
    z-index: 0;
}

.item-content {
    position: relative;
    width: 100%;
    height: 100%;
    cursor: move;
    /*color del texto*/
    color: #000;
    /*Color del  recuadro*/
    background: #fff;
    font-size: 40px;
    text-align: center;
    border: #E2E3E4 1px solid;
    /*redondea las esquinas*/
    border-radius: 8px;
}

.item.muuri-item-dragging .item-content {
    background: #ebebeb
}

.item.muuri-item-releasing .item-content {
    /*efecto al mover la ficha*/
    background: #fff;
    border: 2px dotted #000;
}

/*MIS ESTILOS*/

.Tabla {
    width: 100%;
    height: 100%;
    border-collapse: collapse;
    padding: 0;
    text-decoration: none;
}

th,
td {
    padding: 0;
    width: 50%;
    text-align: center;
}

a {
    text-decoration: none;
    color: #000000;
}

.td_izquierdo {
    text-align: left;
}

.TextoMini {
    margin-right: 0px;
    font-size: 9px;
    font-weight: normal;
    text-decoration: none;
    text-align: justify;
    color: #c0c0c0;
}

.GeoMaps {
    display: flex;
    justify-content: center;

    height: 21.344vh;
    width:  23.437vw;
    /*Color del  recuadro*/
    /*background: #fff;*/
    border: #E2E3E4 1px solid;
    /*redondea las esquinas*/
    border-radius: 8px;
    /*Centramos el Div en la página y le damos un margen de 5px*/
    margin: 5px auto;
}

.GeoCeldas {
    color: #000;
    font-size: 20px;
    width: 40%;
    text-align: center;
}

/*Pie depagina*/

footer {
    /* position: fixed;*/
    background: #101010;
    padding: 2vh 0;
    color: white;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    color: white;
    text-align: center;
    font-family: sans-serif;

}

.container-footer {
    display: flex;
    justify-content: space-between;

    margin-left: 1%;
    margin-right: 1%;
    /*margin: 10px;*/
}

.copyright {
    color: #c7c7c7;
}

.copyright a {
    text-decoration: none;
    color: white;
    font-weight: bold;
}

.information a {
    text-decoration: none;
    color: white;
    font-weight: bold;
}

.alineadoTextoImagenCentro {
    vertical-align: middle;
}