BODY
{
	margin-top :0px;
	margin-bottom: 0px;
	margin-left:0px;
	margin-right:0px;
	font-family: Verdana;
	font-size: 10px;
	background-color: #CCCC99;
}

TABLE
{
	font-family: Verdana;
	font-size: 10px;
	background-color: #ffffff;
}

a:link 
{
	color: #9FFD9F; 
	text-decoration: none;
}

a:visited 
{
	color: #9FFD9F; 
	text-decoration: none;
}

a:hover 
{
	color: #9FFD9F; 
	text-decoration: underline;	
}

a.textmenu {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none; text-align:center; line-height:100%; margin-top:0; margin-bottom:0
}
a:visited.textmenu {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none; text-align:center; line-height:100%; margin-top:0; margin-bottom:0
}
a:hover.textmenu {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline; text-align:center; line-height:100%; margin-top:0; margin-bottom:0
}

SELECT
{
	font-weight:bold;
	color:Green;
}

/********************* MENU PRINCIPAL *****************************************************/
.itemTitulo 
{
	 color: #FFFFFF; 
	 background-color: #497FAB;
	 font-weight: bold; 
	 cursor :default;
	 height: 18px
}

.itemMenu 
{
	 color: #000000; 
	 background-color: #FFFFFF;
	 padding-bottom: 5px;
	 padding-top: 5px;
	 cursor :hand;
	 font-weight: bold;
	 border-bottom: 1px solid #94C953;
}

.menuPrincipalItemSeleccionado 
{
	 font-weight:bold;
	 color: #94C953;
	 padding-bottom: 5px;
	 padding-top: 5px;
	 cursor:hand;
	 border-bottom: 1px solid #94C953;
}	 

/******************************************************************************************/
.txtBuscador {
	font-size: 10px;
	color: #999999;
}