.titulo {
    float: right!important;
    font-size:18px!important;
    padding:10px;
    font-family: 'Gotham' !important;
    font-weight: 400 !important;
}

/* unvisited link 
a:link {
  color: green;
}

/* visited link
a:visited {
  color: green;
}

/* mouse over link 
a:hover {
  color: hotpink;
}

/* selected link 
a:active {
  color: blue;
}
*/