BODY
{
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
}
H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-family: Tahoma, Verdana;
	font-size:	14px;
	font-weight: bold;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		

A:link	{	
	FONT-FAMILY: Arial; FONT-SIZE: 12px
	}	
		
A:visited	{	
	FONT-FAMILY: Arial; FONT-SIZE: 12px
	}	
		
A:active	{	
	FONT-FAMILY: Arial; FONT-SIZE: 12px
	}	
		
A:hover	{	
	FONT-FAMILY: Arial; FONT-SIZE: 12px
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

IMG 	{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	}
P {
	FONT-SIZE: 10px; COLOR: #000000; FONT-FAMILY: Tahoma, Verdana
}

TR {
	FONT-SIZE: 11px; COLOR: #d9e5f8; FONT-FAMILY: Tahoma, Verdana
}
TD {
	FONT-SIZE: 11px; COLOR: #000000; FONT-FAMILY: Tahoma, Verdana
}
UL {
	FONT-SIZE: 11px; COLOR: #d9e5f8; FONT-FAMILY: Tahoma, Verdana
}
LI {
	FONT-SIZE: 11px; COLOR: #000000; FONT-FAMILY: Tahoma, Verdana
}
TH {
	BACKGROUND: #dbeaf5; COLOR: #000000
}
intd {
	PADDING-LEFT: 15px; FONT-SIZE: 11px; COLOR: #000000; FONT-FAMILY: Tahoma, Verdana
}
wcell {
	BACKGROUND: #ffffff; VERTICAL-ALIGN: top
}
ctrl {
	FONT-SIZE: 12px; WIDTH: 100%; FONT-FAMILY: Tahoma, Verdana, sans-serif
}
btnform {
	BORDER-RIGHT: 0px; BORDER-TOP: 0px; FONT-SIZE: 12px; BORDER-LEFT: 0px; WIDTH: 100%;  BORDER-BOTTOM: 0px; FONT-FAMILY: tahoma, verdana; HEIGHT: 18px;  TEXT-ALIGN: center
}
btn {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px; BACKGROUND-COLOR: #f9ff80;
}

.tdpar {
	BACKGROUND-COLOR: #FAFAD2
}

.tdlabel {
	BACKGROUND-COLOR: #B3cbF2
}

.tdencabezado{
	BACKGROUND-COLOR: #B0C4DE
}

TEXTAREA {
   background-color: expression((this==document.activeElement) ? "#f8f8c9" : "#dbeaf5");
   color: expression((this==document.activeElement) ? "#000F" : "#0042AE");
   FONT: 9px Verdana, arial, helvetica, sans-serif;
}

SELECT {
   background-color:#dbeaf5;
   color: #0042AE;

}
INPUT {
   background-color: expression((this==document.activeElement) ? "#FFFF44" : "#dbeaf5");
   color: expression((this==document.activeElement) ? "#000F" : "#0042AE");
   FONT: 9px Verdana, arial, helvetica, sans-serif;
}
LISTBOX 
{
	background-color: expression((this==document.activeElement) ? "#f8f8c9" : "#dbeaf5");
	color: expression((this==document.activeElement) ? "#000F" : "#0042AE");
	FONT: 9px Verdana, arial, helvetica, sans-serif;
}
DROPDOWNLIST
{
	background-color: expression((this==document.activeElement) ? "#f8f8c9" : "#dbeaf5");
	color: expression((this==document.activeElement) ? "#000F" : "#0042AE");
	FONT: 9px Verdana, arial, helvetica, sans-serif;
}
TABLE
{
	background-color:#c6d0e5;
}

Titulo	{	
	font-family: Tahoma, Verdana;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	





