/*******************************************************************************
CONTEUDO
*******************************************************************************/
#conteudo2 {
	position: relative;
	width: 505px;
	text-align: justify;
	padding: 8px 250px 9px 235px;
	background: url(/layout/img/conteudo-bg.gif) repeat-y;
}

.certbox3 {
	width: 487px;
	border: 1px solid #ccd9e8;
  	background: #F7FAFE url(/layout/img/text_background.gif) 0 0 repeat-x;
	padding: 8px;
	padding-top: 6px;
	margin-bottom: 20px;
}
.certbox3 ul {
  	list-style: url(/layout/img/list_point.gif);
	padding: 4px 0 0 16px;
}
.certbox3 li {
	margin-bottom: 4px;
}
/*******************************************************************************
MENU LATERAL
*******************************************************************************/
#navlat {
	position: absolute;
	width: 200px;
	top: 176px;
	left: 15px;
	line-height: 1;
}
#navlat ul {
	width: 200px;
	background: #fff url(/layout/img/mlbgmeio.gif) top left repeat-y;
}
#navlat ul li { 
	background: transparent;
	margin-left: 1px;
}
#navlat ul li.mltopo {
	display: block;
	width: 174px;
	background: url(/layout/img/mlbgtopo.gif) top left no-repeat;
	border-top: none;
	padding: 8px 13px 8px 13px;
	margin-left: 0px;
}
#navlat ul li.mltitle {
	display: block;
	width: 173px;
	background: url(/layout/img/mlbgtitle.gif) top left no-repeat;
	border-top: none;
	padding: 8px 13px 8px 13px;
	margin-left: 0px;
}
#navlat ul li a {
	width: 171px;
	display: block;
	padding: 7px 13px 8px 13px;
	border-top: 1px solid #cacbce;
	text-decoration: none;
}
#navlat ul li a:hover {
	color: #cb8b21;
}

#navlat ul li.mlbottom {
	display: block;
	width: 200px;
	background: url(/layout/img/mlbgrodape.gif) bottom left no-repeat;
	border-top: none;	
	margin-left: 0px;
}
#navlat ul li.mlbottom a {
	width: 171px;
	display: block;
	padding: 7px 13px 12px 14px;
}
.ativo {
	width: 171px;
	display: block;
	padding: 7px 13px 8px 13px;
	color: #cb8b21;
	border-top: 1px solid #cacbce;
}
.ativobt {
	width: 171px;
	display: block;
	padding: 7px 13px 12px 14px;
	color: #cb8b21;
	border-top: 1px solid #cacbce;
}

