/*
colores: 
*/

	.Titulo
	{
		text-align: center;
		font-size: 24px;
		font-weight: bold;
		color: #153290;
	}
	
	.TituloB
	{
		font-size: 16px;
		font-weight: bold;
		color: #153290;
	}
	
	.MiniMenu
	{
		text-align: center;
		font-size: 9px;
	}
	
	BODY, TD, INPUT
	{
		font-family: Verdana;
		font-size: 14px;
	}
	
	BODY
	{
		text: #FFFFFF;
		background: #999999;
	}
	
	.Peque
	{
		font-family: Verdana;
		font-size: 10px;
	}

	TEXTAREA
	{
		font-size: 12px;
	}

	a:link.LigaMenu { color: white; text-decoration: none; }
	a:visited.LigaMenu { color: white; text-decoration: none; }
	a:hover.LigaMenu	{ color: white; text-decoration: none; }
	a:active.LigaMenu { color: white; text-decoration: none; }

	a:link.b { color: white; text-decoration: none; }
	a:visited.b { color: white; text-decoration: none; }
	a:hover.b	{ color: white; text-decoration: underline; /* background-color: #006633; */ }
	a:active.b { color: white; text-decoration: underline; }
	
	a:link { color: #153290; text-decoration: none; }
	a:visited { color: #153290; text-decoration: none; }
	a:hover	{ color: #153290; text-decoration: underline; /* background-color: #006633; */ }
	a:active { color: #153290; text-decoration: underline; }
	

	.menu_item
	{
		padding: 5px;
		background: #153290;
		color: white;
		text-align: center;
		width: 20%;
		text-transform: uppercase;
/*		border: 1px solid #000000; */
	}
	
	.menu_sub
	{
		padding: 5px;
		background: #CCCCCC;
		color: black;
/*		display: block; */
/* 		border: 1px solid #CCCCCC; */
	}