/* Color FONDO BACK IMAGE */
.spechead {background: rgb(72,168,68); /* Old browsers */
background: -moz-linear-gradient(left, rgba(72,168,68,1) 45%, rgba(61,150,56,1) 51%, rgba(61,150,56,1) 51%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(72,168,68,1) 45%,rgba(61,150,56,1) 51%,rgba(61,150,56,1) 51%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(72,168,68,1) 45%,rgba(61,150,56,1) 51%,rgba(61,150,56,1) 51%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#48a844', endColorstr='#3d9638',GradientType=1 ); /* IE6-9 */}

/* Posicionamiento LOGO IMAGE */
.spechead .logoima img {display:block;top:50%;margin-top:-6.4rem;left:50%;margin-left:-6.85rem;}

/* Color de seleccion de MENU */
.spechead nav li a:hover span:after, .spechead .blindBox .active a span:after {background:#f37c20}
