/* Color FONDO BACK IMAGE */
.wrapper.subheader {background:#f2f2f2;}
.spechead,.spechead .backima,.spechead .hostima {height:21rem;}
.spechead {}
.spechead nav ul {padding:0.8rem 0 1.2rem 0;}
.spechead .backima {width:118em;left:50%;margin-left:-59em;}
.spechead .backima img {left:18.6%;height:auto;width:auto;margin-left:25.4rem;top:-5.2rem;}

/* degradado */
.spechead {
background: #e4e4e4; /* Old browsers */
background: -moz-linear-gradient(left,  #e4e4e4 0%, #ffffff 26%, #ffffff 75%, #e4e4e4 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #e4e4e4 0%,#ffffff 26%,#ffffff 75%,#e4e4e4 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #e4e4e4 0%,#ffffff 26%,#ffffff 75%,#e4e4e4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e4e4', endColorstr='#e4e4e4',GradientType=1 ); /* IE6-9 */
}

/*titulo principal*/
.spechead h1 a {display:inline-block;height:100%;line-height:16rem;}

/* Color FONDO LOGO IMAGE */
.spechead .logoima img {top:0;left:18.6%;width:auto;}

/* Color de seleccion de MENU */
.spechead nav li a:hover span:after,.spechead .blindBox .active a span:after {background:#0c3543;}