BODY					{ margin:0px; padding:0px; font-family:Arial; font-size:8pt; }
BODY.Window				{ margin:20px; }

/* Estándares */
FORM					{ margin:0px; padding:0px; }
EM						{ width:98%; }
P.Options				{ text-align:center; }
P.Buttons				{ text-align:center; }
P.ResultsNormal			{ text-align:center; margin:20px; }
H1.Title				{ font-size:12pt; font-style:italic; border-bottom:1px solid #A0A0A0; text-align:left; margin:0px; padding:0px; }
INPUT					{ font-size:8pt; }
TEXTAREA				{ font-size:8pt; }
SELECT					{ font-size:8pt; }
TD						{ font-size:8pt; }
TH						{ font-size:8pt; }
LI						{ margin-bottom:5px; text-justify:justify; }
A						{ text-decoration:none; }
A:hover					{ text-decoration:underline; }

DIV.ResultValidation	{ border:1px dotted red; padding:0px 10px 0px 10px; background-color:#FFF0F0; }
DIV.ResultValidation A	{ color:#A00000; }
DIV.ResultValidation P	{ font-weight:bold; }
P.SystemWarning			{ color:red; font-weight:bold; background-color:Yellow; border:1px solid red; }
