/* Color FONDO BACK IMAGE */
.spechead .backima {background:#fff6bb;}

/* Posicionamiento LOGO IMAGE */
.spechead .logoima img {display:block;top:50%;margin-top: calc(-6.5rem / 2);left: 36%;margin-left: calc(-32.3rem / 2);}

/* 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:#201945;}

/* imagen aux */
.spechead .hostima img {display: block;top: 50%;margin-top: -3.35rem;right: -76rem;left: auto;float: none;}
.spechead .hostima{position: relative;}

@media only screen and (max-width: 1399px){
    .spechead .hostima img {right: -67rem;}
}
@media only screen and (max-width: 1260px){
    .spechead .hostima img {right: -68.5rem;}
}
@media only screen and (max-width: 1199px){
    .spechead .hostima img {right: -64rem;}
}
@media (max-width: 1099px){
    .spechead .hostima img {right: -53rem;}
}