#body{
    margin: 0;
    padding: 0;
}
#infografialoteria{
    position: relative;
    width :980px;
    height:515px;
    }

#map{
    position: absolute;
    right: 0;
    bottom: 0;
    width : 420px;
    height : 380px;
 }
#boleto{
    position: absolute;
    left: 0;
    top: 135px;
    width :560px;
    height: 290px;
 }
#munis{
    position: absolute;
    left:0;
    top: 425px;
    width: 560px;

}
.munis {
    height: 50px;
    color: rgb(100,100,100);
    overflow: auto;
    font-family: Arial;
    font-size: 14px;

}
#slider{
    position: absolute;
    top: 0;
    left:0;
    width :980px;
    height :100px;
    font-family: Arial;
    font-size: 16px;
    }
#overboleto{
    position: absolute;
    top:100px;
    left:0;
    width: 560px;
    height: 35px;
}
#overmap{
    position: absolute;
    top:100px;
    right:0;
    width: 420px;
    height: 35px;
}
#numero{
    position: absolute;
    top: 30px;
    left:220px;
    font-family: Arial black;
    font-size: 55px;
    z-index: 2;

    fill: rgba(255,102,0,075);

}
.comunidades{
  fill: none;
  stroke: rgba(172,172,172,1);
  stroke-width : 2;
  /*
  stroke-linejoin: round;*/
}

.provincias{
    fill:rgba(234,234,234,1);
    stroke-width :1;
    stroke : rgba(213,213,213,1);
    }

.canariasborder{
    fill:none;
    stroke-width :1;
    stroke : rgba(172,172,172,1);
    /*stroke : black;*/
}
.titmunis{
    font-weight: bold;
    font-family: Arial;
    font-size: 14px;
}
path.cursorborder{
    fill:rgba(234,234,234,1);
    stroke-width :3;
    stroke : rgba(172,172,172,1);
}
.cursor_rect{
    fill:rgba(255,102,0,075);
}
.slideraxis{
    stroke-width: 1px;
    stroke:rgba(172,172,172,1);
    fill: none;
}
.xaxis{

    fill:rgba(172,172,172,1);
}
.ventana {  

    position: absolute; 
    display: inline-block;          
    text-align: center;           
    padding: 5px;             
    font: 16px sans-serif;        
    background: rgba(255,102,0,075);   
    border-radius: 15px;
    border-style: solid;
    border-width: 2px;
    border-color: white;           
    pointer-events: none;
    font-family: Arial;
    color: white;      
}
.tickline{
    stroke : rgba(172,172,172,1);
}