#leadership .col-lg-12 .item-team {
  margin-bottom: -10px;
}



div.mapa_imagen {
  position: relative;


}
ul.notas li {
  list-style: none;
  display: none;
  position: absolute;

  /* border: medium solid white; */

  background: url("esta_imagen_no_existe");



}
div.mapa_imagen:hover ul.notas li {
  display: block;

}
ul.notas li p {
  font-family: 'Gelion-Medium';
  font-size: 15px;
  margin: 10px 0 0 0;
  /* padding: .3em;*/
  padding-left: 1em;
  padding-top: 0.5em;
  padding-bottom: 0.7em;
  display: none;
  background: #fff;
  opacity: 0.65;
  position: absolute;
  top: 100%;


  
  width: 200px;
  line-height: 1.2em;

}


ul.notas li p span {
  font-family: 'Gelion-Regular';
  font-size: 15px;


  

}



ul.notas li:hover p {
  display: block;
  
}

ul.notas li#nota1 {
  width: 200px; height: 180px; top: 20px; left: 400px;

}




ul.notas li#nota2 {
  width: 200px; height: 180px; top: 20px; left: 600px; 
}





ul.notas li#nota3 {
  width: 190px; height: 170px; top: 150px; left: 265px;
}

ul.notas li#nota4 {
  width: 200px; height: 180px; top: 190px; left: 530px;
}






ul.notas li#nota5 {
  width: 200px; height: 180px; top: 140px; left: 730px;
}






