/* versión 1.0.1 - 15 de agosto 2016 */


/*--------------------------*\
    	$Generales
\*--------------------------*/
.margen-xlg{
	margin: 120px 10px;
}
.margen-lg{
	margin: 60px 10px;
}
.margen-md{
	margin: 30px 10px;
}
.margen-sm{
	margin: 15px 5px;
}
.margen-cero{
	margin: 0;
}
.margen-lg-der-izq{
	margin-right: 60px;
	margin-left : 60px;
}
.margen-md-der-izq{
	margin-right: 30px;
	margin-left : 30px;
}
.margen-sm-der-izq{
	margin-right: 15px;
	margin-left : 15px;
}
.margen-xlg-superior{
	margin-top: 120px;
}
.margen-lg-superior{
	margin-top: 60px;
}
.margen-md-superior{
	margin-top: 30px;
}
.margen-sm-superior{
	margin-top: 15px;
}
.margen-xs-superior{
	margin-top: 10px;
}
.margen-lg-inferior{
	margin-bottom: 60px;
}
.margen-md-inferior{
	margin-bottom: 30px;
}
.margen-sm-inferior{
	margin-bottom: 15px;
}
.padding-lg{
	padding: 60px 10px;
}
.padding-md{
	padding: 30px 10px;
}
.padding-sm{
	padding: 15px 5px;
}
.padding-xs{
	padding: 10px 5px;
}
.padding-cero{
	padding: 0;
}
.padding-lg-der-izq{
	padding-right: 60px;
	padding-left : 60px;
}
.padding-md-der-izq{
	padding-right: 30px;
	padding-left : 30px;
}
.padding-sm-der-izq{
	padding-right: 15px;
	padding-left : 15px;
}
.padding-lg-superior{
	padding-top: 60px;
}
.padding-md-superior{
	padding-top: 30px;
}
.padding-sm-superior{
	padding-top: 15px;
}
.padding-xs-superior{
	padding-top: 10px;
}
.padding-lg-inferior{
	padding-bottom: 60px;
}
.padding-md-inferior{
	padding-bottom: 30px;
}
.padding-sm-inferior{
	padding-bottom: 15px;
}
.padding-xs-inferior{
	padding-bottom: 10px;
}
/*--Paleta de Colores--*/
.color-blanco{
	color: #FFF;
}
.color-negro{
	color: #000;
}
.color-rosa-1{
 	color: #860047;
}
.color-rosa-2{
	color: #b3005e;
}
.color-rosa-3{
	color: #d2017a;
}
.color-rosa-4{
	color: #f39;
}
.color-rosa-5{
	color: #f6c;
}
.color-rosa-6{
	color: #f9c;
}
.color-rosa-7{
	color: #fcf;
}
.color-gris-1{
	color: #333;
}
.color-gris-2{
	color: #999;
}
.color-gris-3{
	color: #ccc;
}
.color-gris-4{
	color: #e0e0e0;
}
.color-gris-5{
	color: #ededed;
}
.color-gris-6{
	color: #f2f2f2;
}
.color-azul-1{
	color: #09f;
}
/*--background-color--*/
.bg-blanco{
	background-color: #FFF;
}
.bg-negro{
	background-color: #000;
}
.bg-rosa-1{
 	background-color: #860047;
}
.bg-rosa-2{
	background-color: #b3005e;
}
.bg-rosa-3{
	background-color: #d2017a;
}
.bg-rosa-4{
	background-color: #f39;
}
.bg-rosa-5{
	background-color: #f6c;
}
.bg-rosa-6{
	background-color: #f9c;
}
.bg-rosa-7{
	background-color: #fcf;
}
.bg-gris-1{
	background-color: #333;
}
.bg-gris-2{
	background-color: #999;
}
.bg-gris-3{
	background-color: #ccc;
}
.bg-gris-4{
	background-color: #e0e0e0;
}
.bg-gris-5{
	background-color: #ededed;
}
.bg-gris-6{
	background-color: #f2f2f2;
}
.bg-gris-7{
	background-color: #f1f1f1;
}
.bg-azul-1{
	background-color: #09f;
}
/*--Texturas--*/
.bg-acerca-ine{
	background-image   : url('../../img/texturas/textura_acerca_ine.png');
	background-position: center;
}
.bg-credencial-para-votar{
	background-image   : url('../../img/texturas/textura_credencial_para_votar.png');
	background-position: center;
}
.bg-elecciones{
	background-image   : url('../../img/texturas/textura_elecciones.png');
	background-position: center;
}
.bg-cultura-civica{
	background-image   : url('../../img/texturas/textura_cultura_civica.png');
	background-position: center;
}
.bg-actores-politicos{
	background-image   : url('../../img/texturas/textura_actores_politicos.png');
	background-position: center;
}
.bg-internacional{
	background-image   : url('../../img/texturas/textura_internacional.png');
	background-position: center;
}
.bg-estados{
	background-image   : url('../../img/texturas/texturas_estados.png');
	background-position: center;
}
.bg-sala-prensa{
	background-image   : url('../../img/texturas/textura_sala_prensa.png');
	background-position: center;
}
/*--Bordes--*/
.borde-solido-der{
	border-right: 3px solid #e0e0e0;
}
.borde-solido-izq{
	border-left: 3px solid #e0e0e0;
}
.borde-solido-der-gris1{
	border-right: 1px solid #333;
}
.borde-solido-izq-gris1{
	border-left: 1px solid #333;
}
.borde-solido-inf-gris1{
	border-bottom: 1px solid #333;
}
.borde-solido-sup-gris1{
	border-top: 1px solid #333;
}
.borde-solido-der-blanco{
	border-right: 1px solid #fff;
}
.borde-solido-der-gris{
	border-right: 1px solid #999;
}
.borde-solido-sup{
	border-top: 1px solid #999;
}
.borde-solido-sup-gris-3{
	border-top: 1px solid #ccc;
}
.borde-solido-inf{
	border-bottom: 1px solid #999;
}
.borde-derecho{
	border-right: 1px solid #ccc;
}
.borde-gris{
	border: 1px solid #e2e2e2;
}
.centrar-txt-tabla{
	vertical-align: middle !important;
}
.circulo1 {
 width: 12px;
 height: 12px;
 -moz-border-radius: 50%;
 -webkit-border-radius: 50%;
 border-radius: 50%;
 background: #FF99CC;
 display: inline-block;
 font-size:12px;

}
.circulo2 {
 width: 12px;
 height: 12px;
 -moz-border-radius: 50%;
 -webkit-border-radius: 50%;
 border-radius: 50%;
 background: #868789;
 display: inline-block;
 font-size:12px;
}
.circulo3 {
 width: 12px;
 height: 12px;
 -moz-border-radius: 50%;
 -webkit-border-radius: 50%;
 border-radius: 50%;
 background: #E53D89;
 display: inline-block;
 font-size:12px;
}


