/* Posicionamiento LOGO IMAGE */
.spechead .logoima {text-align:center;}
.spechead .logoima img {left:auto;top:auto;}

/* Color FONDO BACK IMAGE */
.spechead {
background: rgb(240,80,16);
background: -moz-linear-gradient(left,  rgba(240,80,16,1) 0%, rgba(255,170,0,1) 100%);
background: -webkit-linear-gradient(left,  rgba(240,80,16,1) 0%,rgba(255,170,0,1) 100%);
background: linear-gradient(to right,  rgba(240,80,16,1) 0%,rgba(255,170,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f05010', endColorstr='#ffaa00',GradientType=1 );
}
.spechead nav li a:hover span:after,.spechead .blindBox .active a span:after {background:#fe9b00;}