#listaAutores-nav{
 margin-bottom:20px;
}
#listaAutores{
 overflow:hidden;
clear:both;
}
* html #listaAutores{height:1%;}
#listaAutores li{
 float:left;
 width:206px;
 margin:10px 10px;
 display:inline;
}
#listaAutores li a{
 padding-left:8px;
}
.ln-letters { overflow:hidden;clear:both;}
* html .ln-letters {height:1%;}
.ln-letters a { display:block; float:left; padding:2px 6px; border:1px solid #ccc; border-right:none; text-decoration:none;font-weight:bold; }
.ln-letters a.ln-last { border-right:1px solid #ccc; }
.ln-letters a:hover,
.ln-letters a.ln-disabled { color:#ccc; }
.ln-letter-count { text-align:center; font-size:0.8em; line-height:1; margin-bottom:3px; color:#336699; }