/*--Botones--*/
.btn-primario{
	background-color: #d2017a;
    color: #FFF;
    border-radius: 0;
    border-color: #d2017a;
    border: 1px solid transparent;
    margin-bottom: 0;
}
.btn-primario:hover,.btn-primario:active{
	background-color: #000;
	color           :#FFF;
}
.btn-secundario{
	background-color:#d2017a;
	color           :#FFF;
	border-radius   : 0;
	/*border-color    : #d2017a;*/
}
.btn-secundario a, .btn-primario a{
	color           :#FFF;
	text-decoration	:none;
}
.btn-secundario:hover{
	background-color: #000;
	color           :#FFF;
}
.btn-acciones{
	border-radius   : 0;
	text-decoration: none;
}
.margen-btn-acciones{
	margin-right: 30px;
    margin-left: 30px;
}
/*.btn-acciones:hover{
	background-color: #999;
	color           : #FFF;
}*/
.btn-primario-2{
	background-color:#d2017a;
	color           :#FFF;
	border-radius   : 0;
	border-color    : #d2017a;
}
.btn-primario-2:hover{
	background-color: #ccc;
	color           :#000;
}
.btn-modo-lectura{
	border-radius   : 0;
	text-decoration: none;
}
.btn-modo-lectura:hover{
	background-color: #d2017a;
	color: #fff;
}
.btn-modo-lectura-active{
	background-color: #d2017a;
	color           : #FFF;
}
/*--Inputs--*/
.input-border{
	border-radius: 0;
}
/*--Transiciones--*/
.trans-3 {
	-webkit-transition: background-color 150ms ease-out;
	-moz-transition   : background-color 150ms ease-out;
	-webkit-transition: background-color 150ms ease-out;
	-o-transition     : background-color 150ms ease-out;
}
.trans-3:hover {
	-webkit-transition : background-color 150ms ease-out;
	-moz-transition    : background-color 150ms ease-out;
	-webkit-transition : background-color 150ms ease-out;
	-o-transition      : background-color 150ms ease-out;
}

