body {
background-image: url("pin.jpg"); /* fondos/maxresdefault.jpg */ 
    background-attachment: fixed; 	
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.cabecera {
  width: 100%;
  max-width: 800px;
  background-color: white;
  box-sizing: border-box;
  padding-left: 1em;
  padding-right: 1em;
  margin-bottom: 1em;
  /* margin: auto; */
}

summary {
  padding: 0;
}

ul {
  list-style-type: none;
  margin-top: 0;
}

.contenedor {
  width: 100%; 
  max-width: 800px; 
  background-color: white;   
  box-sizing: border-box; 
  padding-left: 1em; 
  padding-right: 1em; 
  /* margin: auto; */
}

h1, h2, h3 {
  text-align: center; 
  font-weight: normal; 
  margin-top: 0; 
  margin-bottom: 0;
}

h1 {
  font-size: 4em;
}

p {
  text-indent: 3em; 
  margin-top: 0;
}

img {
	display:block;
	margin: auto;
	padding: 0.5em;
	width: 50%;
}
/* https://lospec.com/palette-list/light 
https://lospec.com/palette-list/beach-bash 
https://lospec.com/palette-list/pwscowden 
https://lospec.com/palette-list/rebirth
https://lospec.com/palette-list/neon-space */

a:visited {
  color: #a75b80;
} 

a:link {
  color: #569082;
} 

a:hover {
  color: #86c1a3;
}

.links p {
  text-indent: 0;
}

