body {
	font-family: Arial, Helvetica, sans-serif;
	/* font-size: x-small; */
	color: black;
	background: white;
	margin: 10px;
}

/*
a {	
	color: #0000C0;	
	text-decoration: none
}

a:hover {	
	text-decoration: underline
}
*/
	
.logo {
	padding: 5px;
}

.cabecera-titulo {
	font-family: Garamond;
	padding-left: 10px;
	text-align: left;
	font-size: x-large;
	font-weight: bold;
	color: #0000C0;
	font-style: oblique;
	background-color: transparent;
	margin-bottom: 0;
}

.cabecera-subtitulo {
	font-family: Garamond;
	padding-left: 10px;
	text-align: left;
	font-size: small;
	font-weight: bold;
	color: #0000C0;
	font-style: oblique;
	margin-top: 0;
}

.idiomas {
	font-size: xx-small;
	font-weight: bold; 
	text-align: right;
	vertical-align: top;
	padding-right: 10px;
	padding-top: 5px;
}
/*
.separador {
	font-size: small;
	font-weight: bold;
	color: #6699FF;
	vertical-align: middle;
	text-align: right;
	padding: 0px;
	padding-right: 10px;
	background-color: #023264;
}
*/
.contenido {
	font-size: small;
	text-align: justify;
	padding: 2pt 2pt;
	padding-left: 20pt;
	vertical-align: top;
}

h1 {
	font-family: Arial;
	font-size: large;
	font-weight: bold;
	color:white;
	margin:0px 0px 0px 0px;
	padding:5px 5px 5px 5px;
	border-style:none; /*solid;*/
	border-color:black;
	border-width:1px 1px 1px 1px;
	background-color:#023264;
	}
	
h2 {
	font-family: Arial;
	font-size: medium;
	font-weight: bold;
	color:white;
	margin:0px 0px 0px 0px;
	padding:5px 5px 5px 5px;
	border-style:none; /*solid;*/
	border-color:black;
	border-width:1px 1px 1px 1px;
	background-color:#023264;
	}

h3 {
	font-family: Arial;
	font-size: medium;
	font-weight: bold;
	color:white;
	margin:0px 0px 0px 0px;
	padding:5px 5px 5px 5px;
	border-style:none; /*solid;*/
	border-color:black;
	border-width:1px 1px 1px 1px;
	background-color:#023264;
	}
	
p {
	text-align: justify;
	}
	
.pieDePagina {
	font-size: xx-small;
	font-weight: normal;
	font-style: italic;
	text-align: center;
}

dt {
	font-weight: bold;
	margin-bottom: auto;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;

}

.fecha {
	color: #000099;
}

.code{
    font-family: monospace;
}

/* Layout container: left + right */
.container {
    display: flex;
    align-items: flex-start;
}

/* Left sidebar (navigation) */
.sidebar {
    width: 250px;
    padding-right: 20px;
}

/* Right content panel */
.content {
    flex: 1;
}

.header-inner {
    display: flex;
    align-items: center;
}

.header-inner img {
    flex: 0 0 auto;
}

.header-inner .idiomas {
    margin-left: auto;  /* pushes it to the right */
}

.content figure {
    margin: 0 auto;      /* centers horizontally */
    text-align: center;  /* centers images inside */
}

.sidebar h2 {
	background: transparent;
	color: black;
}

/* Fotos de perfil */
/*
<img
  src="portrait-800.webp"
  srcset="portrait-400.webp 400w, portrait-800.webp 800w"
  sizes="(max-width: 600px) 100vw, 300px"
  class="portrait"
  alt="Portrait">
*/
.portrait {
  width: 100%;
  max-width: 200px;
  aspect-ratio: 180 / 135;
  object-fit: cover;
}
