/* CSS Document */
A:link	{	
	text-decoration:	none;
	color:	#3D81EE;
}	
		
A:visited	{	
	text-decoration:	none;
	color:	#3D81EE;
}	
		
A:active	{
	text-decoration:	none;
	color:	#3D81EE;
}
A:hover	{	
	text-decoration:underline;
	color:	#3D81EE;
}
h1{
	font-size:14px;
	color:#336699;
	font-weight:bold;
}
h2{
	font-size:12px;
	color:#CC6600;
	font-weight:bold;
}
.TituloT1{
	font-size:11px;
	color:#336699;
	font-weight:bold;
	text-align:center;
	border-bottom-color:#336699;
	border-bottom-style:solid;
	border-bottom-width:1px;
}
.TituloT2{
	font-size:11px;
	color:#336699;
	font-weight:bold;
}
.Linea{
	border-bottom-color:#336699;
	border-bottom-style:solid;
	border-bottom-width:1px;
}
.minilink{
	font-size:10px;
	color:#FFFFFF;
}

.TablaNormal{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
.TablaStats{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	border-color:#336699;
	border-style:solid;
	border-width:1px;
}
.Resaltado{
	font-size:10px;
	color:#CC6600;
	font-weight:bold;
}