body {
  font: 10px sans-serif;
width: 95%;
	max-width:1320px;

margin:auto;

 }

.axis path,
.axis line {
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges;
}

.bar {
  fill: rgb(34,145,146);
}

.bar:hover {
  fill: rgb(178,0,2);
}

.x.axis path {
  display: none;
}

.d3-tip {
  line-height: 1;
  font-weight: bold;
  padding: 12px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  border-radius: 2px;
}

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

/* Style northward tooltips differently */
.d3-tip.n:after {
  margin: -1px 0 0 0;
  top: 100%;
  left: 0;
}

.chart {
  float:left;
  height: 300px;
  text-align: center;
  font-weight: bold;
 margin-bottom: 2em; 
  max-width:1300px;
	margin:auto;
}


	

.chart.full {
  width: 100%;	
  
}

.chart.zero {
  width: 100%;
    height: 30px;
	margin-bottom:20px;
}

.chart.zerodos {
  width: 50%;
    height: 45px;
	margin-bottom:20px;
	margin-top:20px;
	background:#EFEFEF;
	
}

.chart.zerotres {
  width: 33%;
    height: 45px;
	margin-bottom:20px;
	margin-top:20px;
	background:#EFEFEF;
	
}

.chart.zerotres2 {
  width: 33%;
    height: 300px;
	
	background:#FFF;
	
}

.chart.dos {
  width: 100%;
    height: 400px;
	margin-bottom:20px;
}

.chart.half {
  width: 50%;
 
}

.chart.third {
  width: 33%;
}

.chart.third2 {
  width: 33%;
   height: 420px;
}

.chart.sixt {
  width: 66%;
  height: 500px;
  margin: auto;
  position: relative;
}

.chart.sixt2 {
  width: 66%;
  height: 420px;
  margin: auto;
  position: relative;
}

.chart.selected {
  width: 100% !important;
}

.navigation a{
  margin-right: 1em;
}

.navigation {
  margin-bottom: 1em;
}

.contenedor {
	width: 95%;
	max-width:1320px;
	margin:auto;
}
 
.contenedor p {
	margin-bottom:20px;
}
 
header nav {
	background:#3FB1B1;
	margin-bottom:5px;
}
 
header nav ul {
	list-style: none;
	overflow: hidden;
}
 
header nav ul li {
	float: left;
}
 
header nav ul li a {
	display: block;
	padding:20px;
	color:#fff;
	text-decoration: none;
        font-size: 16px;
}
 
header nav ul li a:hover {
	background:#DDD;
}
 
 
/* --- Clase que agregaremos cuando el usuario haga scroll --- */
.menu-fixed {
	position:fixed;
	z-index:1000;
	top:0;
	left:0;
	
 /*	max-width:1000px; */
 	width:100%;
	
}

.menu-fixed ul li a{
	padding: 15px 20px; }