/* Default CSS Stylesheet for a new Web Application project */

A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
	

	.TituloPagina
{	
	font-size: 14pt;
	color: #000000;
	font-family: Arial, Trebuchet, Verdana;
	text-align : left;
	font-weight :bold ;
}

	.SubTituloPagina
{	
	font-size: 12pt;
	color: #979797;
	font-family: Arial, Trebuchet, Verdana;
	text-align : left;
	font-weight :bold ;
	
}
	.Subtitulo
{
	font-size: 11pt;
	color: #000000;
	font-family:  Arial, Trebuchet, Verdana;
	text-align : left;
	font-weight :bold ;
	
}
	.TextoGeneral
{
	font-size: 10pt;
	color: #000000;
	font-family:  Arial, Trebuchet, Verdana;
	text-align : left;
	font-weight :bold ;
	
}

	.CuadroTexto
{
	font-size: 10pt;
	color: #000000;
	font-family:  Arial, Trebuchet, Verdana;
	background-color: #FFFFFF;
	border: 1px solid #000000 ;
}

	.TituloGrid
{
	font-weight: bold;
	font-size: 10pt;
	color: #FFFFFF;
	font-family:  Arial, Trebuchet, Verdana;
	background-color:  #000000;
	text-align: center;
}
	.Item
{
	font-size: 8pt;
	color: #000000;
	font-family:  Arial, Trebuchet, Verdana;
	background-color:  #FFFFFF;
	text-align: center;
}

	.ItemAlter
{
	font-size: 8pt;
	color: #000000;
	font-family:  Arial, Trebuchet, Verdana;
	background-color:  #E0ECFD;
	text-align: center;
}
	.tablaBorde
{
	border: 1px solid #000000;

}	
.Hide
{ visibility:hidden;}