.trans-opacity {
	-webkit-transition: opacity 150ms ease-out;
	-moz-transition   : opacity 150ms ease-out;
	-webkit-transition: opacity 150ms ease-out;
	-o-transition     : opacity 150ms ease-out;
}
.trans-opacity:hover {
	-webkit-transition : opacity 150ms ease-out;
	-moz-transition    : opacity 150ms ease-out;
	-webkit-transition : opacity 150ms ease-out;
	-o-transition      : opacity 150ms ease-out;
}
/*--Iconos--*/
.icono{
	margin: 0 5px 0 5px;
}
.icono-twitter-azul{
	border-radius   : 31px;
	background-color: #55AAEE;
	color           : #FFF;
	font-size       : 30px;
	width           : 45px;
	height          : 45px;
	padding-top     : 9px;
}
.icono-twitter-azul:hover{
	opacity: 0.8;
}
.icono-facebook-azul{
	background-color: #3B5998;
	color           : #FFF;
	border-radius   : 36px;
	font-size       : 30px;
	width           : 45px;
	height          : 45px;
	padding-top     : 9px;
}
.icono-facebook-azul:hover{
	opacity: 0.8;
}
.icono-youtube-rojo{
	background-color: #e62117;
	color           : #FFF;
	border-radius   : 36px;
	font-size       : 30px;
	width           : 45px;
	height          : 45px;
	padding-top     : 9px;
}
.icono-youtube-rojo:hover{
	opacity: 0.8;
}
/** Listas **/
.lista-hover{
	border-left : 2px solid #ddd;
	padding-left: 0px;
	margin-left : 40px;
}
.lista-hover li{
	padding: 10px;
}
.lista-hover li:hover{
	background-color: #f2f2f2;
	border-left     : 3px solid;
}
/** box-shadow **/
.sombra-inferior{
	box-shadow: 0px 1px 1px 0px #999;
}
.banners{
	width: 600px;
	margin: 0 auto;
}
.banners img{
	width: 580px;
}
/*.sombra-superior{
	box-shadow: -1px -1px 7px 3px rgba(181,181,181,1);
}*/

#toTop {
	background-color : #d2017a;
	bottom           : 2%;
	clear            : both;
	color            : #FFF;
	cursor           : pointer;
	display          : block;
	display          : none;
	font-size        : 35px;
	height           : 46px;
	padding-left     : 7px;
	position         : fixed;
	right            : 2%;
	width            : 46px;
	z-index          : 1;
}
#toTop:hover{
	background-color	: #000;
}
.hover-trans-bg {
	-webkit-transition: background-color 300ms ease-out;
	-moz-transition   : background-color 300ms ease-out;
	-webkit-transition: background-color 300ms ease-out;
	-o-transition     : background-color 300ms ease-out;


}

.hover-trans-bg:hover {
	-webkit-transition : background-color 300ms ease-out;
	-moz-transition    : background-color 300ms ease-out;
	-webkit-transition : background-color 300ms ease-out;
	-o-transition      : background-color 300ms ease-out;
}
.actaDesactiva, .estenograficaDesactiva {
	opacity: 0.2
}
table thead{
    color: #fff;
}
table thead th{
	background-color: #303131;
	vertical-align: middle !important;
}

table tr:nth-child(even) {
    background-color: #eee;
}

table tr:nth-child(odd) {
    background-color: #fff;
}
table td{
	padding: 10px;
	border-left: 1px solid #ccc;
	vertical-align: middle;
}
table th{
	padding: 10px;
	background-color: #eee;
	border-left: 1px solid #ccc;
	text-align: center;
}
table th:nth-child(1){
	border-left: 0px;
}
table td:nth-child(1){
	border-left: 0px;
}








