#capa a { text-decoration: none; } #capa a:hover { text-decoration: underline; }
<div id="capa"> <a href="foo.html">Enlace</a> </div>