/* Menu
-----------------------------------------------------------*/
#PagSx{
	width:90%;
	border-color:#CCCCCC;
	border-style:solid;
	border-width:2px;
	padding:3px;
	color: #333344;
	text-align: center;
}
.Menu {
clear: both;
font-family: Georgia, Times, serif;
}

.Menu {
font-size: 18px;
font-weight: normal;
margin:3px;
line-height:110%;

}

.Menu a:link,
.Menu a:visited {
color: #000099;
background: transparent;
text-decoration: none;
}

.Menu a:hover {
background: #000099;
color: #FFF;
text-decoration: none;
padding:0px;
}

.Menu a:active {
background: #000099;
color: #FFF;
}

.Menu a.Selected, .Menu a:visited.Selected {
background: #000099;
color: #ffffff;
}


.Menu.Secondario {
margin-top:10px;
padding:2px;

}

.Menu.Secondario p {
font-size: 12px;

}




