.fade {
display: block; /* fix 1px image space http://stackoverflow.com/q/5804256/477958 */
   opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
   }

   .fade:hover {
      opacity: 0.85;
      }


a.manchete2azul:link {

line-height:135%;
color: #555;
text-decoration:none;

font-size:17px;
font-weight:none;
text-shadow: 1px 1px 1px #fff;
-webkit-transition: 0.4s ease-in;
-moz-transition: 0.4s ease-in;
-o-transition: 0.4s ease-in;
transition: 0.4s ease-in;
font-weight:none;

}
a.manchete2azul:visited {
color: #555;
text-decoration:none;
text-shadow: 1px 1px 1px #fff;
font-weight:none;
}
a.manchete2azul:hover {
color: #111;
text-decoration:underline;
text-shadow: 1px 1px 1px #fff;
font-weight:none;

}
a.manchete2azul:active {
color: #111;
text-decoration:underline;
text-shadow: 1px 1px 1px #fff;
font-weight:none;
}

a.notcat:link {
line-height:1.3;
color: #333;
text-decoration:none;

font-size:16px;
font-weight:100;
text-shadow: 1px 1px 1px #fff;
-webkit-transition: 0.4s ease-in;
-moz-transition: 0.4s ease-in;
-o-transition: 0.4s ease-in;
transition: 0.4s ease-in;
font-weight:none;

}
a.notcat:visited {
color: #333;
text-decoration:none;
text-shadow: 1px 1px 1px #fff;

}
a.notcat:hover {
color: #111;
text-decoration:none;
text-shadow: 1px 1px 1px #fff;
text-decoration:underline;

}
a.notcat:active {
color: #111;
text-decoration:none;
text-shadow: 1px 1px 1px #fff;

}
