.d-flexconsultas{
	display:flex;
	align-items:center;
	width:100%;
	flex-wrap:wrap;
}
.title-encabezado > p{
	padding:0 15px;
}
.d-flex{
	display:flex;
	align-items:center;
}
.card-profile .card-profile-img .img-partido img{
	margin-top:0;
}
.img-partido .img-resultado{
	margin-left:7px;
	margin-top:0;
}
.datosgenerales{
	margin:10px auto 15px;
}
.datosgenerales > div{
	border:1px solid #cccccc40;
}
.datosgenerales > div:nth-child(odd){
	background-color:#f5f5f5;
}
.datosgenerales .txtinfogeneral{
	color:#777;
}
.datosgenerales .txtdatogeneral{
	color:#00908c;
	font-weight:bold;
}
.card-profile:nth-child(3){
	margin-top:0;
}
.ml150{
	margin-left:150px;
}
.card-cantidad-votos{
	margin:0;
	margin-left:10px;
	font-size:1.5em;
}
.card-cantidad-votos .cantidad-votos{
	color:#00908c;
	font-weight:bold;
}
#containerchart{
	border:1px solid #cccccc40;
	margin-bottom:20px;
	padding:10px 0;
}
.card{
	border:1px solid #cccccc40;
}
.btn-primary.active{
	background:#fff;
	color:#000;
	border-color:#00908c;
}
.btn-primary.active:hover{
	background:#f2f2f2;
	color:#000;
	border-color:#00908c;
}
.card-profile:nth-child(2n+1){
	background:#f5f5f5;
}
.md-accordion .card:nth-child(2n+1){
	background:#f5f5f5;
}
.title-footer{
	padding-top:20px;
}
.container-secundary{
	padding-bottom:10px;
}

.datosgenerales > div:nth-child(1), .datosgenerales > div:nth-child(3), .datosgenerales > div:nth-child(5){
	background-color:#f5f5f5;
}
.datos-resultado{
	display:flex;
	width:calc(100% - 8px);
	justify-content:space-between;
	align-items:baseline;
}
.card-profile .progress{
	margin-top:5px;
	margin-bottom:0;
}
.d-flexconsultas .col-md-6:nth-child(2) .card-profile{
	border:3px solid #00908c;
	background:#f5f5f5;
}
.card-body .nombre .fa{
	color:#00908c;
}
.container-consultas .card-profile{
	background:#fff;
}
.card-profile .card-profile-img .img-partido{
	margin-bottom:5px !important;
}
.color-resaltado{
	background:#00908c !important;
	color:#fff;
}
.container-tabla table thead{
	background:#686868;
}
.tablasenado{
	max-height:1415px;
	overflow-y:scroll;
	margin-bottom:12px;
}
.tablasenado .table{
	margin-bottom:0;
}
.contenedor-curules-especiales{
	float:left;
}
.title-curules-especiales{
	color:#00908cde;
	font-size:16px;
	font-weight:bold;
}
.title-curules-especiales span{
	font-size: 17px;
	font-weight: bolder;
	color:#00908c;
}
path.highcharts-legend-nav-active{
	fill:#00908c;
}
@media (max-width: 992px){
	.datosgenerales > div:nth-child(1), .datosgenerales > div:nth-child(4), .datosgenerales > div:nth-child(5){
		background-color:#f5f5f5;
	}
	.datosgenerales > div:nth-child(2), .datosgenerales > div:nth-child(3), .datosgenerales > div:nth-child(6){
		background-color:#fff;
	}
}
@media (max-width: 767px){
	.d-flexconsultas > div{
		width:100%;
	}
	.card-personalize .umbral{
		border-left:0 !important;
	}
}
@media (max-width: 442px){
	.card-profile .card-body{
		min-height:0;
	}
	.card-profile .d-flex{
		flex-wrap:wrap;
	}
	.card-profile .d-flex > div{
		width:100%;
	}
	.img-partido .img-resultado{
		margin-left:0;
	}
	.container-consultas .datos-resultado{
		flex-wrap:wrap;
	}
	.container-consultas .card-cantidad-votos{
		width:100%;
		font-size:1.3em;
	}
	.container-consultas .card-porcentaje-valor{
		width:100%;
		text-align:right;
	}
	.barraprogreso{
		margin-left:0;
	}
	.card-profile .progress{
		margin-left:0;
		width:100%;
	}
	.card-profile .card-profile-img .img-partido{
		margin-bottom:0 !important;
	}
}