
body {
  font-family: verdana;
  font-size: 14px;
  margin: 0;
  padding: 0;
}

#f-images {
  background-color: #fff;
  height: 260px;
  position: relative;
  width: 25%;
}

#f-images:after {
  content: '';
  width: 0;
  height: 0;
  right: -154px;
  position: absolute;
  border: 154px solid transparent;
  border-top-width: 0;
  border-top: 260px solid #fff;
}

#f-tools {
  background-color: #f7f7f7;
    bottom: 10px;
    height: 40px;
    position: absolute;
    right: 0;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 55px;
    color: #333333;
    border-top: 2px solid #25414f;
}

#f-tools:before {
  /* content: '';
  left: -24px;
  width: 0;
  height: 0;
  position: absolute;
  border: 24px solid transparent;
  border-top-width: 0;
  border-bottom: 40.2px solid #fff; */
}

#f-site {
  background-color: #25414f;
  bottom: 10px;
  height: 10px;
  position: relative;
  width: 100%;
}

#f-site:after {
  content: '';
  width: 0;
  height: 0;
  right: -6px;
  position: absolute;
  border: 6px solid transparent;
  border-top-width: 0;
  border-top: 10.2px solid #fff;
}

#footer {
  background-color: #25414f;
  border-top: 1px solid #25414f;
  height: 260px;
  margin: 0;
  max-width: 1920px;
  min-width: 1016px;
  padding: 0;
  position: relative;
  width: 100%;
}

#logo-aurora {
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 2px;
}

#logos-container {
  display:inline-block;
  overflow:hidden;
  background:transparent;
  margin:30px 0 0 15%;
  position: absolute;
  min-width:300px;
  max-width:360px;
  width:90%;
  z-index: 1;
}

#logos-container img {
  display:inline-block;
  vertical-align:top;
  margin:0 100px 30px auto;
  height:60px;
}

#sec1 {
  right: 40%;
  width: 20%;
}

#sec2 {
  right: 21%;
  width: 20%;
}

#sec3{
  right: 11%;
}

.f-section {
  position: absolute;
  top: 25px;
}

.f-section a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

.f-section a:hover {
  color: #d39b10;
  text-decoration: underline;
}

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

.f-section li {
  margin-bottom: 10px;
  height: 35px;
  vertical-align: top;
  font-size: 0.98em;
}


#social {
  position: absolute;
  top: 30px;
  right: 20px;
  overflow: hidden;
  width: 100px;
  height: 100px;
}

#social a {
  display:inline-block;
  margin: 0 10px 0 0;
}

#social a img {
  width: 30px;
}

.container-creative-commons p{
  margin-right: 5px;
}

.container-footer-pda-license {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #e0e0e0;
  margin-top: -10px;
}

.container-creative-commons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 37%;
}

#cita-pagina-dgru {
  width: 45%;
}

.text-licence-gral{
  font-size: 12px;
}