/* Hoja de estilos CSS predeterminada para un nuevo proyecto de aplicación Web*/

BODY
{
	font-weight: normal;
	font-size: 9pt;
	word-spacing: normal;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: white;
}

H4, H5 
{
	color: navy;
}


H1
{
	padding-left: 4px;
	font-weight: 700;
	font-size: 10pt;
	padding-bottom: 2px;
	word-spacing: normal;
	text-transform: none;
	color: white;
	padding-top: 2px;
	font-style: normal;
	letter-spacing: 1px;
	background-color: navy;
	text-decoration: none;
}	
		
H2
{
	padding-left: 2px;
	font-weight: 700;
	font-size: 10pt;
	word-spacing: normal;
	text-transform: none;
	color: white;
	font-style: normal;
	letter-spacing: normal;
	background-color: mediumblue;
	text-decoration: none;
}	
		
H3
{
	padding-left: 2px;
	font-weight: 700;
	font-size: 9pt;
	word-spacing: normal;
	text-transform: none;
	color: #ffffff;
	font-style: normal;
	letter-spacing: normal;
	background-color: mediumblue;
	text-decoration: none;
}	
		
H4	{	
	font-size:	9pt;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Arial, Helvetica, sans-serif;
	font-size:	8pt;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Arial, Helvetica, sans-serif;
	font-size:	8pt;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH
{
	font-weight: bold;
	font-size: 8pt;
	word-spacing: normal;
	vertical-align: baseline;
	text-transform: none;
	color: navy;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: #99cc99;
}	

.THB
{
	font-weight: bold;
	font-size: 8pt;
	word-spacing: normal;
	vertical-align: baseline;
	text-transform: none;
	color: navy;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: #C2CF9E;
}	


A:link
{
	color: #0000cc;
	text-decoration: none;
}	
		
A:visited	{	
	text-decoration:	none;
	color:	#0000cc;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#0000cc;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#0000cc;
	}
	
SMALL
{
	font-size: 6pt;
}	


BIG
{
	font-size: 12pt;
}	

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: 5px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: right;
}
	
TABLE
{
	border-style: none;
	font-size: 9pt;
		font-family: Arial, Helvetica, sans-serif;
		width: 61%;
}

.titol
{
	font-size: x-large;
	color: #7c6f57;
	font-family: 'Bookman Old Style';
}

	
.ETI
{
	font-weight: bold;
	font-size: 9pt;
}

.eti
{
	font-weight: bold;
	font-size: 9pt;
}

.ETIUP
{
	font-weight: bold;
	font-size: 8pt;
}

.etiup
{
	font-weight: bold;
	font-size: 8pt;
}

.CODI
{
	font-weight: bold;
	font-size: 10pt;
	color: navy;
}

.codi
{
	font-weight: bold;
	font-size: 10pt;
	color: navy;
}

.CODI2
{
	font-weight: bold;
	font-size: 10pt;
	color:  #009999;
}

.codi2
{
	font-weight: bold;
	font-size: 10pt;
	color:  #009999;
}

.CODIP
{
	font-weight: bold;
	font-size: 9pt;
	color: navy;
}

.codip
{
	font-weight: bold;
	font-size: 9pt;
	color: navy;
}

.TEXTR
{
	color: red;
}

.textr
{
	color: red;
}
.TEXTG
{
	color: dimgray;
}

.textg
{
	color: dimgray;
}

.CAP
{
	padding-left: 4px;
	font-weight: bold;
	font-size: 10pt;
	padding-bottom: 2px;
	color: white;
	text-transform: capitalize;
	border-top-style: none;
	padding-top: 2px;
	font-family:  Arial, Helvetica, sans-serif;
	border-right-style: none;
	border-left-style: none;
	letter-spacing: 2px;
	background-color: #C6133B;
	border-bottom-style: none;
}

.cap
{
	padding-left: 4px;
	font-weight: bold;
	font-size: 10pt;
	padding-bottom: 2px;
	color: white;
	text-transform: capitalize;
	border-top-style: none;
	padding-top: 2px;
	font-family:  Arial, Helvetica, sans-serif;
	border-right-style: none;
	border-left-style: none;
	letter-spacing: 2px;
	background-color: #C6133B;
	border-bottom-style: none;
}


.CAP22
{
	padding-left: 2px;
	font-weight: 700;
	font-size: 9pt;
	word-spacing: normal;
	text-transform: none;
	color: navy;
	font-style: normal;
	font-family:  Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: #99cc99;
	text-decoration: none;
}


.cap22
{
	padding-left: 2px;
	font-weight: 700;
	font-size: 9pt;
	word-spacing: normal;
	text-transform: none;
	color: navy;
	font-style: normal;
	font-family:  Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: #99cc99;
	text-decoration: none;
}

.CAP2
{
	padding-left: 2px;
	font-weight: 700;
	font-size: 9pt;
	word-spacing: normal;
	text-transform: none;
	color: black;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: lightgrey;
	text-decoration: none;
}

