* { 
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100%;
  background-image: url("../../global/vp/Diseño/UNFNV/Sede/Recorte Máximo/Exterior/exterior_noche_a.png");
  background-size: cover;
  background-position: center;
  background-attachment: fixed; /* fondo fijo */
  color: #ffffff;
  font-family: fuente;
}

body.subpag {
  background-image: url("../../global/vp/Diseño/UNFNV/Sede/Recorte Máximo/Exterior/exterior_noche_b.png");
}

body.institución {
  background-image: url("../../global/vp/Diseño/UNFNV/Sede/Recorte Máximo/Pasillo/pasillo_a.png");
}


html {
	min-height: 100%;
}

#pagina {
	position: relative;
	min-height: 100%;
	padding-top: 74px;
}

.unfnvtopnav {
	background-color: #ffffff;
	overflow: hidden;
	width: 100%;
	height: 74px;
	position: fixed;   /* clave: fija la barra */
    top: 0;            /* pegada al top */
    left: 0;
    z-index: 999;      /* para que quede por encima de todo */
  }

  
  /* Style the links inside the navigation bar */
.unfnvtopnav a {
	float: left;
	color: #000000;
	text-align: center;
	padding: 7px 23px;
	text-decoration: none;
	font-size: 25px;
	align-items: center;
	align-content: center;
	line-height: 35px;
	height: 74px;
	font-family:fuente;
  }
  
  /* Change the color of links on hover */
.unfnvtopnav a:hover {
	color: #969696;
  }
  
  /* Add a color to the active/current link */
.unfnvtopnav a.active {
	color: #969696;
  }

@font-face{
	font-family:fuente;
	src:url("../fuentes_host/Fundamental Brigade Schwer.ttf");
}

.textocentral {
	font-family:fuente;
	text-align:center;
	color: #ffffff;
}

.textocentralv2 {
	font-family:fuente;
	text-align:center;
	color: #ffffff;
}

.textoweb {
	font-family:fuente;
	text-align:center;
	color: #ffc7f6;
}

.textowebv2 {
	font-family:fuente;
	text-align:center;
	color: #ffffff;
}

.espacio30 {
  height: 30px;
}

.grid1 {
    display: grid; /* Makes the container a grid container */
    grid-template-columns: 15fr;
    grid-gap: 30px;
    padding: 0px 30px;
	box-sizing: border-box;
}

.gridbiblioteca {
    display: grid; /* Makes the container a grid container */
    grid-template-columns: 15fr 15fr;
    grid-gap: 30px;
    padding: 0px 30px;
	box-sizing: border-box;
	overflow: auto;
    /* Optional: Add properties like grid-gap for spacing */
}

.grid3 {
    display: grid; /* Makes the container a grid container */
    grid-template-columns: 15fr 15fr;
    grid-gap: 30px;
    padding: 30px;
	box-sizing: border-box;
    /* Optional: Add properties like grid-gap for spacing */
}

@media (min-aspect-ratio: 1) { /* For tablets and desktops */
    	.grid1 {
    		grid-template-columns: 30fr;
    	}

		.gridbiblioteca {
    		grid-template-columns: 15fr 15fr;
    	}

		.grid3 {
    		grid-template-columns: 10fr 10fr 10fr 10fr;
    	}
}

.div1, .div2, .div3 {
    /* outline: 5px solid yellow; width, style, color */
    background-color: rgba(20, 20, 20, 0.7);
    padding: 30px;
	overflow: auto;
}

.divbiblioteca {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: rgba(20, 20, 20, 0.7);
    padding: 30px;
	overflow: auto;
}

.imgizq {
    height: 200px;
    outline: 7px solid #ffffff;
    background-color: #141414;
    display: flex;
    align-items: center;
    justify-content: center;
}

.imgizq img {
    max-width: 100%;
    max-height: 100%;
    display: block;
}

.textoder {
    text-align: right; /* ahora el texto queda a la derecha de la imagen */
}

.barra {
	display: flex;
	justify-content: left; /* Horizontally centers children */
	align-items: left;
	padding-left: 30px;
}

.activev2 {
    margin-right: 40px;
}

.inactivev2 {
    margin-right: 40px;
}

table,tr {
	border-collapse:collapse;
}

a:link {
	color: #000000;
}

a:link {
	color: #000000;
}

a:link:link {
	color: #d1c7ff;
}

a:visited:link {
  color: #d1c7ff;
}

h1 {
	font-size:50px;
	font-family:fuente;
	text-align: center;
	color: #ffffff;
}

h2 {
	font-size:30px;
	font-family:fuente;
	text-align: center;
	color: #ffffff;
}

h3 {
	font-size:25px;
	font-family:fuente;
	text-align: center;
	color: #ffffff;
}

h4 {
	font-size:20px;
	font-family:fuente;
	text-align: center;
	color: #ffffff;
}

.centro {
	width: 300px;
	height: 300px;
	outline: 7px solid #ffffff;
	background-color: #141414;
	display: flex;
	align-items: center;
	justify-content: center;
	justify-self: center;
	align-self: center;
}

.centrov2 {
	width: 271px;
	height: 400px;
	padding: 30px;
	outline: 7px solid #ffffff;
	background-color: #141414;
	display: flex;
	align-items: center;
	justify-content: center;
	justify-self: center;
	align-self: center;
	margin: auto;
}