/*body {
  font-family: sans-serif;
  font-size: 16px;
  margin: 50px;
}*/
#chart{
	color: #fff !important;
	width:140px;
	height:102px;
	font-size: 10px;
	margin: 10px 5px 5px 5px;
	text-align: center;
}
.titulos_chart{
	background-color:#CED300;
	font-size: 10px;
	padding-left:20px;
	color: #524963;
}
.tabla{
	border:none;
	background-color:#6B7D84; /*636973*/
	font-size: 11px;
	color: #FFFFFF;
	width: 140px;
}
.tabla tr{
	border:none;
}
.precio{
	font-size: 16px;
	font-weight: bold;
}
.dif{
	font-size: 14px;
}