





#container { 

	width: 1024px;

	margin: 0 auto;

	text-align: center;

}

#container h5 { text-align:justify; padding:4px 15px 3px 20px; color:#000; font-size:11px; margin:0 auto; font-weight:none;}

#container h6 { text-align:left; padding:4px 15px 3px 20px; color:#183884;font-size:13px; margin:0 auto; font-weight:none;}



.footer {

	text-align:right;

	padding: 0.5em;

}





.img { float:left; margin:0 auto; padding:0 20px 0 0;}





.leightbox {

	color:#fff;

	display: none;

	position:fixed;

	top:2%;

	left:33.5%;
	
	width:500px;

	padding:90px 0 30px 0;

	border: 1em solid #B8B8B8;

	background:url(../img/bg-descricao.png) no-repeat #CCC;

	text-align:left;

	z-index:1001;

	

	font-size:14px;

	

}





#overlay{

	display:none;

	position:fixed;

	top:0;

	left:0;

	width:100%;

	height:100%;

	z-index:1000;

	background-color:#333;

	-moz-opacity: 0.8;

	opacity:.80;

	filter: alpha(opacity=80);

}



.lightbox[id]{ /* IE6 and below Can't See This */    position:fixed;    }#overlay[id]{ /* IE6 and below Can't See This */    position:fixed;    }