.separator2 
{height: 1px; 
	background:#ffffff;
	margin: 0;
	margin-bottom: 2px;
	box-shadow: 0px 0px 5px 2px rgb(204 204 204);
}
.logotop {
    font-family: newdiario;
    font-size: 1.5em;
    color: black;
}
.navbar-nav.navbar-center {
    position: relative;
    left: 50%;
    transform: translatex(-50%);
}
.fonttitulo {
    font-family: nyt-cheltenham,georgia,'times new roman',times,serif;
    font-size: 2.375rem;
    line-height: 1.15em;
    margin: 0;
    color: var(--color-content-primary,#121212);
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
}
.foto {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.img-fluid {
  max-height: 100%;
  max-width: 100%;
}
.link { color: #000000; } /* CSS link color (red) */
.link:hover { color: #000000; } /* CSS link hover (green) */
@font-face {font-family: newdiario;src: url(newyorktimes.ttf);}