body {
    font-family: Helvetica;
    font-size: 90%;
    margin-top: 0;
}

/*******************/
/*** INCIO/INDEX ***/
/*******************/
#fondo_otras_aplicaciones {
  margin: 0 auto 0 auto;
  height:1620px;
  width:1024px;
  background-image: url('../imagenes/fondo2.png');
  background-repeat: no-repeat;
  size: 100%;
  margin-bottom: 2em;
}


/** Menú superior **/
#menu_inicio {
  display: flex;
  margin-top: 0px;
  font-size: 105%;
  font-weight: bold;
}

#menu {
  flex: 1;
  align-content: end;
  padding: 10px;
  text-align: right;
  margin-top: -1em;
  margin-bottom: -2em;
}

#menu a {
  text-decoration:none;
  color: #333333;
}

#menu a:visited {
  color: #333333;
  text-decoration: none;
}

#menu a:hover {
  color: #da762f ;
  text-decoration: none;
}
#Link1 {
  margin-right: 2em;
}
#Link2 {
  margin-right: 4em;
}
#Link3 {
  margin-right: 3em;
}

/** CONTENIDO **/
.iconos {
  border:0; 
  height:40px;
  width: 40px;
  background-color:white;
  border: solid 1px silver;
  border-radius: 30px;
}

#clear_lumen {
  margin-top: 3em;
  background-color:  #dfa87d;
}

#clear_rest {
  margin-top: 3em;
  background-color:  #f6a800;
}

#clear_trast {
  margin-top: 3em;
  background-color:  #b287c9;
  margin-bottom: 2em;
}

.contenido {
  text-align: justify;
  border-radius: 5px;
  margin-bottom: 0em;
  box-shadow: 0 4px 2px rgba(0, 0, 0, 0.1);
  margin-left: 5em;
  margin-right: 5em;
}

.caja {
  padding: 2em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.caja p {
  margin-bottom: 0.5px;
}

.caja h1 {
  color: whitesmoke;
  font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-style: italic;
  font-weight: bold;
}

.caja h4 {
  margin-bottom: 0.2em;
  color: whitesmoke;
  font-weight: bold;
  font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.contenido_hijo {
  margin-top: 0.2em;
  margin-bottom: -1.5em;
  display: flex;
}
.izquierda {
  flex: 1;
  padding: 10px;
} 
.derecha {
  flex: 1;
  padding: 10px;
}

.contenido_verifactu {
  display: flex;
  align-items: center;  
  margin-bottom: 1em;
}

.contenido_verifactu > a {
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  color: black;
  text-decoration: none;
  font-size: 16px;
}

.contenido_verifactu > a:visited {
  color: black;
}
.contenido_verifactu > a:hover {
  color: whitesmoke;
}

.pincha {
  font-weight: bold;
}