/* Hoja de estilos CSS predeterminada para un nuevo proyecto de aplicación Web*/

BODY
{
  margin-top: 0px;
  margin-left: 0px;
  background-color: white;
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 8pt;
  font-weight: normal;
  letter-spacing: normal;
  text-transform: none;
  word-spacing: normal
}

.Arial1
{
  font-family: Arial;
  font-size: 1pt;
  font-weight: normal;
  letter-spacing: normal;
  text-transform: none;
  word-spacing: normal
}

.Verdana7
{
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 7pt;
  font-weight: normal;
  letter-spacing: normal;
  text-transform: none;
  word-spacing: normal
}

.Verdana7_5espaciado
{    
  font-family: Verdana;
  font-size: 7.5pt;
  letter-spacing: 0.4pt
}

.Verdana7_5
{
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 7.5pt;
  font-weight: normal;
  letter-spacing: normal;
  text-transform: none;
  word-spacing: normal
}

.Verdana7_5interlineado
{
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 7.5pt;
  font-weight: normal;
  letter-spacing: normal;
  text-transform: none;
  line-height: 11pt;
  word-spacing: normal
}

.Verdana8
{
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 8pt;
  font-weight: normal;
  letter-spacing: normal;
  text-transform: none;
  word-spacing: normal
}

.Verdana8interlineado
{
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 8pt;
  font-weight: normal;
  letter-spacing: normal;
  text-transform: none;
  line-height: 11pt;
  word-spacing: normal
}

.Verdana8espaciado
{    
  font-family: Verdana;
  font-size: 8pt;
  letter-spacing: 0.4pt
}

.Verdana9
{
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 9pt;
  font-weight: normal;
  letter-spacing: normal;
  text-transform: none;
  word-spacing: normal
}

.Verdana9_5
{
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 9.5pt;
  font-weight: normal;
  letter-spacing: normal;
  text-transform: none;
  word-spacing: normal
}

.Arial14{  font-size: 14pt;      font-family: Arial, Verdana;  letter-spacing: 0.5pt}
.Imagen
{ 
}

.ImagenDiscontinuoV
{ 
  background-image: url(/images/discontinuo.gif);
  background-repeat: repeat-y;
}

.ImagenDiscontinuoH
{ 
}

A:link	{	
	text-decoration:	none;
	color:	blue;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	blue;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	blue;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	blue;
	}
	
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;
	}	