@import "http://fonts.googleapis.com/css?family=Roboto:300,700,400";
.highcharts-title, .highcharts-subtitle {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}

.charts {
	min-height: 1%;
	overflow: hidden;
}

.graf {
	width: 240px;
	float: left;
	height: 175px;
	margin-bottom: 20px;
}

#chart_wrap {
	background: #fff;
	width: 100%;
	position: relative;
}

.chart_line {
	border-left: 1px dotted #666666; 
	width: 1px; 
	position: absolute; 
	left: 50%; 
	top: 48px; 
	bottom: 30px; 
	display: none;
}

.chart_container {
	width: 100%; 
	height: 170px; 
	overflow: hidden;
}

#chart_more {
	background: #fff; 
	color: #555; 
	width: 100%;
	height: 20px; 
	position: relative; 
	text-align: center;
	display: none;
}

.chart_mayoria {
	z-index: 9;
	color: #666; 
	z-index: 100; 
	position: absolute; 
	top: -22px; 
	left: 41%; 
	display: block; 
	font-family: 'Roboto', Arial; 
	text-align: center;
}

.chart_mayoria strong {
	color: #000; 
	font-size: 11px; 
	background: #fff; 
}

.chart_mayoria small {
	font-size: 9px;
	background: #fff; 
	display: block;
	margin-top: -2px;
}

#leyenda {
	clear: both;
	margin-bottom: 10px;
}

ul.partido {
	margin: 0;
	padding: 0;
	background: #f4f4f4;
	padding: 8px 8px 5px 15px;
}

ul.partido li {
	display: inline-block;
	list-style: none;
	min-height: 1%;
	overflow: hidden;
	padding-right: 10px;
	line-height: 120%;
	font-size: 11px;
}

ul.partido li span {
	width: 13px;
	height: 13px;
	display: block;
	float: left;
	margin-right: 5px;
}

#fuente_datos {
font: 11px Arial;
text-align: right;
padding: 0 0 8px 0;
margin-top: 0;
}

#fuente_datos strong { color: #111; }

ul.partido .pp  { background: #558fbf !important; }
ul.partido .psdeg { background: #ea525f !important; }
ul.partido .bng { background: #a9c1d9 !important; }
ul.partido .cs { background: #ffbe40 !important; }
ul.partido .marea { background: #71baeb !important; }
ul.partido .mdev { background: #72243d !important; }
ul.partido .ca { background: #9fd6d2 !important; }
ul.partido .do { background: #e15e32 !important; }
ul.partido .ln { background: #ccc68d !important; }
ul.partido .cxgcctt { background: #62997a !important; }
ul.partido .tega { background: #82af9b !important; }
ul.partido .fec { background: #4F007C !important; }
ul.partido .upyd { background: #fc9d9a !important; }
ul.partido .av { background: #fdd672 !important; }
ul.partido .maart { background: #00A2B1 !important; }
ul.partido .anova { background: #019EE3 !important; }
ul.partido .mapo { background: #4A84BB !important; }
ul.partido .ace { background: #DA2D1F !important; }
ul.partido .oec { background: #672C42 !important; }
ul.partido .euson { background: #C1C959 !important; }

.select2-selection__rendered { font-size: 16px; }