/* CSS Document */

	A {
		font-family:"Times New Roman", Times, serif;
		color: #000000;
		text-decoration: none;
		font-size: 13;
		font-weight: normal;
	}
	
	A:link {
		font-family:"Times New Roman", Times, serif;
		color: #660000;
		text-decoration: none;
		font-size: 13;
		font-weight: normal;
	}

	A:visited {
		font-family:"Times New Roman", Times, serif;
		color: #660000;
		text-decoration: none;
		font-size: 13;
		font-weight: normal;
	}
	
	A:active {
		font-family:"Times New Roman", Times, serif;
		color: #003399;
		text-decoration: none;
		font-size: 13;
		font-weight: normal;
	}

	A:hover {
		font-family:"Times New Roman", Times, serif;
		color: #003399;
		text-decoration: none;
		font-size: 14;
		font-weight: bold;
	}
	
	.Menu_Pequenio:link {
		font-family:"Times New Roman", Times, serif;
		text-decoration: none;
		font-weight: bold;
		font-size:12;
		color: #006600
	}
	.Menu_Pequenio:visited {
		font-family:"Times New Roman", Times, serif;
		text-decoration: none; 
		font-weight:bold;
		font-size:12;		
		color: #006600
	}
	.Menu_Pequenio:hover	{
		font-family:"Times New Roman", Times, serif;
		text-decoration: none;
		font-weight:bold;
		font-size:12;		
		color: #FDBD41
	}
	.Menu_Pequenio:active {
		font-family:"Times New Roman", Times, serif;
		text-decoration: none;
		font-weight:bold;
		font-size:12;	
		color: #006600
	}

