/* Color FONDO BACK IMAGE */
.spechead .backima {background: rgb(17,17,17);
background: -moz-linear-gradient(left, rgba(17,17,17,1) 0%, rgba(0,0,0,1) 100%);
background: -webkit-linear-gradient(left, rgba(17,17,17,1) 0%,rgba(0,0,0,1) 100%);
background: linear-gradient(to right, rgba(17,17,17,1) 0%,rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#111111', endColorstr='#000000',GradientType=1 ); }

/* Posicionamiento LOGO IMAGE */
.spechead .logoima img {display:block;top:50%;margin-top:-4.5rem;left:50%;margin-left:-13.1rem;}

/* Color de seleccion de MENU */
.spechead nav li a:focus span:after, .spechead nav li a:hover span:after, .spechead .blindBox .active a span:after {background:#737373;}

/*cabecera a 100*/
.spechead{height:14em;}
.spechead .container {height:10em;}

/*nueva emsision*/
.spechead .emisBox{height:100%;position:absolute;top:0;left:0;}
.spechead .listadoBox{border:none;display:flex;flex-direction:column;align-items:center;justify-content:center;}
.spechead .emisBox .cell{width:24em;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:left;min-height:5rem;padding:.5em;padding-left:7em;margin:0;margin-left:-5em;position:relative;}
.spechead .emisBox .ico.canal{height:4.5em;position:absolute;top:50%;left:.5em;margin-top:-2.25em;}
