1. Ocurre que cuando haces click encima de alguno de lo links de texto (arriba), la tipografía disminuye de tamaño, se ve feo. Estoy seguro que será un error del .css, pues asigné una apariencia para link, pero no sé si está bien aplicada.
Este es el codigo del css:
Código:
Eso sería, alguna idea?@charset "UTF-8"; .abajo { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #CCCCCC; } a:active { font-family: "Times New Roman", Times, serif; font-size: 11px; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; color: #B82820; } .enlaces { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; color: #BD2727; height: inherit; } .texto-destacados { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; color: #333333; } .subtit { font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-style: normal; line-height: normal; font-weight: bold; font-variant: normal; color: #666666; } .titular { font-family: "Times New Roman", Times, serif; font-size: 24px; font-style: normal; line-height: normal; font-weight: bold; font-variant: normal; color: #333333; } .text2 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; font-weight: normal; font-variant: normal; color: #333333; text-align: justify; }
Saludos y gracias!