.contenido #datos {
  margin-top: 5vh;
  margin-left: 10%;
  margin-right: 10%;
  display: none;
}

.contenido #datos div {
  padding: 0.5em;
  background-color: #d4d4d4;
  border: 1px solid #000000;
  margin-bottom: 0.2em;
}

.editar {
  background-color: #626262;
  padding: 0.2em;
  text-align: right;
  height: 28px;
  cursor: pointer;
}

.editar img {
  padding: 6px;
  border-radius: 50%;
}

.editar:hover > img {
  background-color: #000000;
}

.contenido #datos div#botones {
  border: 1px none #000000;
  background-color: #ccc;
}

div #botones ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

div #botones ul li {

}

div #botones ul li img {
  width: 20px;
  height: 20px;
  padding: 0.3em;
  border-radius: 50%;
  background-color: #626262;
  margin-right: 0.3em;
}

div #botones ul li img:hover {
  background-color: #fff;
}
