.texto_articulos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #000073;
}
.preguntas_articulos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #FF0800;
}


.titulos {
	font-family: "Trebuchet MS";
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	color: 000073;
}



A:active {color: #000033;  text-decoration : none;}
A:link {
	color: #CC0000;
	text-decoration : underline;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
}
A:visited {
	text-decoration : underline;
	color: #CC0000;
}
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. */
