/* Hoja de estilos CSS predeterminada para un nuevo proyecto de aplicación Web*/

BODY
{
    BACKGROUND-COLOR: white;
    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, 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
{
	color: #0d6928;
	text-decoration: none;
}	
		
A:visited
{
	color: #0d6928;
	text-decoration: none;
}	
		
A:active
{
	color: #0d6928;
	text-decoration: none;
}	
		
A:hover
{
	color: #0d6928;
	text-decoration: underline;
}
	
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;
	}	
	
.MenuLineas
{
	font-weight: bold;
	font-size: 7.5pt;
	color: black;
	font-family: verdana;
	background-color: whitesmoke;
}
.MenuFamilias
{
	padding-left: 8px;
	font-size: 7.5pt;
	color: black;
	font-family: Verdana;
	background-color: whitesmoke;
}
.MenuGrupos
{
	padding-left: 16px;
	font-size: 7.5pt;
	color: black;
	font-family: Verdana;
	background-color: whitesmoke;
}
.MenuSubgrupos
{
	padding-left: 24px;
	font-size: 7.5pt;
	color: black;
	font-family: Verdana;
	background-color: whitesmoke;
}
A.MenuLineas:link
{
	color: black;
	text-decoration: none;
}	
		
A.MenuLineas:visited
{
	color: black;
	text-decoration: none;
}	
		
A.MenuLineas:active
{
	color: black;
	text-decoration: none;
}	
		
A.MenuLineas:hover
{
	color: black;
	text-decoration: underline;
}

.ProductList
{
	font-weight: normal;
	font-size: 7.5pt;
	width: 100%;
	color: black;
	font-family: verdana;
}
.CenteredLabel
{
	font-weight: normal;
	font-size: 7.5pt;
	color: black;
	font-family: verdana;
	text-align: center;
}
.Label
{
	font-weight: normal;
	font-size: 7.5pt;
	color: black;
	font-family: verdana;
}
.Textbox
{
	font-weight: normal;
	font-size: 7.5pt;
	color: black;
	font-family: verdana;
}
.RightAlignedTextbox
{
	font-weight: normal;
	font-size: 7.5pt;
	color: black;
	font-family: verdana;
	text-align: right;
}
.NormalText
{
	font-weight: normal;
	font-size: 7.5pt;
	color: black;
	font-family: verdana;
}
.CenteredNormalText
{
	font-weight: normal;
	font-size: 7.5pt;
	color: black;
	font-family: verdana;
	text-align: center;
}
.RightAlignedNormalText
{
	font-weight: normal;
	font-size: 7.5pt;
	color: black;
	font-family: verdana;
	text-align: right;
}
.BoldText
{
	font-weight: bold;
	font-size: 7.5pt;
	color: black;
	font-family: verdana;
}
.Menu
{
	border-right: #0d6928 1px solid;
	border-top: #0d6928 1px solid;
	border-left: #0d6928 1px solid;
	border-bottom: #0d6928 1px solid;
}
.Copyright
{
	font-weight: normal;
	font-size: 7pt;
	color: black;
	font-family: verdana;
}
.MenuHeader
{
	font-size: 7.5pt;
	color: white;
	font-family: Verdana;
	background-color: #0d6928;
}
.ErrorText
{
	font-weight: normal;
	font-size: 7.5pt;
	color: red;
	font-family: verdana;
}
.LabelError
{
	font-weight: normal;
	font-size: 7.5pt;
	color: red;
	font-family: verdana;
}
.CmdButton
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	font-weight: normal;
	font-size: 7.5pt;
	border-left: black 1px solid;
	color: black;
	border-bottom: black 1px solid;
	font-family: Verdana, Tahoma;
	background-color: whitesmoke;
}
.SectionTitle
{
	font-weight: bold;
	font-size: 12pt;
	color: #b50128;
	font-family: Arial;
}
blink 
{
	behavior:url(blink.htc);
}

/* Nuevos */
.BotonPaginaInicial
{
	font-size:medium;
	font-weight:bold;
	cursor:pointer;
	border-color:#0d6928;
	border-style:none;
	background-color:#0d6928;
	color:#FCDA80;
}