body{
    font: 13px Arial, Helvetica, sans-serif;
    color: #444444;
}

#body{
    margin: 0;
    padding: 0;
}
#infografia{
    position: relative;
    width :980px;
    height:673px;
    }
#titulo{
    position: absolute;
    width :100%;
    height:10%;
    top: 0;
    left: 0;
    
}
#autocomplete{
    position: absolute;
    width: 210px;
    top: 20px;
    left: 7px;
    border-style: solid;
    border-color: #B8B8B8;
    border-width: 2px;
    border-radius: 3px;
    -moz-border-radius : 3px; 
    -webkit-border-radius : 3px;
    font-family : Arial; 
    font-weight : bold; 
    font-size : 17px; 
    color : #1b222d;
    background-color: white;

}
#lupa{
    top:15px;
    position: absolute;    
    z-index: -1;
}
#mapa{
    position: absolute;
    width: 80%;
    height: 90%;
    top: 10%;
    right:0;

    }

#buscador{
    position: absolute;
    top: 5%;
    left:57.34%;
    width: 250px;
    height:100%;
}
#buttons{
    position: absolute;
    top: 5%;
    right: 0%;
    width: 150px;
    height:100%;

}
#zoom_in{
    cursor: pointer;
}
#zoom_out{
    cursor: pointer;

}
.button{

    width: 73px;
    border-style: solid;
    border-color: #B4B4B4;
    border-width: 2px;
    border-radius: 3px;
    -moz-border-radius : 3px; 
    -webkit-border-radius : 3px;
    font-family : Arial; 
    font-weight : bold; 
    font-size : 15px; 
    color : #3291C2;
    background-color: white;
    cursor: pointer;
    outline:0px !important;
    -webkit-appearance:none;
}
#b2011{
   /* opacity: 0.5;*/
    color : white;
    background-color: #B4B4B4;
    border-color: #B4B4B4;
    height: 35px;
    cursor: default;
}
#b2015{
    
    color : white;
    background-color: #373737;
    border-color: #373737;
    height: 35px;
    cursor: default;
}
.leyebutton{
    
    width: 100px;
    height: 35px;
    top:10%;
    right: 15%;
    margin: 7px;
    border-style: solid;
    opacity: 1;
    border-width: 2px;

    -moz-border-radius : 3px; 
    -webkit-border-radius : 3px;
    font-family : Arial; 
    font-weight : bold; 
    font-size : 15px; 
    color : #FFFFFF;

    cursor: pointer;
    outline:0px !important;
    -webkit-appearance:none;
    
}

.scalegraphtext{

    font: 13px Arial, Helvetica, sans-serif;
    color: #444444;
}

#leyenda{
    position:absolute;
    top: 10%;
    left: 0;
    right: 0;
    width: 20%;
    height: 90%;
    
}
#leyend{

    height: 20px;
    border-color: #FFFFFF;
    background-color: #FFFFFF;
    color: #444444;
    cursor: default;
    font: 13px Arial, Helvetica, sans-serif;
}
#textleye{
    margin-right: 15%;
    margin-left: 15%;

}

div.tooltip {   
                
   height: 120px;
   width: 240px;
   position: absolute;
   text-align: top-left;
   display: inline-block;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 13px;
   font-weight: bold;
   line-height: 15px;
   color:#FFFFFF;
   pointer-events: none;
   padding: 5px;
}

#b_psoe{
    background-color: #ea0a00;
    border-color: #ea0a00;
}
#b_pp{
    border-color: #0bb2ff;
    background-color: #0bb2ff;
}
#b_iu{
    border-color: #a0d500;
    background-color: #a0d500;
}
#b_pnv{
    border-color: #00B351;
    background-color: #00B351;
}
#b_ciu{
    border-color: #ECDE2A;
    background-color: #ECDE2A;
}
#b_upyd{
    border-color: #e9008c;
    background-color: #e9008c;
}
/*
#b_podemos{
    border-color: #9a559a;
    background-color: #9a559a;
}*/
#b_ciudadanos{
    border-color: #fca136;
    background-color: #fca136;
}
#reset{
    border-color: #373737;
    background-color: #373737;
    height: 45px;

}
#segundos{
    border-color: #b8b8b8;
    background-color: #b8b8b8;
    height: 45px;
}
#barras{
    position: relative;
    top:10%;
}
#munitext{
    position: absolute;
    top:5%;
    left: 10%;
    font-size: 18px;
}
#perctext{

    right: 0%;
}
.axis path,
.axis line {
    fill: none;
    stroke: white;
    stroke-width:0;
    shape-rendering: crispEdges;
}
.axis text{
    fill: white;
}

.x.axis{
    text-decoration-color: white;
}
.y.axis{
    text-color: white;
    font-size: 13px;
    font: Arial, Helvetica, sans-serif;
    font-weight:  lighter;
}
#titul{
    position: absolute;
    top: 1.78%;
    left: 0.50%;
    font-family: arial,helvetica,sans-serif;
    font-size: 21px;
    line-height: 25px;
    font-weight: bold;
    color: #000000;
}
#subtitulo{
    position: absolute;
    top: 35%;
    left: 0.50%;
}
.colorscale{
    position: absolute;
    bottom: 2.5%;
    left: 0%; 
    width :20%;
    height:10%;
}

.background {
  fill: none;
  pointer-events: all;
}