.cap2
{
	padding-left: 2px;
	font-weight: 700;
	font-size: 9pt;
	word-spacing: normal;
	text-transform: none;
	color: black;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: lightgrey;
	text-decoration: none;
}

.CAP3
{
	padding-left: 2px;
	font-weight: 700;
	font-size: 9pt;
	word-spacing: normal;
	text-transform: none;
	color: black;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: sandybrown;
	text-decoration: none;
}

.cap3
{
	padding-left: 2px;
	font-weight: 700;
	font-size: 9pt;
	word-spacing: normal;
	text-transform: none;
	color: black;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: sandybrown;
	text-decoration: none;
}

.CAP33
{
	font-weight: 700;
	font-size: 9pt;
	word-spacing: normal;
	text-transform: none;
	color: navy;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: lightskyblue;
	text-decoration: none;
}

.cap33
{
	font-weight: 700;
	font-size: 9pt;
	word-spacing: normal;
	text-transform: none;
	color: navy;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: lightskyblue;
	text-decoration: none;
}

.CAPLP
{
	padding-left: 4px;
	font-weight: bold;
	font-size: 9pt;
	padding-bottom: 2px;
	text-transform: capitalize;
	color: white;
	border-top-style: none;
	padding-top: 2px;
	font-family: Arial, Helvetica, sans-serif;
	border-right-style: none;
	border-left-style: none;
	background-color: #C6133B;
	font-variant: normal;
	border-bottom-style: none;
}

.caplp
{
	padding-left: 4px;
	font-weight: bold;
	font-size: 9pt;
	padding-bottom: 2px;
	text-transform: capitalize;
	color: white;
	border-top-style: none;
	padding-top: 2px;
	font-family: Arial, Helvetica, sans-serif;
	border-right-style: none;
	border-left-style: none;
	background-color: #C6133B;
	font-variant: normal;
	border-bottom-style: none;
}

.CAPLP2
{
	padding-left: 4px;
	font-weight: bold;
	font-size: 8pt;
	padding-bottom: 2px;
	text-transform: capitalize;
	color: white;
	border-top-style: none;
	padding-top: 2px;
	font-family: Arial, Helvetica, sans-serif;
	border-right-style: none;
	border-left-style: none;
	background-color:  #C6133B;
	font-variant: normal;
	border-bottom-style: none;
}

.caplp2
{
	padding-left: 4px;
	font-weight: bold;
	font-size: 8pt;
	padding-bottom: 2px;
	text-transform: capitalize;
	color: white;
	border-top-style: none;
	padding-top: 2px;
	font-family: Arial, Helvetica, sans-serif;
	border-right-style: none;
	border-left-style: none;
	background-color:  #C6133B;
	font-variant: normal;
	border-bottom-style: none;
}

.CTEXT
{
font-size: 9pt;	
font-family: Arial, Helvetica, sans-serif;
}


.ctext
{
font-size: 9pt;	
font-family: Arial, Helvetica, sans-serif;
}

.ctextp
{
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
}

.ctextpb
{
	font-weight: bolder;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
}



.LINW
{
	background-color: #ffffff;
}

.LINY
{
	background-color: #ffff8e;
}

.LINT
{
	background-color: #ffe392;
}

.LING
{
	background-color: #eaece8;
}

.LINB
{
	background-color: #c9f4f2;
}

.LINT
{
	background-color: #ffe392;
}

.LINV
{
	background-color: #e1f5d9;
}

.LINV2
{
	background-color: #e1f5d9;
	border-right-style: solid; 
	border-right-width: 1px; 
	border-right-color: #99cc99;
}


.BOTOB
{
	font-weight: bold;
	font-size: 8pt;
	cursor: hand;
	font-family: Arial, Verdana, sans-serif;
}

.botob
{
	font-weight: bold;
	font-size: 8pt;
	cursor: hand;
	font-family: Arial, Verdana, sans-serif;
}

.BOTOBN
{
	font-weight: bold;
	font-size: 9pt;
	width: 80pt;
	cursor: hand;
	font-family: Arial, Helvetica, sans-serif;
}

.botobn
{
	font-weight: bold;
	font-size: 9pt;
	width: 80pt;
	cursor: hand;
	font-family: Arial, Helvetica, sans-serif;
}

.bak2top {
      font-family: Arial;
      font-size: 10px;
      font-weight: bold;
      color: Olive;
      background-color: #99cc99; 
      border: 1px solid;
      border-color: Olive;
      padding: 2px;
   }

A.menu:link
{
    color: White;
    font-weight: bold;
    text-decoration:none; 
    font-family:Arial; 
    font-size:12px
}
A.menu:visited
{
    color: White;
    font-weight: bold;
    text-decoration:none; 
    font-family:Arial; 
    font-size:12px
}
A.menu:hover
{
    color: Black;
    font-weight: bold;
    text-decoration:none; 
    font-family:Arial; 
    font-size:12px
}

A.menu:active
{
    color: White;
    font-weight: bold;
    text-decoration:none; 
    font-family:Arial; 
    font-size:12px
}
.menu
{
color:#CC0033;
font-size:12px;
}

