Otro problemilla:
tengo el siguiente código:
Código HTML:
<table class="tableconsulta">
<tr>
<td width="531"><p>Para consultas pueden dirigirse también a..... </p> </td>
</tr>
</table>
estilo.css
Código:
.tableconsulta {
width: 541px;
font-family: "Trebuchet MS", Arial, sans-serif;
font-size: 9pt;
text-align: center;
color: #000000;
border: 1px;
bordercolor:#000066;
bgcolor:#FFFF99;
}
el problema es que sólo hace ésto:
width: 541px;
font-family: "Trebuchet MS", Arial, sans-serif;
font-size: 9pt;
text-align: center;
ni el borde ni los colores me los coloca, que estoy haciendo mal?
Saludos y gracias!!