/*Posicionamiento BACK IMAGE */

.spechead,.ima video{background-color:#000022;}

.spechead .backima img{margin-left:-59rem;}

.spechead .backima:after{content:'';display:block;height:20rem;width:105rem;position:absolute;top:0;left:50%;margin-left:-78rem;

background: -moz-linear-gradient(left,rgba(0,0,34,1) 0%,rgba(0,0,34,1) 25%,rgba(0,0,34,0) 60%,rgba(0,0,34,0) 75%,rgba(0,0,34,1) 95%,rgba(0,0,34,1) 100%); /* FF3.6-15 */ 

background: -webkit-linear-gradient(left,rgba(0,0,34,1) 0%,rgba(0,0,34,1) 25%,rgba(0,0,34,0) 60%,rgba(0,0,34,0) 75%,rgba(0,0,34,1) 95%,rgba(0,0,34,1) 100%); /* Chrome10-25,Safari5.1-6 */

background: linear-gradient(to right,rgba(0,0,34,1) 0%,rgba(0,0,34,1) 25%,rgba(0,0,34,0) 60%,rgba(0,0,34,0) 75%,rgba(0,0,34,1) 95%,rgba(0,0,34,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000022', endColorstr='#000022',GradientType=1 ); /* IE6-9 */}



/* Posicionamiento LOGO IMAGE */

.spechead .logoima img{left:auto;display:block;height: 13rem;}



/* Color de seleccion de MENU */

.spechead nav li a:hover span:after, .spechead .blindBox .active a span:after{background:#000056;}