body {
	font-family:"Century Gothic", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	margin:0;
}


a {
	text-decoration:none;
}

.float-left{
	float:left;
}

.float-right{
	float:right;
}

.clear {
	clear:both;
	height:1px;
}

.destaque, .texto-ico {
	font-size:95%;
	color:#666;
}

.destaque {
	padding:15px 3px;
	border-top: 1px solid #49568A;	
	border-bottom: 1px solid #49568A;
	margin:40px 0 40px 40px;
}

.destaque ul {
	padding-left:50px;
	margin-bottom: 0px;
}

.grey {
	color:#666;
}

.movie {
	width:640px;
	height:480px;
}

#cabecalho {
	height: 258px;
	background-image: url('../img/topo.png');
	background-position:top center;
	background-repeat:no-repeat;
}

#wrapper {
	width:850px;
	margin: 0 auto;
}

#conteudo {
	padding: 10px 35px 10px 5px;
}

h2{
	font-size:19px;
	font-weight:normal;
	color:#2f2f2f;
}

#menu {
	padding:0;
	margin:25px 0 0 0;
}

#menu li{
	display:block;
	float:left;
}

#menu a {
	display:block;
	background-image:url('../img/nav-back.png');
	background-repeat:no-repeat;
	font-size: 15px;
	text-align:center;
	color:#49568A;
	width:92px;
	padding:6px 0 9px;
	margin-right:4px;
	
}


#menu a:hover {
	color:#fff;
	background-image:url('../img/nav-hover.png');
}

#menu .current-topic, #menu .current-topic:hover {
	color:#49568A;
	background-image:url('../img/nav-current.png');
}

.hidden-title {
	display:none;
	background-color:#dbdcdd;
	width:100%;
	color:#000;
	font-size:14px;
	padding:3px 6px;
	float:left;
	position:relative;
	top:5px;
	left:0;
}

h3 {
	font-size:21px;
	text-align:center;
	margin-top:35px;
}

#texto {
	width:700px;
	float:left;
	text-align:justify;
	text-justify: newspaper;
	font-size:15px;	
}

#texto img {
	padding: 0 20px 10px 0;
}

#direita {
	width:33px;
	float:left;
}

#paginas {
	list-style-type:none;
}

#paginas li{
	margin:5px;
}

.round-buttons a{
	background-image: url('../img/circle.png');
	background-repeat: no-repeat;
	padding:10px 0 11px 0;
	width:36px;
	display:block;
	text-align:center;
	color:#D77D6B;
	font-weight:bold;
	font-size:15px;
}

.round-buttons a:hover{
	background-image: url('../img/circle-hover.png');
	color:#fff;
}

.round-buttons .current-page, .round-buttons .current-page:hover {
	background-image: url('../img/circle-current.png');
	color:#49568A;
}

#nav-back{
	background-image:url('../img/bot-back.png');
	background-repeat:repeat-x;
	height:40px;
	margin-top:35px;
	margin-bottom:-1px;
}

#nav-buttons {
	list-style-type:none;
	padding:0 8px;
	width:850px;
	margin: 0 auto;
}

#nav-buttons a{
	background-image:url('../img/nav-bot.png');
	width:40px;
	display:block;
	text-align:center;
	color:#49568A;
	font-weight:bold;
	font-size:17px;
	padding:11px 0 8px 0;
}

#nav-buttons a:hover{
	background-image:url('../img/nav-bot-hover.png');
	color:#fff;
}


.center-button{
	margin-left:340px;
}

.right-button{
	margin-right:30px;
}

#rodape {
	background-image:url('../img/footer.png');
	height:61px;
}
	
	
