body {
	background-image:url(../Img/bg-cont.png);
	background-repeat:no-repeat;
	background-position: top center; 
	color: #f5f5f5;
	margin: 0 auto;
	text-align: center;
}
html {
	background-color: #FFF;
	background-image:url(../Img/bg-body.jpg);
	background-repeat:repeat-x;
	overflow-x: hidden; 
	overflow-y: scroll;
	}
.container {
	text-align: left;
	background-color: #FFF;
	width: 802px;
	height: 500px;
	margin: 0 auto;
	padding: 0;
}


/* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */
															/*  MENU PRINCIPAL  */
.sidebar1 {
	float: left;
	width: 135px;
	font-family: verdana;
	font-size: 10px;
	line-height: 13px;
	background-color: #FFF;
	margin-right: 9px;
	margin-top: -1px
}
/* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */
nav ul {
	list-style: none; /* this removes the list marker */
	margin: 0px 0px 7px  0px; /* this creates the space between the navigation on the content below */
}
nav ul li {
	background-color: #e1e1e1;
	border-bottom: solid 1px #a8a8a8; 
	border-top: solid 1px  #FFF; 	
    border-left: solid 1px #d5d4d4;
    border-right: solid 1px #d5d4d4;
}
nav ul a{ 
	padding: 3px 5px 4px 7px;
	display: block; 
	width: 122px;  
	text-decoration: none !important ;
	background: e1e1e1;
	color: #48484a;	
}
nav ul a:visited {
	color: #48484a;		
	background: e1e1e1;
	text-decoration: none !important ;
}	 
nav ul a:hover, nav ul a:focus { 
	background-color: #c2c2c2;
	text-decoration: none !important ;
}
nav ul a:active {
		color: #48484a;
	background-color: #c2c2c2;
}	

nav ul li.subm {
	background-color: #F5F5F5;  !important;
	border-bottom: solid 1px #9F9F9F; 
    border-left: solid 1px #d5d4d4;
    border-right: solid 1px #d5d4d4;	
	padding-bottom: 1px
}
nav ul li.subm a:hover, nav ul li.subm a:active, nav ul li.subm a:focus  {
	background-color: #CCC !important;
	text-decoration: none !important ;
}
.unilink {position: absolute}
.nss {
	margin: 3px 0 3px 0;
}

.p_prin {
	background-image: url(../Img/bg_p_prin.jpg); color:
   #FCFCFC; 
   background-color: #fff;
  padding: 4px 5px 4px 7px;
	 } 
a:hover.p_prin, a:active.p_prin, a:focus.p_prin  { 
	background-image: url(../Img/bg_p_prin_hover.jpg); 
}
.uni { height: 22px; border-top: none }
 .uni-rh {
	 background-color: #999;
	border-bottom: none !important; 
    border-left: solid 1px #CCC;
    border-right: solid 1px #d5d4d4;
	border-top: none !important;
	padding: 0;
	height: 32px
}
ul li a.rh2 {
		background-image: url(../Img/bg-rh.jpg); height: 24px;  
		background-position: 0 0;
		background-repeat:no-repeat
	}
ul li a.rh2:hover {
		background-image:url(../Img/bg-rh-hover.jpg);
		background-position: 0 0;
		background-repeat:no-repeat
	}
.topo a { 
margin: 20px auto;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
text-decoration:none;
color: #333 !important
}
.topo a:visited { text-decoration: none }
.topo  { 
margin: 15px 0 20px -120px;
text-align:center
}		


															/*  FIM DE MENU PRINCIPAL  */	

