/******************/
.TXTGris{text-decoration:none;font-family: Verdana, Arial, Helvetica, sans-serif;COLOR: #CCCCCC; font-size:12px;}
a.TXTGris:link{COLOR: #CCCCCC;}
a.TXTGris:visited{COLOR: #CCCCCC;}
a.TXTGris:hover{COLOR: #CCCCCC;}
a.TXTGris:active{COLOR: #CCCCCC;}
/******************/

/******************/
.TXTGrisOscuro{text-decoration:none;font-family: Verdana, Arial, Helvetica, sans-serif;COLOR: #4d4d4d; font-size:12px;}
a.TXTGrisOscuro:link{COLOR: #4d4d4d;}
a.TXTGrisOscuro:visited{COLOR: #4d4d4d;}
a.TXTGrisOscuro:hover{COLOR: #4d4d4d;}
a.TXTGrisOscuro:active{COLOR: #4d4d4d;}
/******************/

/******************/
.TXTNegro{text-decoration:none;font-family: Verdana, Arial, Helvetica, sans-serif;COLOR: #000000; font-size:12px;}
a.TXTNegro:link{COLOR: #000000;}
a.TXTNegro:visited{COLOR: #000000;}
a.TXTNegro:hover{COLOR: #000000;}
a.TXTNegro:active{COLOR: #000000;}
/******************/

/******************/
.TXTRojo{text-decoration:none;font-family: Verdana, Arial, Helvetica, sans-serif;COLOR: #AE1A16; font-size:12px;}
a.TXTRojo:link{COLOR: #AE1A16;}
a.TXTRojo:visited{COLOR: #AE1A16;}
a.TXTRojo:hover{COLOR: #AE1A16;}
a.TXTRojo:active{COLOR: #AE1A16;}
/******************/

/******************/
.TXTBlanco{text-decoration:none;font-family: Verdana, Arial, Helvetica, sans-serif;COLOR: #FFFFFF; font-size:12px;}
a.TXTBlanco:link{COLOR: #FFFFFF;}
a.TXTBlanco:visited{COLOR: #FFFFFF;}
a.TXTBlanco:hover{COLOR: #FFFFFF;}
a.TXTBlanco:active{COLOR: #FFFFFF;}
/******************/

/******************/
.TXTAzul{text-decoration:none;font-family: Verdana, Arial, Helvetica, sans-serif;COLOR:  #0132CC; font-size:12px;}
a.TXTAzul:link{COLOR: #0132CC;}
a.TXTAzul:visited{COLOR: #0132CC;}
a.TXTAzul:hover{COLOR: #0132CC;}
a.TXTAzul:active{COLOR: #0132CC;}
/******************/

/******************/
.TXTCeleste{text-decoration:none;font-family: Verdana, Arial, Helvetica, sans-serif;COLOR:  #07a4e6; font-size:12px;}
a.TXTCeleste:link{COLOR: #07a4e6;}
a.TXTCeleste:visited{COLOR: #07a4e6;}
a.TXTCeleste:hover{COLOR: #07a4e6;}
a.TXTCeleste:active{COLOR: #07a4e6;}
/******************/

/******************/
.TXTNaranja{text-decoration:none;font-family: Verdana, Arial, Helvetica, sans-serif;COLOR:  #e38204; font-size:12px;}
a.TXTNaranja:link{COLOR: #e38204;}
a.TXTNaranja:visited{COLOR: #e38204;}
a.TXTNaranja:hover{COLOR: #e38204;}
a.TXTNaranja:active{COLOR: #e38204;}
/******************/

/******************/
.TXTAmarillo{text-decoration:none;font-family: Verdana, Arial, Helvetica, sans-serif;COLOR: #fff51a; font-size:12px;}
a.TXTAmarillo:link{COLOR: #fff51a;}
a.TXTAmarillo:visited{COLOR: #fff51a;}
a.TXTAmarillo:hover{COLOR: #fff51a;}
a.TXTAmarillo:active{COLOR: #fff51a;}

/*****************************************************************************************************************/
/* default setup that everything sees */
.shadow {
  /* needed for Internet explorer */
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
  height: 1em;
  text-shadow: #ffffff 2px 2px 2px;
  filter: Shadow(Color=#ffffff, 
                 Direction=135, 
                 Strength=5);

  /* Needed for Gecko */
  line-height: 2em;
  white-space: nowrap;
}

/* 
 * used by browsers which know about
 * :before to create the shadow 
 */
.shadow:before {display: block;margin: 0 0 -2.12em 0.15em;padding: 0;color: #ffffff;}
#shadow_1:before {content: 'In shadow';}
#second_2:before {content: 'Happy Shadowing!';}

/*\*/
html*.shadow {
  [color:red;/* required by Safari 
              * so that [] is correctly
              * begun. associated with
              * the property, yet hiding
              * it. Seen by IE6 */

    /* 
     * seen by IE6 and Safari, but hidden
     * from Gecko 
     */
    text-shadow: #ffffff 2px 2px 2px; 
  ]color:auto; /* resets color for IE6 */
}/**/

/* 
 * end hack using dummy attribute selector
 * for IE5 mac
 */
.dummyend[id]{clear: both;}

/*\*/
html*.shadow:before {

  [color:red;/* required by Safari. 
                seen by IE6 */

    /* 
     * seen by IE6 and Safari, but hidden
     * from Gecko 
     */
    display: none;

  ]color:auto; /* resets color for IE6 */
}/**/

/* 
 * end hack using dummy attribute selector
 * for IE5 mac
 */
.dummyend[id]{clear: both;}
/*****************************************************************************************************************/