#content_mapa{
  position: relative;
}
#hover_estados{
  position: absolute;
  top:0;
  right: 2rem;
  width: 16rem;
}
#hover_estados p{
  font-size: 1rem;
  margin: 0;
}
#hover_estados p strong{
  font-size: 2rem;
}
.estado_display{
  z-index: 2; 
  color: #fff; 
  background-color:#9A8E16; 
  font-size: 1.4rem;
  padding:5px 10px;
}
#hover_estados ul{
  list-style: none;
  margin: 0;
}
#hover_estados ul li{
  display: none;
}
.ul_estado_display{
  padding: 6px 8px;
  background: rgba(108, 108, 180, 0.6);
  display: block!important;
  color: #ffffff;
}
.map{
  display:inline-block!important;
  position: relative; 
  padding: 0px; 
  width: 662px;
  height: 450px; 
  background: url(mapa.png);
}
canvas{
  width: 662px; height: 450px; position: absolute; left: 0px; top: 0px; padding: 0px; border: 0px;
}
#img-mapa{
  opacity: 0; position: absolute; left: 0px; top: 0px; padding: 0px; border: 0px;
}
#mapa_movil{
  display: none;
}
area{
  cursor: pointer;
}
#estados_list{
  display: none;
}
@media (max-width:767px) {
  .map.maphilighted,
  #hover_estados{
    display: none!important;
  }
  #mapa_movil{
    display: block;
    width: 100%;
  }
  #estados_list{
    font-weight: 700;
    display:block;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  #estados_list li {
    margin-bottom: 1rem;
  }
  #estados_list li span{
    display: block;
    margin-left: 1rem;
    font-size: 75%;
    font-weight: 400;
  }
}