.mx-auto{
	margin: 0 auto;
}

@media(min-width: 768px){
	ul.logo-list .elementos img.img-responsive{
		max-height: 70px;
	}
}

@media(min-width: 768px){
	.inicio div.div-btn .btn{
		margin-left: 180px;
    	margin-top: 95px;
	}

	.img-flotante{
		float: right;
	}
}

@media(min-width: 992px){
	.inicio div.div-btn .btn{
		margin-left: 250px;
	    margin-top: 185px;
	}
}

.inicio div.div-btn .btn{
    padding: 20px 70px;
    background: #766bb2;
    border-radius: 5px;
    border-color: #766bb2;
}

.img-flotante img{
	margin: 0 auto;
	margin-bottom: 10px;
}

.radio a{
	color: black;
}

.progress div{
	color: #582e5a;
}

.color_secundario, .color_terciario, .info{
	padding: 15px;
}

.color_secundario{
	background-color: #fa73baa3;
}

.color_terciario{
	background-color: #fbd1e8;
}

.color_unico{
	color: #fa73ba;
}

hr.separador{
	margin: 0;
    border-color: #d7188a;
    border-width: 2px;
}

.info-logo i.fa-info-circle{
	font-size: 80px;
	color: #9b5fab;
}

.fondo-gris{
	background-color: #ebebeb;
}

p{
	font-weight: 400;
}

@media(min-width: 992px){
	.consulta-acta-lista li.perfect-li{
		float: left;
		width: 50%;
		min-height: 250px;
	}
}

.ayudas .table-responsive .table tbody tr td{
	vertical-align: middle;
}

.ayudas .table-responsive .table tbody tr .tipo{
	background-color: #fbd1e8;
	color: #000;
}

.casilla_electoral{
	padding: 10px;
    border: 3px solid #582e5a;
}

.btn-black{
	background-color: #3e3e3e;
  	color: #ffffff;
  	border-color: #9f9f9f;
  	padding: 2px 5px;
}

.table-responsive > table > thead > tr > th > img, .table-responsive > table > thead > tr > th > div > img {
	max-width: 55px;
	margin: 0 auto;
}

thead{
	background-color: #fff;
}

ul.nav-tabs {
  text-align: center;
}
ul.nav-tabs li {
  float: none;
  display: inline-block;
}

.estado_elige{
	text-align: center;
    margin: 30px auto;
}

.estado_elige > span{
	background-color: #766bb2;
    color: #fff;
    padding: 15px;
    font-weight: bold;
}

.no-bullets{
	list-style: none;
}

.odd-frecuente{
	background-color: #e5e0e7;
    padding: 10px;	
}

.float-right{
	float: right;
}

.float-left{
	float: left;
}

.nav-tabs > li > a{
	padding: 15px;
	color: #582e5a;
}

.nav-icons{
	max-width: 55px;
}

.text-nav{
	margin-top: 30px;
    margin-left: 65px;
    font-weight: bold;
}

.tipografia-blancas {
    color: #ffffff;
    font-size: 19px;
    padding: 4px;
}
.cuadrado-azul {
    width: 35px;
    background: #9C7FB0;
    text-align: center;
    padding: 7px;
}

.btn-actas{
	padding: 6px;
    border-radius: 3px;
    background-color: #766bb2;
    margin-top: 0 !important;
    white-space: normal;
}

.btn-actas-active{
	background-color: #582e5a;
}

.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary:active:focus {
    color: #ffffff;
    background-color: #582e5a;
    border-color: #fff;
}

.letras > li{
	color: #000;
	font-weight: normal;
	margin-bottom: 15px; 
}

.letras > li > span > a{
	color: #000;
}

.letras > li > span > a:hover{
	text-decoration: none;
}

.letras > li.activo > span > a {
    background-color: #766bb2;
    padding: 5px 7px;
    border-radius: 10px;
    color: #fff;
}
.table-responsive > thead > tr > th > div > img, .table > thead > tr > th > img {
	max-width: 55px;
}

