/* ajustes - precatado */

a, a *{
  color: #ff0000;
  text-decoration: none;
}

a:hover, a:hover * {
  color: #4c4c4c;
  text-decoration: underline;
}

.centro_t_text{
  font-weight: normal;
}