/* Color FONDO BACK IMAGE */
.spechead .backima {background:rgb(196,63,71); /* Old browsers */
background:-moz-linear-gradient(left,rgba(196,63,71,1) 0%,rgba(79,6,6,1) 100%); /* FF3.6-15 */
background:-webkit-linear-gradient(left,rgba(196,63,71,1) 0%,rgba(79,6,6,1) 100%); /* Chrome10-25,Safari5.1-6 */
background:linear-gradient(to right,rgba(196,63,71,1) 0%,rgba(79,6,6,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c43f47',endColorstr='#4f0606',GradientType=1 ); /* IE6-9 */}

/* Posicionamiento LOGO IMAGE */
.spechead .logoima img {display:block;top:50%;margin-top:-2.2rem;left:50%;margin-left:-16.5rem;}

/* Posicionamiento HOST IMAGE */
.spechead .hostima img {top:50%;left:50%;margin-top:-12.7rem;margin-left:-50.9rem;float:left;}

/* Color de seleccion de MENU */
.spechead nav li a:hover span:after, .spechead .blindBox .active a span:after {background:#e70512;}

/*correccion menu grande*/
.spechead nav.blindBox ul span.ico {height:3rem;}