body {
    width: 100vw;
    height: 100vh;
    font-family: Georgia, "Times New Roman", Times, serif;
    margin: 0;
    padding: 0;
    display: flex;
    background-color: white;/*#2b68ed;  */
    font-size: 18px;
    overflow-y: hidden;
    overflow-x: hidden;
}
.conexion {
    position: fixed;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    margin: 0;
    background-color: white;/*lightcoral;*/
    font-family: Arial, sans-serif;
    text-align: center;
    z-index: 10;
}
#internoConexionId{
    height: max-content;
    width: max-content;
    position: fixed;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}
#h1ConexionInternet {
    font-size: 20px;
    color: grey;
    margin-bottom: 20px;
}
#internetConexionLogo {
    width: max-content;
    height: max-content;
    animation: rotateLogo 3s linear infinite;
}
@keyframes rotateLogo {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.containerLogoIndex{
    position:fixed;
    top: 0px;
    left: 0%;
    width: 40%;
    height: 58px;/*max-content;*/
    display: flex;
    justify-content: flex-start; 
    align-items: center;
    /*padding: auto;*/
}
#imagenLogo{
    position: relative;
    margin-left: 6px;
}
.containerMenu {
    width: 40%;
    max-width: 400px;
    height: 100%;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    background-color:transparent; 
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 1%;
    margin-right: 0px;
    margin-left: 0px;
    flex-direction: column;
    overflow-y: hidden;
}
.containerTituloConBotones{
    height: max-content;
}
.containerTextoMenu{
    width: 80%;
    padding: 20px;
    max-height: 60%;
    height: 100%;
    background-color: transparent; 
    border-radius: 10px;
    margin-top: 15px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    overflow-y: auto;
}
#imagenLogo128{
    position: fixed;
    /*top:2%;*/
    left:50%;transform: translateX(-50%);
}
.containerParaTexto {
    width: 60%;
    height: 95%;
    padding: 20px;
    background-color: transparent;
    border-radius: 10px;
    margin-top: 5px;/*10px;*/
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    overflow-y: hidden;
}
.containerParaTextoInterior {
    height: max-content;
    padding-top: 0px;
    padding-right: 7px;
    padding-left: 7px;
    padding-bottom: 0px;
    max-height: 70%;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-top: 150px;
    overflow-y: auto;
}
.gallery {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-around; 
    overflow-x: auto; 
    overflow-y: hidden;
    max-height: 100%;
    width: 100%;
    margin-top: 20px;
}
.gallery-item {
    margin-right: auto;
    margin-left: auto;
    max-height: 520px;
}
.espacioSimple {
    height: 1%; 
    width: auto;
}
button[type="button"] {
    background-color: grey;/*#4c87af; */
    border-width: 2px;
    color: white; 
    padding: 10px 10px; 
    border: 1px solid grey ;/*#4c87af; */
    border-radius: 7px; 
    cursor: pointer; 
    margin: 0 auto; 
    display: block; 
    /*box-shadow: inset -1px -1px 2px 2px white; 
    transition: box-shadow 0.3s ease;*/
    transform: rotate(0deg);
    transition: transform 0.9s ease-in-out;
}
button[type="button"]:hover {
    background-color:  #3c608b;
    box-shadow: 0 8px 16px #3c608b; 
    transform: rotateX(360deg);
}
#botonBuenosAires{ 
    font-weight: bold;
    margin-top: 10px;
    font-size: 18px;
    width: 60%;
}
#botonEntreRios{ 
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    width: 60%;
}
#botonMostarMas{ 
    font-weight: bold;
    font-size: 16px;
    width: 50%;
    padding: 8px 8px;
}
#botonMostrarMenos{ 
    font-weight: bold;
    font-size: 16px;
    width: 50%;
    padding: 8px 8px;
}
#botonLeerMas{
    font-size: 16px;
    position: fixed;
    top:130px;
    right:10%;
}
#botonLeerMenos{
    font-size: 16px;
    position: fixed;
    top:130px;
    right:10%;
}
p {
    font-size: 18px;
    font-family: 'Arial', sans-serif; 
    color: grey;
    text-align: left;
}
p.disminuido {
    font-size: 14px;
    font-family: 'Arial', sans-serif; 
}
p.destacado {
    font-size: 18px;
    font-family: 'Arial', sans-serif;
    font-weight: bold;
}
.resaltado {
    font-weight: bold;
}
h1{
    font-size: 22px;
    text-align:center;
    margin-top: 40px;
    margin-bottom: 20px;
    color: black;
    font-weight: bold;
}
h2{
    font-size: 20px;
    text-align:center;
    margin-top: 5px;
    color: black;
}
.tituloSpan{
    font-weight: normal;
    color: grey;
}