@charset "utf-8";
/* CSS Document */


html, body {
	width: 100%;
	min-width: 1024px;
	margin: 0;
	padding: 0;
}

#tudo{
	position: relative;
	width: 100%;
	overflow: hidden;
}


.fundo{
	background: url(../imagens/fundo.png) repeat;
}

#topo{
	width: 1024px;
	height: 150px;
	margin: 0 auto;
	padding: 0;
}

#logo{
	width: 227px;
	height: 120px;
	background: url(../imagens/logomarca.png);
	top: 10px;
	left: 20px;
	float: left;
	position: relative;
}

#telefone{
	font-family: "Century Gothic";
	font-size: 20px;
	color: #000;
	width: 250px;
	height: 25px;
	top: 60px;
	float: right;
	position: relative;
	border-bottom: #000 solid 2px;
}

#tarja-topo{
	width: 100%;
	height: 50px;
	box-shadow: 0 0 50px #333;
	overflow: hidden;
	
	background: #195c8a;

}

#tarja-topo02{
	width: 1024px;
	height:50px;
	margin: 0 auto;
	padding: 0;
}

#fd-menu{
	width: 1024px;
	height: 50px;
	overflow: hidden;
	padding: 0;
	margin: 0 auto;
	background: #fff;
}

#parte01{
	width: 100%;
	height:205px;
	margin-bottom: 5px;
	border-top: #fff solid 2px;
	overflow: hidden;
	
	background: #f4f4f4; /* Old browsers */
	background: -moz-linear-gradient(top,  #f4f4f4 2%, #d3d3d3 98%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,#f4f4f4), color-stop(98%,#d3d3d3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f4f4f4 2%,#d3d3d3 98%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f4f4f4 2%,#d3d3d3 98%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f4f4f4 2%,#d3d3d3 98%); /* IE10+ */
	background: linear-gradient(to bottom,  #f4f4f4 2%,#d3d3d3 98%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#d3d3d3',GradientType=0 ); /* IE6-9 */


}

#parte02{
	width: 1024px;
	height: 300px;
	margin: 0 auto;
	padding: 0;
}

#conteudo{
	width: 1024px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}

#linha{
	width: 1024px;
	border-bottom: #666 solid 1px;
	opacity: 0.5;
}

#linha02{
	border-top: #666 dotted 1px;
	opacity: 0.5;
	width: 60%;
	height: 20px; 
	float: right;
	margin-top: 35px;

}

#linha03{
	border-bottom: #666 dotted 1px;
	opacity: 0.5;
	height: 20px; 
}

#prog_cont{
	width:480px;
	height: 340px;
	padding: 10px;
}

#rodape{
	width: 100%;
	height: 280px;
	background: #195c8a;
background: -moz-linear-gradient(top,  #195c8a 0%, #076fb5 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#195c8a), color-stop(100%,#076fb5));
background: -webkit-linear-gradient(top,  #195c8a 0%,#076fb5 100%);
background: -o-linear-gradient(top,  #195c8a 0%,#076fb5 100%);
background: -ms-linear-gradient(top,  #195c8a 0%,#076fb5 100%);
background: linear-gradient(to bottom,  #195c8a 0%,#076fb5 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#195c8a', endColorstr='#076fb5',GradientType=0 );

}

#tamanho{
	overflow: hidden;
}