/*@media(min-width: 768px){
	.tabla_principal{
		overflow-x: auto !important;
	    width: 720px !important;
	    left: inherit !important;
	}
}

@media(min-width: 992px){
	.tabla_principal{
		width: 940px !important;
	}
}

@media(min-width: 1200px){
	.tabla_principal{
		width: 1140px !important;
	}

	.tabla_principal > tr > th{
		min-width: 112px !important;
	}
}*/

.tabla_principal > tr > th{
	vertical-align: middle;
}

.boton_ayuda{
	max-width: 350px;
	border: 2px solid #766bb2;
    padding: 15px;
    color: #000;
    transition: all ease .2s;
}

a:hover{
	text-decoration: none;
}

.boton_ayuda:hover{
	box-shadow: 3px 3px 15px black;
}

/*.tabla_test > tbody {
	display: block;
    height: 500px;      
    overflow-y: auto;   
    overflow-x: hidden; 
}*/


.tabla_distribucion_votos > tbody > tr > td{
	vertical-align: middle;
	text-align: center;
}

.table-fixme-fixed{
  top:0;
  position:fixed;
  width:auto;
  display:none;
  border:none;
}

th > div > img, th > img, td > .img-responsive{
	max-width: 40px !important;
	margin: 0 auto;
}

.campoSticky{
	background-color: #ddd;
}

.progress-nominal{
	border: none;
	height: 27px;
	background-color: #e5d9e5;
}

.progress-nominal > div{
	color: #ff3092;
	background-color: #ff3092;
}

.table-responsive > thead > tr > th, .table-responsive > tbody > tr > td{
	vertical-align: middle;
	text-align: center;
}

.rosa-nominal{
	color: #cb1673;
}

.fa-question-circle{
	color: #776cb2;
}

.progress{
	margin-bottom: 5px;
}

.text-left{
	text-align: left !important;
}

.black{
	color: #000 !important;
}

hr.rosa-nominal{
	border-color: #ff2599;
	border-width: 2px;
    margin: 0 auto;
}

h4.rosa-nominal{
	margin-top: 5px;
}

.cont-div{
	color: #d2d2d2;
}

.cont-div h4{
	margin-top: 15px;
}

.esperadas-div h2{
	margin-top: 0;
}

.actas-div .col-md-4{
	padding: 0;
}

#charts{
//	zoom: 1.6;
}

.c3-legend-item{
	display: none !important;
}

.c3-chart-arc .c3-gauge-value{
	fill: #D4007F;
}

td.vacio{
	background-image: url(../img/rayas.jpg);
    background-size: 50px;
}

.dropdown-menu{
  background-color: #ebd8ef !important;
}

.link_dip{
	color: black !important;
}

.link_dip:hover{
	font-weight: bold !important;
}

.hr-table{
	margin: 0;
    border-width: 3px;
    border-color: #727272
}

.btn-activo{
	background-color: #632A5B !important;
	color: #fff !important;
	font-weight: bold;
}

.no-margin{
	margin-top: 0;
}

.btn-zoom{
	background-color: #fff;
    padding: 5px 11px;
    color: #000;
    display: inherit;
    margin-bottom: 10px;
    text-align: center;
}

.btn-zoom:hover{
	color: #000;
}

/*.table-striped > tbody > tr:nth-of-type(even) > td:first-child {
    background-color: #fff;
}

.table-striped > tbody > tr:nth-of-type(odd) > td:first-child {
    background-color: #f9f9f9;
}*/
.rotar270{
	float: left;
    position: absolute;
    top: 550px;
    left: -20px;
	-ms-transform: rotate(270deg); /* IE 9 */
    -webkit-transform: rotate(270deg); /* Safari */
    transform: rotate(270deg);
}

@media(min-width: 768px){
	.ayun100{
	    position: absolute;
	    top: 49.5%;
	    left: 80%;
	}

	.ayun100 h5{
		font-size: 22px;
	}
}

