/* Estilos para la barra de navegacion global */
.Navlinks{display: flex;
width: fit-content;
transform-origin:top left; 
position: relative;
justify-content: center;
background-color: black;
justify-content: center;
margin: 200px auto 0 auto;
z-index: 500;}

/* Botones de la navegación */
.linkboxG{font-size: 55%;
padding: 2% 3%;
background-image: url(../Imagenes_index_principal/Ejemploboton.png) ;
background-position: center;
background-size: contain;
background-repeat: no-repeat;
background-size: 100% 100%;
color: black;
display: flex;
text-decoration: none;
z-index: 501;}

.linkboxG,
.linkboxG:hover,
.linkboxG:visited,
.linkboxG:active {
    text-decoration: none;
}



/* alineado general de la pagina*/

.pagina{max-width: 1500px;
min-width: 350px;
margin: auto;
overflow-y: hidden;
}

.ppag{background-color: gray;
width: 100%;}

body {background-image: url(../Imagenes_index_principal/Ejemplofondo.webp);
background-repeat: no-repeat;
background-size: cover;}

.noview {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
}

.centertitle{text-align: center;}

