/* Hoja de estilos CSS predeterminada para un nuevo proyecto de aplicación Web*/

BODY
{
    BACKGROUND-COLOR: #ffffff;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 10px;
    COLOR: #d0d0d0;
    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: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	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;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	


A:link	{	
	text-decoration:	none;
	color:	#ff0000;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#ff0000;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#ff0000;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#ff0000;
	}
	
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;
	}

.TextBlue
{
	FONT-WEIGHT: normal;
	font-size: 11px;
	font-family: Verdana,Arial,Tahoma,Helvetica;
	color: #606060;
}

.TextGray
{
	FONT-WEIGHT: normal;
	font-size: 11px;
	font-family: Verdana,Arial,Tahoma,Helvetica;
	color: #606060;
}

.TitleBlue
{
	FONT-WEIGHT: bold;
	font-size: 14px;
	font-family: Verdana,Arial,Tahoma,Helvetica;
	color: #2980D3;
}

.footer {
	FONT-WEIGHT: normal;
	font-size: 11px;
	font-family: Verdana,Arial,Tahoma,Helvetica;
	color: #606060;
}

TABLE.AreaContent
{
	background-color: #F5F6F5;
	border: SOLID 1PX #D9D9D9;
	padding: 5px;	
    BACKGROUND-ATTACHMENT: fixed;
	BACKGROUND-POSITION: right bottom;
    BACKGROUND-IMAGE: url(../images/deco_gray.gif);
    BACKGROUND-REPEAT: no-repeat

}

input.btn{
   color:#505050;
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-size:12;
   font-weight:normal;
   background-color:#b0c4de;
   border:1px solid;
   border-top-color:#f0f0f0;
   border-left-color:#f0f0f0;
   border-right-color:#f0f0f0;
   border-bottom-color:#f0f0f0;
   filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#b0c4de',EndColorStr='#ffffff');}


A.footer:link	{	
	FONT-WEIGHT: normal;
	font-size: 11px;
	font-family: Verdana,Arial,Tahoma,Helvetica;
	color: #606060;
	}	
		
A.footer:visited	{	
	FONT-WEIGHT: normal;
	font-size: 11px;
	font-family: Verdana,Arial,Tahoma,Helvetica;
	color: #606060;0;
	}	
		
A.footer:active	{	
	FONT-WEIGHT: normal;
	font-size: 11px;
	font-family: Verdana,Arial,Tahoma,Helvetica;
	color: #606060;
	}	
		
A.footer:hover	{	
	FONT-WEIGHT: normal;
	font-size: 11px;
	font-family: Verdana,Arial,Tahoma,Helvetica;
	color: #606060;
	}
