﻿/* Color FONDO BACK IMAGE */
.spechead  {
    background: rgb(151,35,63);
    background: url('https://css.rtve.es/css/rtve.2015.radio/programas-de-rne/la-sala/i/presentador.png') 80% 15% no-repeat,linear-gradient(to right, rgba(151,35,63,1) 0%,rgba(213,41,41,1) 55%,rgba(213,41,41,1) 80%,rgba(151,35,63,1) 100%);
}
/* Posicionamiento LOGO IMAGE */
.spechead .logoima img {display:block;top:50%;margin-top:-3.6rem;left:50%;margin-left: -11.5rem;}


/* Color de seleccion de MENU */
.subheader .spechead nav li a:hover span:after, .subheader .spechead .blindBox .active a span:after {background:#97233f;}