BODY
{
	margin-top :0px;
	margin-bottom: 0px;
	margin-left:0px;
	margin-right:0px;
	font-family: Verdana;
	font-size: 11px;
	background-color: #FFFFFF;
}

TABLE
{
	font-family: Verdana;
	font-size: 11px;
	background-color: #ffffff;
}

a:link 
{
	color: Blue;
	text-decoration: none;
}

a:visited 
{
	color: Blue;
	text-decoration: none;
}

a:hover 
{
	text-decoration: underline;	
}

SELECT
{
	font-weight:bold;
	color:Green;
}

/********************* MENU PRINCIPAL *****************************************************/
itemTitulo 
{
	 color: #FFFFFF; 
	 background-color: #016701;
	 font-weight: bold; 
	 cursor :default;
}

.itemMenu 
{
	 color: #FFFFFF; 
	 background-color: #CC6500;
	 cursor :hand;
	 font-weight : normal;
}

a.itemNoticia:link 
{
	 color: #000000; 
}

a.itemNoticia:visited 
{
	 color: #000000; 
}

a.itemNoticia:hover 
{
	 color: blue; 
}

.menuPrincipalItemSeleccionado 
{
	 font-weight:normal;
	 color: #000000;
	 cursor :hand; 
	 background-color: #EBD7C2;
}	 

/******************************************************************************************/

.CalendarioEvento{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#000000;
	font-weight: normal;
}