/*--------------------------*\
      	  Encabezado
\*--------------------------*/
.buscador form{
	padding: 0;
}
#aImgLogoINE{
	width: 140px;
	margin-top: 3px;
}
#mainNav .nav-pills > li > a {
    border-radius: 0;
}
.menu-apartados-generales ul li a{
	padding   : 15px 15px;
	transition: all .35s linear;
}
nav.navbar-default.enlaces-encabezado li a{
	text-decoration: none;
	color          : #333;
}
nav.navbar-default.enlaces-encabezado li a:hover{
	color           : #d2017a;
	background-color: #fff;
}
#seccion-activa {
	padding-top: 1px;
}
#seccion-activa a{
	border-bottom   : 4px solid #f1f1f1;
}
#seccion-activa a.active{
	background-color: #fff;
	color           : #333;
	font-weight     : bolder;
	border-bottom   : 4px solid #d2017a;
}
#seccion-activa a:hover{
	border-bottom   : 4px solid #d2017a;
}
.btn-buscador-seccion{
	color           : #fff;
	background-color: #BD2773;
	border-radius   : 0;
	border-color    : #BD2773;
}
.btn-buscador-seccion:hover{
	color           : #fff;
	background-color: #333;
}
.buscar-encabezado{
	color           : #fff;
	background-color: #333;
	border-radius   : 0;
	border-color    : #000;
}
.buscar-encabezado:hover{
	color           : #fff;
	background-color: #BD2773;
}
.margen-izq-herramientas{
	margin-left: 0px;
}
.size-down{
	font-size   : 12px;
	margin-right: 8px;
}
.size-up{
	font-size  : 20px;
	margin-left: 2px;
}
#ex1Slider .slider-selection {
	background: #D2017A;
}
.slider.slider-horizontal {
	width : 90px;
	height: 20px;
}
.slider-handle {
	border          : 1px solid #dadada;
	background-color: #F7F7F7;
	background-image: -webkit-linear-gradient(top, #149bdf 0%, #0480be 100%);
	background-image: -o-linear-gradient(top, #149bdf 0%, #0480be 100%);
	background-image: linear-gradient(to bottom, #F7F7F7 0%, #F7F7F7 100%);
}
.breadcrumb.borde-solido-inf{
	border-radius: 0;
}

/*--------------------------*\
      	  Cargando...
\*--------------------------*/
.sk-folding-cube {
    margin: 20px auto;
    width: 40px;
    height: 40px;
    position: relative;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}
.sk-folding-cube .sk-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.sk-folding-cube .sk-cube:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #D4007F;
    -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
    animation: sk-foldCubeAngle 2.4s infinite linear both;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
    -webkit-transform: scale(1.1) rotateZ(90deg);
    transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
    -webkit-transform: scale(1.1) rotateZ(180deg);
    transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
    -webkit-transform: scale(1.1) rotateZ(270deg);
    transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
.sk-folding-cube .sk-cube4:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

@keyframes sk-foldCubeAngle {
    0%,
    10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

@keyframes sk-foldCubeAngle {
    0%,
    10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #FFF;
}
.modal.fade.in {
    top: 10%;
}
.colorBCO {
    margin-top: 23%;
}


/*--------------------------*\
      	  Mapa de sitio
\*--------------------------*/
.lista-mapa li{
	list-style-type: none;
}


/*--------------------------*\
      	  Pie
\*--------------------------*/
.btn-acciones-footer{
	border-radius   : 0;
	text-decoration: none;
	width: 200px;
}
.btn-acciones-footer:hover{
	background-color: #ccc;
	color           : #000;
	width: 200px;
}
.enlace_footer{
	color: #fff;
}
.enlace_footer:hover{
	text-decoration: none;
	font-weight    : bold;
	color          : #fff;
}
#banderaMexico{
	width: 21px;
}
.padding-izq{
	padding-left: 20px;
}
.margen-esp-superior{
	margin-top: 170px;
}
.img-btn-especial{
	width: 180px;
}




/*--------------------------*\
      	  Contenido
\*--------------------------*/
.parrafo-articulo{
	min-height: 100px;
}
.imagen-partido img{
	width  : 110px;
	opacity: 1;
}
.imagen-partido img:hover{
	width  : 110px;
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	-moz-transition   : .3s ease-in-out;
	-o-transition     : .3s ease-in-out;
}
#mapaMexico {
	width : 100%;
	height: 500px;
}
#mapaMexicoCI {
	width : 100%;
	height: 500px;
}
.ajustar{
	display : inline-flex;
}
.ajustar-caja{
	display : flex;
}
.componente-caja{
	box-shadow: 0px 0px 10px 0px #e2e2e2;
	margin-bottom: 25px;
	height: 300px;
}
.componente-caja p{
	padding: 0px 30px 30px 30px;
}
.componente-caja button{
	padding: 10px 20px 10px 20px;
}
.boton-icono{
	width: 200px;
	height: 200px;
	background-color:#e0e0e0;
	display:inline-block;
	cursor:pointer;
	color:#000;
	padding: 50px 25px;
	text-decoration:none;
	margin-bottom: 15px;
}
.boton-icono:hover {
	background-color:#d2017a;
	text-decoration:none;
	color: #fff;
}
.boton-icono:active {
	position:relative;
	top:1px;
}
.infografia img{
	width: 100%;
}
.inf-print-desk{
	display: none;
}
.img-partidos{
	/*display: inline-block;*/
}
.img-partidos img{
	width: 80px;
}
.franja{
	padding: 3px 15px;
}
.form-control{
	border-radius: 0px;
}
.notificacion{
	color: #D5008E;
    background-color: #FAE0EF;
    border-color: #EE99CC;
}

/*--------------------------*\
      Efectos
\*--------------------------*/
.transicion {
	transition: 1s ease;
}
.rotar-flecha {
	transform: rotate(90deg);
}



/*--------------------------*\
      Integrantes Comité
\*--------------------------*/

.borde-solido-izq-rosa {
	border-left: 5px solid #d2017a;
}
.borde-solido-rosa-active {
	border-left: 5px solid #d2017a;
	border-right: 1px solid #d2017a;
	border-top: 1px solid #d2017a;
	border-bottom: 1px solid #d2017a;
	padding-bottom: 1px;
	padding-top: 1px;
}
.color-rosa-silla {
	background: #F7CCE5;
}
.partidos-comite{
	height: 40px;
	width: 40px;
}
.fuente-integrantes-comite{
	font-size: 12px;
}
.zoom-img-comite{
	-moz-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}

#BuscadorTabla {
   /*background-image: url(../../img/administracion-tiempos-estado/filtro-21.png);*/
   background-repeat: no-repeat;
   background-position: 7px;
   padding-left: 35px;
}

