/* Color FONDO BACK IMAGE */
.spechead {background: url('https://css.rtve.es/css/rtve.2026.deportes/vuelta-espana-SEC_VUEVUE2/i/SEC_VUEVUE2-i.bg.cab.png') no-repeat , url('https://css.rtve.es/css/rtve.2026.deportes/vuelta-espana-SEC_VUEVUE2/i/SEC_VUEVUE2-d.bg.cab.png') no-repeat#e63e25;background-size: 27.2rem;background-position: 36% -4rem,64% -1.8rem;}

/* Posicionamiento LOGO IMAGE */
.spechead .logoima img {display:block;top: 0;margin-top: -1.6rem;left:50%;margin-left: -12.5rem;width: 25rem;}

/* Color de seleccion de MENU */
.spechead nav li a:hover span:after, .spechead nav li a:focus span:after, .spechead .blindBox .active a span:after{background:#e63e25;}


@media only screen and (max-width: 1700px) {

    .spechead {background-position: 30% -4rem,70% -1.8rem;}

}
@media only screen and (max-width: 1240px) {

    .spechead {background-position: 28% -4rem,72% -1.8rem;}

}
@media only screen and (max-width: 1060px) {

    .spechead {background-position: 15% -4rem,85% -1.8rem;}

}
@media only screen and (max-width: 800px) {

    .spechead {background:#e63e25;}

}