@import url('https://fonts.googleapis.com/css?family=Roboto+Slab');

body{margin: 0;}

.bloque{
	padding: 10px;
}

#chartdiv{
	width: 100%;
	height: 400px;
}

.bloque p {
	font-family: 'Roboto Slab', serif;
	font-size: 1em;
	line-height: 1.5;
	color: #333;
	margin: 0 0 15px 0;
}
.bloque .fuente {
	font-family: 'Roboto Slab', serif;
	font-size: 0.7em;
	color: #999;
	margin: 0 0 15px 0;
	display: block;
	text-align: center;
}