#header.fixed {
     background: #ffffff none repeat scroll 0% 0%;
     box-shadow: 0px 0px 20px #000000;
     left: 0px;
     padding: 5px 0px;
     position: fixed;
     text-align: center;
     top: 0px;
     width: 100%;
}

#header.fixed .moduletable_logo img {
     width: auto;
}

#header.fixed #hornav {
     padding: 10px 0px;
}


* > *:last-child {
}

* > *:first-child {
}

#header .moduletable_logo {
     animation: 2s ease 0s normal none 1 running fadein;
}

@keyframes fadein {
0% { opacity: 0; }
100% { opacity: 1; }
}

ul.redes li a {
     opacity: 1;
     transition: opacity 0.5s ease-in-out 0s;
}

ul.redes li a:hover {
     opacity: 0.5;
     transition: opacity 0.5s ease-in-out 0s;
}
