body {
  overflow-y:scroll;
  font-family: arial;
}

text {
  font: 12px sans-serif;
}

.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.zero15 {
  width: 15%;
    height: 30px;
	margin-bottom:20px;
}

.chart.zero70 {
  width: 70%;
    height: 30px;
	margin-bottom:20px;
}

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


.chart.zerotres {
  width: 100%;
    height: 260px;	
}


.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;
}
 
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; }
