
A:active {color: #000033;  text-decoration : none;}
A:link {color: #000033;  text-decoration : none;}
A:visited {color: #000033;  text-decoration : none;}
A:hover {color: #999999;  text-decoration : underline;}


/* FORMULARIOS*/
/* Estilo para desplegables*/
SELECT {background-color :#CCCCCC; border:1px solid #666666; font-family: Verdana, Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; font-size: 12px; color:black;} 
/* Estilo para campos de texto*/
INPUT.formTXT {font-family: Verdana, Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; font-size: 12px; color:black;background-color: #CCCCCC; border:1px solid #523355; }

TEXTAREA{font-family: Verdana, Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; font-size: 12px; color:black;background-color: #CCCCCC; border:1px solid #523355; }
/* botón*/
INPUT.formBOTON {font-family: Verdana, Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; font-size: 12px;color: #FFCC00;font-weight : bold;background-color: #CCCCCC;border:2px solid #523355;}

/* LISTADOS*/
LI { padding-bottom: 2pt; padding-top: 2pt; list-style-image:url('..images/1_3_eg.gif'); list-style-type:square; list-style-position:inside }

 /*Otras posibilidades de listados*/
/*LI.circle{ list-style-type: circle }
/*LI.disc{ list-style-type: disc }
UL.plain  { list-style-type: none }
OL        { list-style-type: upper-alpha }  /* A B C D E etc. */
/*OL OL     { list-style-type: decimal }      /* 1 2 3 4 5 etc. */
/*OL OL OL  { list-style-type: lower-roman }  /* i ii iii iv v etc. */
