
DIV.MENU
{ 
  border: 0px solid #57566F; 
  border-bottom: 1px solid #57566F; 
  background-color: #FFFFFF;
  cursor: pointer;
  margin-right:		0em;
  margin-top:		0em;
  margin-bottom:	0em;
}

DIV.MenuDesplegable
{
	background-color:	#0034D1;
	height:				1.8em;
	border:				0px solid black;
	border-top:			0px solid black;
	border-bottom:		0px solid white;
	padding:			0em;
}


DIV.MENU TH
{
  font-family: Verdana; 
  font-size: 12px;
  FONT-WEIGHT: bold;
  background: #0A246A;
  color: white;
  padding: 3px; 
  padding-top: 2px; 
  padding-bottom: 1px; 
  border:			1px;
  height:			18px;
}


#button {
	border-right: 0px none #CCCCCC;
	padding: 0 0 0.2em;
	font-family: Arial;
	background-color: #0034D1;
	color: #0034D1	;
	list-style-type: none;
	font-size: 10px;
}
	
#button ul {
	list-style: none;
	margin: 0 0 0 0 ;
	padding: 0 0 0 0em;
	border: none;
}
		
#button li {
	border-bottom: 1px solid #ddd;
	margin: 0 0 0 0;
	list-style-type: none;
}

DIV.menu_titulo
{
	display: block;
	padding: 3px 2px 3px 0.5em;
	border-left: 0px solid #0034D1;
	border-right: 0px solid #0034D1;
	background-color: #0034D1;  
	color: white;
	text-decoration: none;
	FONT-WEIGHT:	bold;
	font-size:		10;
	width: auto;
	list-style-type: none;
	border-bottom-style: none;
}

DIV.menu_activo
{
	display: block;
	padding: 0px 0px 0px 0em;
	border-left: 0px solid #0034D1;
	border-right: 0px solid #0034D1;
	color: black;
	text-decoration: underline;
	FONT-WEIGHT:	bold;
	font-size:		10;
	width: auto;
	list-style-type: none;
	border-bottom-style: none;
}

DIV.menu_none
{
	display: block;
	padding: 0px 0px 0px 0em;
	border-left: 0px solid #0034D1;
	border-right: 0px solid #CCCCCC;
	background-color: #FFFFFF;
	color: #000000;
	text-decoration: none;
	width: auto;
	list-style-type: none;
	border-bottom-style: none;

}
		
#button li a {
	display: block;
	padding: 3px 2px 3px 0.5em;
	border-left: 3px solid #0034D1;
	border-right: 3px solid #0034D1;
	color: #000000;
	text-decoration: none;
	width: auto;
	list-style-type: none;
	border-bottom-style: none;
}

#button li a:hover {
	border-left: 3px solid #0034D1;
	border-right: 3px solid #0034D1;
	background-color: #FCF5D2;
	color: #0034D1;
}