/*--------------------------*\
      Propiedades Movil
\*--------------------------*/
@media (max-width: 767px) {
	/*--------------------------*\
      Pie
	\*--------------------------*/
	.margen-sup-responsive{
		margin-top: 30px;
	}
	.leyenda-pie{
		text-align: center;
	}
	.borde-inf-responsive{
		border-bottom: 1px solid #333;
		padding-bottom: 15px;
	}
	.margen-esp-superior{
		margin-top: 30px;
	}
	.margen-radios-btn{
		margin-top: 15px;
	}
	.circulo1 {
     width: 12px;
     height: 12px;
     -moz-border-radius: 100%;
     -webkit-border-radius: 100%;
     border-radius: 50%;
     background: #FF99CC;
	 display: inline-block;
	 font-size:12px;

	}
	.circulo2 {
     width: 12px;
     height: 12px;
     -moz-border-radius: 100%;
     -webkit-border-radius: 100%;
     border-radius: 50%;
     background: #868789;
	 display: inline-block;
	 font-size:12px;
	}
	.circulo3 {
     width: 12px;
     height: 12px;
     -moz-border-radius: 100%;
     -webkit-border-radius: 100%;
     border-radius: 50%;
     background: #E53D89;
	 display: inline-block;
	 font-size:12px;
	}
	.lista ul{
		list-style-type: none;
		margin: 0;
    	padding: 0;
    	overflow: hidden;
	}
	.lista ul li {
		float: left;
	}
	.lista li a {
	    display: inline-block;
	    text-align: center;

	}
	.borde-inf-menu{
		border-bottom: 1px solid #999;
		margin: 0 10px 0 10px;
    	padding: 5px;
	}
	.borde-inf-menu:hover{
		background-color: #e0e0e0;
	}
	.borde-inf-menu a:hover{
		background-color: #e0e0e0 !important;
		color: #000 !important;
	}
	.boton-menu{
		width: 110px;
		background-color: #000;
    	color: #fff;
    	border-radius: 0px;
	}
	.boton-menu:hover{
		width: 110px;
		background-color: #000 !important;
    	color: #fff;
    	border-radius: 0px;
	}
	.boton-menu:focus{
		width: 110px;
		background-color: #000 !important;
    	color: #fff;
    	border-radius: 0px;
	}
	.borde-solido-der-gris{
		border-right: 1px solid #ccc;
	}
	header {
    	padding: 0px;
	}
	.navbar-collapse{
		max-height: 665px !important;
	}
		.navbar-fixed-top, .navbar-fixed-bottom {
    	position: relative;
    	right: 0;
    	left: 0;
    	z-index: 1030;
	}
	.boleta{
		display: none;
	}
	#modo-lectura{
		margin-bottom: 10px;
	}
	.lista-partidos{
		margin-left: 15%;
	}
	#aImgLogoINE{
		width: 125px;
		margin-top: 10px;
		padding-left: 10px;
	}
	.img-btn-especial{
		display: none;
	}
	.margen-btn-acciones{
		margin-right: 0;
    	margin-left: 20px;
	}
	.banners{
		width: 100%;
		margin: 0 auto;
	}
	.banners img{
		width: 100%;
	}
}
@media(min-width:768px) {
  	.transicion {
		-webkit-transition: all .35s;
		-moz-transition   : all .35s;
		transition        : all .35s;
  	}
  	/*** Funcionalidad boleta ****/
	.logo-completo{
		transition: all .35s linear;
	    opacity: 0;
	    position: absolute;
	}
	.affix-top .logo-completo{

	    opacity: 1;
	    position: relative;
	}
	.boleta{
		opacity: 0;
		position: absolute;
	}
	.affix .boleta{
		position   : relative;
		width      : 44px;
		padding    : 3px;
		opacity    : 1;
		transition : all .25s linear;
		margin-left: 60px;
		margin-top : 5px;
	}
	nav.navbar-default.enlaces-encabezado .menu-apartados-generales li a {
		color  : #666;
	}
	nav.affix.navbar-default.enlaces-encabezado li a{
		padding: 10px 7px;
		color  : #666;
	}
	/*** End boleta ****/
  	.affix .menu-acciones{
		margin-bottom: 0px;
	}
	.affix .menu-apartados-generales ul li a{
		padding: 10px 15px;
	}
	.padding-xs-superior.affix{
	padding: 0;
	}
	.affix .buscador form{
		margin : 0;
	}
	.affix .buscador form input{
		border       : 0;
		border-radius: 0;
		height       : 40px;
	}
	.affix .seccion-herramientas-menu{
		font-size       : 13px;
		background-color: #333;
	}
	nav.affix.navbar-default.enlaces-encabezado #elementos-colapsados li a{
		color  : #FFF;
		padding: 10px 19px;
	}
	nav.affix.navbar-default.enlaces-encabezado #elementos-colapsados li a:hover{
		color: #000;
	}
	.affix .tamanio-texto{
		padding   : 2px;
		margin-top: 3px;
	}
	.affix .size-down{
		color: #FFF;
	}
	.affix .size-up{
		color: #FFF;
	}
	.affix .buscar-encabezado{
		background-color: #666666;
		border          : 1px solid #666666;
		height          : 40px;
	}
	.affix .buscar-encabezado:hover{
		background-color: #878787;
	}
	.affix hr.borde-solido-sup{
		display: none;
	}
	.navbar-fixed-top{
		border: none;
	}
	.circulo1 {
     width: 12px;
     height: 12px;
     -moz-border-radius: 50%;
     -webkit-border-radius: 50%;
     border-radius: 50%;
     background: #FF99CC;
	 display: inline-block;
	 font-size:12px;

	}
	.circulo2 {
     width: 12px;
     height: 12px;
     -moz-border-radius: 50%;
     -webkit-border-radius: 50%;
     border-radius: 50%;
     background: #868789;
	 display: inline-block;
	 font-size:12px;
	}
	.circulo3 {
     width: 12px;
     height: 12px;
     -moz-border-radius: 50%;
     -webkit-border-radius: 50%;
     border-radius: 50%;
     background: #E53D89;
	 display: inline-block;
	 font-size:12px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#modo-lectura{
		margin-bottom: 10px;
	}
	.lista-partidos{
		margin-left: 7%;
	}
	.margen-inf-responsive{
		margin-bottom: 20px;
	}
	.borde-solido-der-gris{
		border-right: 1px solid #ccc;
	}

}
@media (min-width: 992px) and (max-width: 1024px) {
}
@media (min-width: 992px) and (max-width: 1199px) {
	.enlaces-encabezado .nav > li > a {
	    padding: 10px 7px;
	}
	li.buscador{
		width: 185px;
	}
	.buscador form{
		padding: 0;
	}

}
@media (min-width: 1200px) {

}
.actaDesactiva, .estenograficaDesactiva {
	opacity: 0.2;
	cursor: default;
    text-decoration: none;
}
