@font-face {
    font-family: titulo;
    src: url(font/Brandon_bld.otf);
}

@font-face {
    font-family: texto;
    src: url(font/Brandon_reg.otf);
}

path {
  stroke: #fff;
  fill-rule: evenodd;
}

text {
  font-family: texto, sans-serif;
  font-size: 10px;
  fill: black;
  font-weight:400;
}

text:hover, path:hover {
  cursor: pointer;
}

.d3-chart-tooltip {
    /* height: 340px; */
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    z-index: -1;
    opacity: 0;
    font-size: 16px;
    /* padding-left: 460px; */
    color: white;
    margin-right: 30px;
    /* width: 100%; */
}

.d3-chart-tooltip .fichainfo{
    font-family: texto, sans-serif;
    background: #279EA8;
    padding: 10px 20px;
	opacity:.9;
}

h2{
  line-height: 60px;
}

.fichainfo .descripcion{
  font-family: texto;
  font-size: 18px;
  color:white;
  padding-bottom: 20px
}

.fichainfo .textointro{
  margin-top: 10px;
  display: block;
	line-height:1.2;
}

.fichainfo .textointro2{
  margin-top: 10px;
  display: block;
  font-size: 18px;
  line-height:1.2;
  color: white;
}

.fichainfo .admiraabre{
  position: relative;
  display: block;
  float:left;
  margin:-20px 0 0 0;
}

.fichainfo .admiracierra{
  position: relative;
  display: block;
  float: right;
  margin:0 0 -20px 0;
}

.fichainfo .envuelve{
  border-bottom: 2px solid white;
}

.fichainfo .titulo{
  display: inline-block;
  background: #1b6d74;
  border-radius: 25px;
  font-family: texto;
  padding: 5px 15px;
  font-weight: bold;
  margin-top: 15px;
}

.fichainfo .migadepan{
  margin-top: 10px;
  display: inline-block;
  font-size: 18px;
  font-family: texto;
}

.fichainfo .migadepan .matiz{
  background: white;
  color: #1b6d74;
  padding: 5px 15px;
  border-radius: 25px;
  font-weight: bold;
}

.fichainfo .migadepan .flechitas{
  display: inline;
  font-size: 18px;
}

 ul{
  font-size: 16px;
}

.fichainfo .publicos{
display:inline-block;margin-left:20px;
}

body{
	font-family: 'brandon_grotesque_regularRg', sans-serif;
    background: #FFF url(img/image.jpg) no-repeat fixed top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	line-height:1.1;
	padding-left:20px;
		}