/* FONT ELIMINADA */


/* FONT ELIMINADA */


/* FONT ELIMINADA */


/* FONT ELIMINADA */


/* FONT ELIMINADA */


/* FONT ELIMINADA */


.cobertura{padding-bottom:15px;font-family: 'MarcinAntB', sans-serif;max-width:980px;margin:0 auto;color:#fff;}
.cobertura-cabecera{background:#2F6EA3;margin-bottom:10px;}
.cobertura a:hover{color:#fff;opacity:.6;}
.cobertura-cabecera:after{display:table;clear:both;content:'';}

.cobertura-nombre{display:inline-block;line-height:44px;float:left;color:#fff;font-size:13px;padding-left:20px;text-transform: uppercase; font-weight: 700;}
.cobertura-hashtag{float: right; line-height: 44px; font-weight: 500;padding-right: 20px; text-transform: uppercase; color:#fff; }

.cobertura-estado{line-height:44px;background-color:#447DAC;width:100px;text-align:center;display:inline-block;float:left;color:#fff;font-size:13px; font-weight: bold;}
.cobertura-estado--directo{background-color:#00BFFF;position:relative;}
.cobertura-estado--directo:after{content:'';width:5px;height:5px;border-radius:2px;background-color:#fff;position:absolute;top:12px;right:12px;z-index:2;
	-webkit-animation: Directo 2s infinite;
	-moz-animation: Directo 2s infinite;
	-o-animation: Directo 2s infinite;
    animation: Directo 2s infinite;}
.cobertura-estado--finalizado{background-color:#01496b;}
.boton_cobertura{text-align: right;position: relative;float: right;background: none;width: 112px;text-indent: 0;line-height: 48px;padding: 0 48px 0 0;font-size: 13px;font-weight: 700;text-transform: uppercase;color: #fff;border:0;display:inline-block;}


.boton_cobertura:before {content: '';border: 1px solid #fff;width: 22px;height: 22px;line-height: 22px;text-align: center;display: block;position: absolute;top: 12px;right: 12px;text-align: center;}
.boton_cobertura:after {content: '\203A';-ms-transform: rotate(90deg);width: 24px;height: 24px;display: block;position: absolute;top: 12px;right: -1px;-webkit-transform: rotate(90deg);transform: rotate(90deg);text-align: center;}
.cobertura-videos{margin-bottom:20px;}
.cobertura-modulos:after{display:table;clear:both;content:'';}
.cobertura-modulo_grafico{float:left;height:100px;width:calc(50% - 5px);background-color:#447DAC;text-align:center;line-height:100px;}
.cobertura-modulo_grafico + .cobertura-modulo_grafico{float:right;}





/*----COBERTURA VOTOS-------*/
.cobertura-votos{color: #000; position: relative; width: 100%; margin-top: -20px; border-bottom: 5px solid #F4F4F4}

.cobertura-votos .cobertura-votos__contenido{background: url(/estaticos/2016/03/investidura/img/pedrosanchez.png) no-repeat left bottom;padding-top: 10px; display: inline-block; width: 100%; margin-top: -10px;}
.cobertura-votos__interior{max-width:735px; float: right; width:100%;}
.cobertura-votos--listado{height: 33px;  font-size: 14px; line-height: 33px; background: #F4F4F4; padding-left: 20px; }
.cobertura-votos--listado>div{ text-transform: uppercase; font-weight: 700; display:inline; text-align: center; margin-right: 25px;}
.cobertura-votos--listado .num_votos{margin-left: 5px; min-width: 33px; display: inline-block; text-align: left;}

.cobertura-votos--listado .contra{color: #D80000;}
.cobertura-votos--listado .favor{color: #85B200;}
.cobertura-votos--listado .abstencion{color: #00B2B2;}
.cobertura-votos--listado .nulo{color: #6d6d6d;}

.cobertura-votos--porcentajes{ background: #D6D6D6; height: 30px; float: right; width: 100%; overflow: hidden;}

.cobertura-votos--porcentajes span{display: inline-block; float: left; height: 100%; transition:all 0.6s ease-in-out 0s;/*opacity:0.6;filter:alpha(opacity=60);*/}
#porcentaje_contra{background:#D80000;}
#porcentaje_favor{background: #85B200;}
#porcentaje_abs{background: #00B2B2}
#porcentaje_nulos{background: #6d6d6d}


.cobertura-votos p{text-align: center; text-transform: uppercase; font-weight: 700; font-size: 10px; line-height: 27px;}
.cobertura-votos p strong{font-weight: 900;}

.cobertura-votos--listado {padding-left: 53px;}
.cobertura-votos--listado {font-size: 12px;}


/*VERSIÓN MÓVIL*/

#contenedor.portada .cobertura-hashtag{display: none;}
#contenedor.portada .cobertura-estado{display: none;}
#contenedor.portada .cobertura-nombre{ font-size: 12px; text-align: center; padding-left: 0; width: 100%;}

#contenedor.portada .cobertura-votos .cobertura-votos__contenido{background: none;}
#contenedor.portada .cobertura-votos--listado{padding-left: 10px;}
#contenedor.portada .cobertura-votos--listado>div{margin-right: 13px;}   
#contenedor.portada .cobertura-votos--listado .mv{display: none;}





@keyframes Directo {
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-o-keyframes Directo{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes Directo{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes Directo{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}



@media(max-width:410px){
  #contenedor.portada .cobertura-votos--listado {font-size: 11px; }
  #contenedor.portada .cobertura-votos--listado>div {margin-right: 9px;}

}
