@charset "iso-8859-1";

* {
	padding: 0;
	margin: 0;

}

body{
	font: normal 11px verdana;
	text-align: center;
	color:#666;	
	background:url(../img/bg_fundo.jpg) #cecece center top repeat-x;
	overflow-x:hidden;
}

a {
	text-decoration:none;
	color:#666;
}
a:hover {
	color:#ccc;	
}

#pagina {
	text-align:left;
	margin: 0 auto;
	width: 1002px;
}

#topo {
	float:left;
	width:1002px;
}

#meio {
	float:left;
	padding:20px 0 20px 0;
	width:1002px;
}

#rodape {
	float:left;
	width:1002px;
}

.menu {
	float:left;
	background:url(../img/bg_menu.jpg) center top repeat-x;
	width:1002px;
	height:31px;
}
	.menu ul {
		list-style-type:none;
		width:600px;
		margin:0 auto;
	}
	.menu li {
		float:left;
		font:13px 'Trebuchet MS';
		padding:5px 32px 0 32px;
	}
	.menu li a {
		color:#FFF;	
	}
	.menu li a:hover {
		color:#FFC;	
	}
.conteudo {
	float:left; 
	width:705px;
	padding:0 0 0 15px;
}
	.conteudo ul {
		float:left;
		list-style-type:none;
		width:720px;
	}
	.conteudo li {
		float:left;
		width:340px;
		padding:0 5px 0 5px;

	}
	.conteudo h1 {
		float:left;
		font:25px 'Trebuchet MS';
		border-bottom:1px #630 solid;
		width:330px;
		margin:0 0 10px 0;
	}
	.conteudo p {
		margin:0 0 10px 0;	
	}
.vejamais {
	text-align:right;
}
	.vejamais a {
		color:#6d86a3;	
	}
	.vejamais a:hover {
		color:#3e4c5d;	
	}
.colunaLateral {
	float:left;
	padding:0 10px 0 10px;
	width:255px; 
	border-left:1px #999 solid;
}
	.colunaLateral ul {
		float:left;
		list-style-type:none;
		width:275px;
	}
	.colunaLateral li {
		float:left;
		width:255px;
		padding:0 15px 0 5px;

	}
	.colunaLateral h1 {
		float:left;
		font:25px 'Trebuchet MS';
		border-bottom:1px #630 solid;
		width:250px;
		margin:0 0 10px 0;
	}
	.colunaLateral h2 {
		float:left;
		font:25px 'Trebuchet MS';
		width:250px;
		margin:0 0 10px 0;
	}
	.colunaLateral p {
		margin:0 0 10px 0;	
	}
	.colunaLateral label {
		float:left;
		width:250px;
		margin:0 0 5px 0;
	}
.divisaoLateral {
	float:left; 
	border-bottom:2px #ccc dotted; 
	margin:10px 0 10px 0;
	width:250px; 
	height:5px; 
}
.tituloSoftware {
	font:18px 'Trebuchet MS';
	color:#6e99c3;
}
.barraRodape {
	margin:0 auto;
	background:url(../img/bg_barraRodape.jpg) center top repeat-x;
	width:950px;
	height:9px;
}
.creditos {
	text-align:center;
	margin:40px 0 10px 0;
}
	.creditos a {
		color:#6d86a3;	
	}
	.creditos a:hover {
		color:#3e4c5d;	
	}
.tituloInterna {
	font:30px 'Trebuchet MS';
	padding:10px 0 0 0;
}
.tituloSecao {
	font:25px 'Trebuchet MS';
	border-bottom:1px #630 solid;
	width:690px;
	margin:0 0 10px 0;
}