.contenedor{
    position:relative;
    width:1338px;
    height:558px;
    margin:0 auto;
}

.contenedor img{
    display:block;
    width:1338px;
    height:558px;
}

.capa-hotspots{
    position:absolute;
    top:0;
    left:0;
    width:1338px;
    height:558px;
}
.modal-contenido h2{
    color:#0F70B7;
    font-size:24px;
    margin-bottom:15px;
    border-bottom:2px solid #0F70B7;
    padding-bottom:10px;
}

.modal-contenido p{
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    line-height:1.6;
    color:#333;
    text-align:justify;
}

.modal-contenido b{
    color:#0F70B7;
}

.modal-contenido ul{
    margin-left:20px;
}

.modal-contenido::-webkit-scrollbar{
    width:10px;
}

.modal-contenido::-webkit-scrollbar-thumb{
    background:#0F70B7;
    border-radius:5px;
}

.hotspot{
    position:absolute;
    cursor:pointer;

    /* ACTIVAR PARA CALIBRAR 
    background:rgba(255,0,0,.15);
    border:1px solid red;*/
}

/* Director */
.director{
    left:683px;
    top:10px;
    width:190px;
    height:45px;
}

/* Contraloria */
.contraloria{
    left:460px;
    top:130px;
    width:190px;
    height:45px;
}
/* Consejo */
.consejo{
    left:905px;
    top:134px;
    width:190px;
    height:42px;
}

/* Operaciones */
.operaciones{
    left:22px;
    top:255px;
    width:190px;
    height:45px;
}

/* Jurídico */
.juridico{
    left:240px;
  top:255px;
    width:190px;
    height:45px;
}

/* Programación */
.programacion{
    left:460px;
    top:255px;
    width:190px;
    height:45px;
}

/* Finanzas */
.finanzas{
    left:900px;
    top:255px;
    width:190px;
    height:45px;
}

/* Técnico */
.tecnico{
    left:1124px;
    top:255px;
    width:190px;
    height:45px;
}

/* Curicó */
.curico{
      left:460px;
    top:379px;
    width:190px;
    height:45px;
}

/* Linares */
.linares{
     left:683px;
    top:379px;
    width:190px;
    height:45px;
}

/* Cauquenes */
.cauquenes{
    left:900px;
    top:379px;
    width:190px;
    height:45px;
}

/* Parral */
.parral{
     left:683px;
    top:502px;
    width:190px;
    height:45px;
}

/* Constitución */
.constitucion{
   left:1124px;
   top:502px;
    width:190px;
    height:45px;
}
.modal{
    display:none;
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.5);
    z-index:9999;
}

.modal-contenido{
    background:#fff;
    width:800px;
    max-width:90%;
    margin:40px auto;
    padding:20px;
    border-radius:8px;
    max-height:80vh;
    overflow:auto;
}

.cerrar{
    float:right;
    font-size:28px;
    cursor:pointer;
}