* {
  box-sizing: border-box;
}

body {
  /* margin: 0; */
  background-color: #fff;
  /*border-left: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;*/
  color: #333;
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 0.86em;
  line-height: 140%;
  margin: auto;
  max-width: 60em;
  padding-left: 1em;
  padding-right: 1em;
  background-color: #f2f2f2;
}

.container-principal {
  background-color: #fff;
  padding: 10px;
  margin-bottom: 20px;
  font-family: "Montserrat";
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  border: 1px solid #dddddd;
  box-shadow: 5px 5px 5px 0 #929090;
}

.flex-container {
  display: flex;
  flex-wrap: wrap;
}

.flex-container-bottom {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0px;
}

.flex-item-left {
  padding: 10px;
  flex: 70%;
}

.flex-item-right {
  padding: 10px;
  margin: 20px 0px;
  /*flex: 30%;*/
  text-align: right;
}

.flex-item-left-bottom {
  padding: 10px;
  flex: 50%;
}

.flex-item-right-bottom {
  padding: 10px;
  margin: 0px !important;
  flex: 50%;
  text-align: right;
}

@media only screen and (max-width: 600px) {
  .flex-item-left,
  .flex-item-right {
    flex: 100%;
  }
  .flex-item-right {
    background-color: #eee;
    margin: 0 0 10px 0;
  }
  a.menu-contenido {
    line-height: 200%;
  }
  .itemmenu {
    width: 96% !important;
  }
}

p.fecha-nota {
  margin-left: 20px;
  color: grey;
  font-size: inherit;
}

.linea-ancho80 {
  width: 80px;
  color: gray;
  margin-top: 20px;
  margin-left: 20px;
}

p.texto-pie {
  color: grey;
  font-size: inherit;
}

/*pre {
  /*background-color: #ececec;
  border: 1px dotted gray;
  color: #963232;
  font-size: 1.1em;
  overflow: auto;
  padding: 10px;
  white-space: pre;
  word-wrap: normal;
  overflow: auto;
  max-height: 600px;
  border: 1px dotted gray;
  font-family: consolas, "courier new";
  color: crimson;
  background-color: #f1f1f1;
  padding: 10px;
  overflow: auto;
  max-width: 100%
}*/
/*
code {
  white-space: pre-wrap;
  color: brown;
  border: 1px dotted gray;
  font-family: Consolas,"courier new";
  color: crimson;
  background-color: #f1f1f1;
  padding: 10px;
  font-size: 105%;
  word-wrap: normal;
}*/

code {
  font-size: 1.2em;
  display: block;
  word-wrap: break-word;
}

.title {
  margin: 30px 0 0 0;
  color: #7a5ada;
  font-family: "NotoSans", arial, sans-serif;
  font-size: 1.2em;
  font-weight: bold;
}

h1.title {
  color: #7a5ada;
  font-family: verdana, sans-serif;
  font-size: 150%;
  font-weight: bold;
}

h2 {
  color: #7a5ada;
  font-family: inherit;
  font-size: 1.4em;
  font-weight: bold;
}

h3 {
  color: #555;
  font-size: 1.2em;
}

#piePagina {
  display: flex;
  align-items: flex-start;
  padding: 20px 0px;
}

#piePagina div {
  flex: 1;
}

.cabecera {
  text-align: center;
  padding: 20px 0px;
}

span.pieVolver {
  text-align: right;
}

span.pieCopy {
  text-align: left;
}

span.resaltar {
  font-weight: 600;
  font-style: italic;
}

span.negrita {
  font-weight: 600;
}

strong {
  font-weight: 600;
  font-size: 0.9em;
}

.buttom1 {
  font-weight: bold;
  background-color: #7a5ada;
  color: white !important;
  padding: 5px 10px;
}

.buttom1:hover {
  opacity: .75;
}

a {
  text-decoration: none;
  color: #3366ff;
}



a:visited {
  color: #3366ff;
}

.href-blue a {
  text-decoration: none;
  color: #3366ff;
}

.href-blue a:hover {
  background-color: #3366ff;
  color: white;
  transition: 0.5s;
}

.typeNone {
  list-style-type: none;
}

pre {
  position: relative;
  background-color: #CBCBCB;
  color: #444;
  display: block;
  overflow-x: auto;
  padding: 1.5rem;
  border-radius: 0.5rem;
  font-size: 0.8rem;
  width: 100%;
}

pre>code {
  font-size: 1em;
}

div.codigo {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-end;
  padding: 5px;
}

div.codigo button {
  background-color: inherit;
  border: none;
  cursor: pointer;
}

pre:has(code) {
  margin: 5px 0 ;
}

pre:has(code) button {
  position: absolute;
  color: #6b7bad;
  background-color: inherit;
  border: none;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 1;
}

pre:has(code) button:hover {
  color: white;
}

.btn-up {
  width: 40px;
  height: 40px;
  outline: 0;
  border-radius: 50%;
  border: 1px solid #7a5ada;
  background-color: #7a5ada;
  position: fixed;
  right: 20px;
  bottom: 20px;
  transition: all .3s ease-in-out;
  cursor: pointer;
}

.btn-up:hover {
  opacity: .75;
}

.fa-arrow-up {
  color: #fff;
  font-size: 20px;
}

.oculto {
  opacity: 0;
}

.activo {
  opacity: 1;
}

ul>li {
  margin-left: -15px;
}


/* Classes para menu página principal*/

p.enlace {
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  /*border: 1px solid #000000;*/
}

q::before {
  content: "\AB";
  font-size: 1.2em;
}

q::after {
  content: "\BB";
  font-size: 1.2em;
}

em {
  font-weight: 600;
  color: mediumslateblue;
  font-size: 0.9em;
}

.menu-contenido {
  /*background-color: #dadada;*/
  font-size: 1.2em;
  font-weight: 700;
  
}

.itemmenu {
  background-color: white;

  margin: 10px;
  /*padding: 10px;*/
  min-height: 60px;
  height: auto;
  width: 47%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.itemmenu:hover {
  opacity: .75;
}


a.item-menu {
  position: absolute;
  padding: 10px;
  /*top: 50%;
  transform: translate(0, -50%);*/
  height: 100%;
  width: 100%;
  /*margin: 10px 0 0 8px;*/
  /*padding: 10px;*/
  /*min-height: 60px;*/
  /*text-align: center;*/
  /*vertical-align: middle;*/
  /*display: inline-block;*/
  text-decoration: none;
  /*border-radius: 5px;*/
  
  transition: all .2s ease-in-out;
}

a.item-menu:hover {
  background-color: white;
  color: #7a5ada;
}

a.item-gris {
  background-color: white;
  color: #333;
}

ul.style-none {
  list-style-type: none;
}