@media(min-width: 992px){
	.ayun100{
	    position: absolute;
	    top: 45%;
	    left: 90%;
	}

	.ayun100 h5{
		font-size: 22px;
	}
}

@media(min-width: 1200px){
	.ayun100{
		position: absolute;
	    top: 45%;
	    left: 85%;
	}

	.ayun100 h5{
		font-size: 22px;
	}
}

.menu-activo{
	color: #582e5a !important;
    background-color: #ebd8ef;
    font-weight: bold;
}

.f-10{
	font-size: 10px !important;
}

.franja{
	border-right: 3px solid black;
    margin-bottom: 5px;
}

.fullscreen{
	position: fixed;
    top: 2%;
    right: 3%;
    bottom: 0;
    left: 8%;
    z-index: 999;
    zoom: 1.8;
    background: #fff;
    border: 1px solid;
    padding: 15px;
    height: 87%;
    margin: 0 auto;
    text-align: center;
}

@media(min-width: 768px){
	select.form-control{
		-webkit-appearance: none;
	    -moz-appearance: none;
	    appearance: none;
	    background: url("../img/dropdown.png") 101% / 18% no-repeat #fff;
	}

	.ruedita_centro{
		position: absolute;
	    top: 442px;
	    background-color: #fff !important;
	    margin-left: -5px;
	    background: white;
	    border-radius: 30px;
	    padding: 3px !important;
	    font-size: 9px;
	    border: 1px solid black;
	}

	.ruedita_negra_centro{
		position: absolute;
	    top: 410px;
	    color: white;
	    margin-left: -5px;
	    background: white;
	    border-radius: 30px;
	    font-size: 9px;
	    border: 1px solid black;
	    background-color: #000 !important;
	    padding: 3px !important;
	}

	.ruedita_negra_derecha{
		position: absolute;
	    top: 476px;
	    color: white;
	    right: 10.5px;
	    background: white;
	    border-radius: 30px;
	    padding: 0px 1px;
	    font-size: 9px;
	    border: 1px solid black;
	    background-color: #000 !important;
	    padding: 3px !important;
	}

	.rayita_centro{
		background: #000 !important;
	    width: 0.5px !important;
	    height: 25px;
	    position: absolute;
	    top: 417px;
	    margin-left: -3px;
	}

	.ruedita_derecha{
		position: absolute;
	    top: 442px;
	    color: white;
	    right: 9px;
	    background: white;
	    border-radius: 30px;
	    padding: 0px 1px;
	    font-size: 9px;
	    border: 1px solid black;
	}

	.rayita_derecha{
		background: #000 !important;
	    width: 3.5px !important;
	    height: 25px;
	    position: absolute;
	    top: 452px;
	    right: 13px;
	}
}

@media(min-width: 992px){
	select.form-control{
		background: url("../img/dropdown.png") 101% / 14% no-repeat #fff;
	}

	.ruedita_centro{
		top: 522px;
	}

	.ruedita_negra_centro{
		top: 489px;
	}

	.ruedita_negra_derecha{
		top: 556px;
	}

	.ruedita_derecha{
		top: 522px;
	}

	.rayita_centro{
		top: 497px;
    	/*left: 268px;*/
	}

	.rayita_derecha{
		top: 532px;
	}


}

@media(min-width: 1200px){
	select.form-control{
		background: url("../img/dropdown.png") 101% / 12% no-repeat #fff;
	}

	.ruedita_centro{
		top: 507px;
    	/*left: 323px;*/
	}

	.ruedita_negra_centro{
		top: 478px;
    	/*left: 325px;	*/
	}

	.ruedita_derecha{
		top: 507px;
	}

	.rayita_centro{
		top: 483px;
    	/*left: 327px;*/
	}

	.rayita_derecha{
		top: 517px;
	}

	.ruedita_negra_derecha{
		top: 542px;
	}
}
