body {
	background: #F4F4F4; 
}
article {
	margin-bottom: 30px;
}
section > .container {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid #C6C9C9; 
}
.canvas-chart {
	background: #fff;
}
.row.title {
	background: #E0DEDE;
	margin: 20px -15px;
}
.row.title:nth-of-type(1) {
	margin: 0px -15px 20px -15px;
}
.row.title h5 {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
	color: #444453;
}
.list-btn-accesibilidad,
.list-btn-redes-sociales {
	list-style: none;
	padding-left: 0px;
}
.list-btn-accesibilidad li,
.list-btn-redes-sociales li {
	float: left;
	margin-right: 20px;
}
.list-btn-accesibilidad li a {
	background: #D9D6D6;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.list-btn-redes-sociales li a img {
	background: #D9D6D6;
	border: 2px solid #D9D6D6;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}