Efectivamente, había una interferencia pero no comprendo -si es que algún día se puede llegar a comprender las css- por qué, anulándolo no lo ejecuta bien.
Ahí va el html:
Código HTML:
Ver original <li><span> Objetivo:
</span> Iniciación a la meditación.
</li>
<li> A concretar.
</li>
<li> Se realizará en:
<span id="sancarlesme">C/ Carretera nº 18 1º
<br/><span class="dottedme">Toledo (España)
</span></span></li>
Y aquí el css, aunque sólo sea necesario plistame, sancarlesme y dotted.
Código CSS:
Ver originalul.plistame { border: 0px solid saddlebrown;
padding: 1em 1em 0em 0em;
list-style: square url("t6.gif");
line-height: 1.12em;
}
ul.plistame li { border: 0px solid peru;
list-style-position: inside;
margin-left: 1em;
text-indent: 0em; /* Atención, se hereda */
}
ul.plistame li span {
font-weight: bold; /* bold */
}
ul.slistame {
list-style: square url("flechita3d1.gif");
margin: 0.30em;
}
ul.slistame li {
list-style-position: inside;
padding-left: 0em;
}
ul.tlistame {border: 0px solid darkviolet;
list-style: disc url("ax60.gif");
margin: 0.30em;
}
ul.tlistame li {border: 0px solid violet;
color: #b800b9;
padding-left: 0em;
list-style-position: inside;
position: relative;
}
#sancarlesme { /*border: 1px solid violet; */
position: relative;
top: -1em;
left: 9em;
width: 18em;
display: block;
font-weight: normal;
color: inherit;
/* border-bottom: 1px dotted #b800b9; */
}
span.dottedme {
border-bottom: 1px dotted #b800b9;
font-weight: normal;
}
Tal como está me pone en negrita Toledo, y en realidad de he dicho que font-weight:normal y subrayado.
Gracias Impostor.
Caminantejm.