@charset "utf-8";
/* CSS Document */


html, body {
	height: 100%;
	margin: 0;
	background: #fff;
}

#site{
	width: 990px;
	position: relative;
	margin: 0 auto;
}

#parte01{
	width: 100%;
	height: 30px;
	background: #f5f5f5;
	box-shadow: 0 0 20px 2px #CCCCCC;
}

#parte01-{
	width: 990px;
	height: 30px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

#data{
	position: relative;
	width: 550px;
	height: 20px;
	margin: 0 auto;
	padding-top: 5px;
	overflow: auto;
	color: #333333;
	font-family: "Century Gothic";
	font-size: 13px;
	text-align: center;
}

#parte02{
	width: 990px;
	height: 160px;
	position: relative;
	margin: 0 auto;
	padding: 0;
}

#logo{
	width: 417px;
	height: 100px;
	float: left;
	margin-top: 25px;
	margin-left: 20px;
	position: relative;
	margin-right: 20px;
	background: url(../imagens/logo.png) no-repeat;
}

#pesquisaGoogle{
	background: url(../imagens/campo_google.png);
	background-repeat: no-repeat;
	position: relative;
	float: right;
	width: 335px;
	height: 35px;
	margin-top: 50px;
}

#parte03{
	width: 100%;
	height: 55px;
	position: relative;
	background-color: #E03900;
	box-shadow: 0 0 5px 0 #333;
}

#menu{
	width: 990px;
	height: 55px;
	position:relative;
	margin: 0 auto;
	padding: 0;
    display: flex;
}


#menu li {
    flex-grow: 1;
	list-style: none;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

#menu li a:link, #menu li a:visited,  #menu li a:active{
	font-family:"Century Gothic";
	font-size:14px;
	text-align:center;
	display: block;
	height:55px;
	line-height:55px;
	color:#fff;
	text-decoration:none;
	display:block;
	
	/*background: url(imagens/over.png) no-repeat;*/
	-webkit-transition:all 300ms ease-out;
	-moz-transition:all 300ms ease-out;
	-ms-transition:all 300ms ease-out;
	-o-transition:all 300ms ease-out;
}

#menu li a:hover{
	color:#000;
	height: 55px;
	line-height: 55px;
	background-color: #eee;
}

#fd_ft{
	background: #e7e7e7;
	height:280px;
	width: 100%;
	background-repeat: repeat-x;
	position:relative;
}

.banner{
	width: 990px;
	height: 250px;
	border: #eee 3px solid;
	box-shadow: 0 0 20px 0 #999;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	position: relative;
	top: 12px;
}

#prog_cont{
	width:485px;
	height:100px;
	float:left;
}

#parte04{
	width: 990px;
	height: 840px;
	margin: 0 auto;
	padding: 0;
}

#lateral{
	width: 230px;
	position: relative;
	float: left;
}

#meio-textos{
	width: 500px;
	position: relative;
	float: left;
	padding: 0 15px 0 15px;
}

#rodape{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: center;
	width: 100%;
	height: 60px;
	background: #000000;
	color: #fff;
	padding-top: 20px;
}

/* ----------------------CLASS TEXTOS--------------------------- */

.txt_box{
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size: 12px;
	line-height: 14px;
	text-align:left;
}

.txt_campoGoogle{
	color: #333;
	font-family: "Microsoft Sans Serif";
	font-size: 11px;
	text-align:right;
	margin-right:15px;
	line-height:13px;
	margin-left: 10px;
}

.boxBusca{
	color: #999;
	font-family: "Microsoft Sans Serif";
	font-size: 13px;
	border-left-width: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	margin-left: 10px;
	background-color: transparent;
}

.titulo01{
	font-family: "Century Gothic";
	font-size: 16px;
	color:#000;
	font-weight: bold;
}

.titulo02{
	font-family: "Century Gothic";
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.titulo03{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000;
}

.titulo04{
	color:#FFF;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	text-align:center;
}

.titulo05{
	font-family: "Century Gothic";
	font-size: 18px;
	color: #E03900;
}

.link01{
	font-family: "Century Gothic";
	font-size: 11px;
	color: #333333;
	cursor: pointer;
	text-decoration: underline;
}

.link01:hover{
	font-family: "Century Gothic";
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}


.link02{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	cursor: pointer;
	text-decoration: none;
	line-height: 20px;
}

.link02:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: underline;
	line-height: 20px;
}

.txt-conteudo{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	line-height: 25px;
	text-align: justify;
}
