.tituloRef {
    font-weight: bold;
    font-size: 110%;
}

.tituloRef a {
    text-decoration: none;
    color: black;
}

.tituloRef a:hover {
    background-color: rgba(0,0,0,0.4);
    color: rgb(251,196,0);
    padding: 0px 3px;
}

#contenido {
    padding: 0px 15px;
}