/** MODAL LOPD **/
.modal-header button:hover {
  background: none;
  color: black;
}
#Modal_LOPD .modal-content {
  background: cornsilk;
  margin-top: 150px;
}
#Modal_LOPD .modal-body {
  height: 250px;
  overflow-y: scroll;
  padding-bottom: 40px;
}
#Modal_LOPD .modal-body h2 {
  font-size: 1.1em;
  color: #85bc20
}
#Modal_LOPD .modal-body a {
  color: #007ac3;
}
#Modal_LOPD .modal-body a:hover {
  text-decoration: none;
}
