/* Color FONDO BACK IMAGE */
.spechead  {background:rgb(0,12,29);
background:-moz-linear-gradient(left,  rgba(0,12,29,1) 0%, rgba(0,56,102,1) 100%);
background:-webkit-linear-gradient(left,  rgba(0,12,29,1) 0%,rgba(0,56,102,1) 100%);
background:linear-gradient(to right,  rgba(0,12,29,1) 0%,rgba(0,56,102,1) 100%);
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000c1d', endColorstr='#003866',GradientType=1 );}
.spechead .backima img {margin-left:-89.15rem;}

/* Posicionamiento LOGO IMAGE */
.spechead .logoima img{left:50%;top:50%;margin-top:-6.55rem;margin-left:-9.55rem;}

/* Posicionamiento HOST IMAGE */
.spechead .hostima img {left:50%;float:left;margin-left:-32.45rem;}

/* Posicionamiento PART BOX */
.partBox, .partBox ~ .ico{clip:rect(0,0,0,0);position:absolute;overflow:hidden;top:-100%;left:-100%;}

/* Color de seleccion de MENU */
.spechead nav li a:hover span:after, .spechead .blindBox .active a span:after {background:#003866;}

/****quitar cuando llegue el 7 de Noviembre****/
.partBox{height:16em;margin:-16em auto 0 auto;position:relative;clip:auto;display:block;width:10.5rem;top:0;left:50%;margin-left:48.5rem;}
.partBox *{height:100%;width:100%;}
.partima{position:relative;}
.partima img{height:auto;width:auto;position:absolute;top:50%;margin-top:-6.3rem;left:auto;right:0;}
/****fin quitar cuando llegue el 7 de Noviembre****/