﻿/* Color FONDO BACK IMAGE */
.spechead{background-color:/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#466730+0,e3f2d4+100 */
background: rgb(70,103,48); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(70,103,48,1) 0%, rgba(227,242,212,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(70,103,48,1) 0%,rgba(227,242,212,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(70,103,48,1) 0%,rgba(227,242,212,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#466730', endColorstr='#e3f2d4',GradientType=1 ); /* IE6-9 */
}

/* Posicionamiento LOGO IMAGE */
.spechead .logoima img{display:block;top:50%;margin-top:-4.1rem;left:50%;margin-left:-21.6rem;}

/* Color de seleccion de MENU */
.spechead nav li a:hover span:after, .spechead .blindBox .active a span:after{background:#466730;}