/* Created 20-04-2015 @ 4:01 PM Copyright (C) 2015 Oier Jauregui Rubio and Javier Osés Villanueva
oier@node4.me

 * reserved.

 * 

 */

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

#body{
    margin: 0;
    padding: 0;
}
#infografia{
    position: relative;
    width :980px;
    height:620px;
    }

#fiebre{
    position: absolute;
    left: 0;
    top: 0;
    width : 780px;
    height : 400px;
}
#selector{
    position: absolute;
    right: 0;
    top: 0;
    width : 200px;
    height : 200px;
}

#participacion{
    margin-top: 8px;
    position: absolute;
    left: 0;
    top: 390px;
    width : 780px;
    height : 50px;
}


.axis path,
.axis line {
    fill: none;
    stroke:#CDCDCD;
    stroke-width: 1px;
    shape-rendering: crispEdges;
}
#tarta{
    bottom: 0;
    left: 0;
    position: absolute;
    height: 170px;
    width:350px;
}
#mapa{
    bottom: 0;
    left: 500px;
    position: absolute;
    height: 150px;
    width:285px;
}
#results{
    bottom: 0;
    right: 480px;
    position: absolute;
    height: 170px;
    width: 150px;
}
#lugar{
    position: absolute;
    top: 0;
    right: 0;
    height: 28px;
    width: 200px;

}
#sel{
   font: 13px Arial, Helvetica, sans-serif;
    font-weight: bold;
    position: absolute;
    top: 28px;
    right: 25px;
    height: 25px;
    width: 150px;

}

#leyenda{
    position: absolute;
    top: 50px;
    right: 0;
    height: 350px;
    width: 200px;
}
.y.axis path{
    stroke-width: 0;
}
.x.axis text{
    font-family: Arial;
    font-weight:bold;
    font-size: 16px;
    fill: #444444;
}
.button{
    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 : 14px; 
    color : #3291C2;
    background-color: white;
    cursor: pointer;
    outline:0px !important;
    -webkit-appearance:none;
    
}
.dot{
    fill:white;
    stroke:#000000;
    border-width: 1px;
}
.titulos_graf{
    font-family: Arial;
    fill: #ababab;
    font-weight: bold;
    font-size: 13px;
    line-height: 14px;
}
.subtitulos_graf{
    font-family: Arial;
    fill: #969696;
    font-size: 13px;
}
.d3-tip {
  line-height: 1;
  font-weight: bold;
  padding: 13px;
  background: rgba(44, 44, 44, 1);
  color: #ffffff;
  border-radius: 3px;
}

/* Creates a small triangle extender for the tooltip */
.d3-tip:after {
  box-sizing: border-box;
  display: inline;
  font-size: 13px;
  width: 100%;
  line-height: 0.8;
  color: rgba(0, 0, 0, 1);
  content: "\25BC";
  position: absolute;
  text-align: center;
}

/* Style northward tooltips differently */
.d3-tip.n:after {
  margin: -1px 0 0 0;
  top: 100%;
  left: 0;
}
.txt_1{
    font-family: Arial;
    font-weight: bold;
    font-size: 13px;
    color: #1B222D;
}
.txt_mapa
{
    font-family : Arial;
    font-size : 8px;
    line-height : 15px;

}
