/* Para mas informacion:
       http://www.htmlhelp.com/es/reference/css/structure.html */

/* ================ LISTA GENERAL DE SELECTORES ============ */

ADDRESS, ACRONYM, B, BLOCKQUOTE, CITE, CODE, DD, DEL, DFN,
DIV, DL, DT, EM,  FORM, IFRAME, IMG, KBD,
LI, OBJECT, OL, Q, SAMP, SPAN, STRONG, SUB, SUP, UL, VAR,
APPLET, BIG, CENTER, DIR, HR, MENU, PRE,
ABBR, ACRONYM, BDO, BUTTON, FIELDSET, INS, LABEL        {
        font-family:  Times New Roman, Times, Serif;
        word-spacing:   normal;
        letter-spacing: normal;
        text-transform: none;
        text-decoration:        none;
        border-style:   none;
        }

/* ================ SELECTORES SIMPLES ===================== */

ADDRESS {
        font-style:     normal;
        letter-spacing: .1em;
        }

ACRONYM {
        font-variant:   small-caps;
        letter-spacing: 0.1em;
        }

B       { font-weight:    bold; }

BODY    {
        margin-top:     0.25em;
        margin-left:    0.5em;
        margin-right:   0;
        margin-bottom:  0.5em;
        padding-top:    0;
        padding-left:   0;
        padding-right:  0;
        padding-bottom: 0;
        border-top:     0;
        border-left:    0;
        border-bottom:  0;
        border-right:   0;
        width:  auto;
        }

CITE	{ font-style: italic; }

COL, COLGROUP   {
        color:  black;
        text-decoration:        none;
        border-color:   black;
        border-style:   none;
        }

DEL     {
        text-decoration:        line-through;
        background:     #F66;
        }

DFN	{ font-style: italic; }

DIV     {
        font-weight:    bold;
        font-style:     italic;
        }

EM      {
        font-style:     normal;
        font-weight:    bold;
        }

HR      {
        color:  black;
        }

I       {
        font-style:     italic;
        }

INS     {
        text-decoration:        none;
        background:     yellow;
        }

SMALL   { font-size: 10pt; }
         
STRONG  {
        font-style:     italic;
        font-weight:    bold;
        color:  black;
        }

TABLE, TR, TD   {
                font-family:   Times New Roman, Times, Serif;
                font-weight:    normal;
                font-size:      11pt;
                text-decoration:  none;
                }

TBODY   {
        color:  black;
        text-decoration:        none;
        border-color:   black;
        border-style:   none;
        }
VAR     { font-style: italic; }

/* ================ SELECTORES DE CLASE ==================== */ 

.date   { color:  #993300; }
.note   { font-style: italic; }
.warning        {
        text-transform: none;
        font-style:     normal;
        font-weight:    normal;
        color:  black;
        background:     yellow;
        }

/* ================ SELECTORES DE CONTEXTO ================= */ 

BODY FONT      {
        font-family : Times New Roman, Times, Serif;
        font-size : 12pt;
        }

BODY P         {
	font-family : Times New Roman, Times, Serif; 
	/* font-family:  Tahoma, Verdana, 'Myriad Web', Syntax, sans-serif; */
	/* font-family : Arial, Helvetica, sans-serif; */ 
        font-size : 12pt;
        }

EM STRONG, STRONG EM    {
        text-transform: uppercase;
        font-style:     normal;
        font-weight:    bold;
        color:  black;
        }

TD P    {
        color:  black;
        font-family : Times New Roman, Times, Serif;
        font-size : 12pt;
        }

TD H1   {
        font-family:    Times New Roman, Times, Serif;
        font-style:     normal;
        font-weight:    bold;
        font-size:      18pt;
        text-decoration: none;
        }

TD H2  {
        font-family:    Times New Roman, Times, Serif;
        font-style:     normal;
        font-weight:    bold;
        font-size:      16pt;
        text-decoration: none;
        }

TD H3  {
        font-family:    Times New Roman, Times, Serif;
        font-style:     normal;
        font-weight:    bold;
        font-size:      14pt;
        text-decoration: none;
        }

TD H4  {
        font-family:    Times New Roman, Times, Serif;
        font-style:     normal;
        font-weight:    bold;
        font-size:      12pt;
        text-decoration: none;
        }

TD H5  {
        font-family:    Times New Roman, Times, Serif;
        font-style:     normal;
        font-weight:    normal;
        font-size:      12pt;
        text-decoration: none;
        }

TD SMALL        {
        font-size:      10pt;
        }

/* ================ SEUDO-CLASES ANCLA  ==================== */ 

A:link  {
        text-decoration:        underline;
        font-weight:    normal;
        color:  #0000FF;
        background:     none;
        }

A:visited       {
        text-decoration:        underline;
        font-weight:    normal;
        color:  #8A2BE2;
        background:     none;
        }

A:active        {
        text-decoration:        underline;
        font-weight:    normal;
        color:  #FF0000;
        background:     none;
        }

