@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: 130px;
	margin: 0 auto;
	padding: 0;
}

#logo{
	width: 400px;
	height: 90px;
	background: url(../imagens/logomarca.png);
	top: 20px;
	left: 20px;
	float: left;
	position: relative;
}

#telefone{
	font-family: "Century Gothic";
	font-size: 20px;
	color: #06033a;
	width: 250px;
	height: 25px;
	top: 60px;
	float: right;
	position: relative;
	border-bottom: #06033a solid 2px;
}

#tarja-topo{
	width: 100%;
	height: 50px;
	box-shadow: 0 0 50px #333;
	overflow: hidden;
	
	background: #000000; /* Old browsers */
background: -moz-linear-gradient(top,  #000000 0%, #333333 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(100%,#333333)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #000000 0%,#333333 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #000000 0%,#333333 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #000000 0%,#333333 100%); /* IE10+ */
background: linear-gradient(to bottom,  #000000 0%,#333333 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#333333',GradientType=0 ); /* IE6-9 */

}

#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: #000000; /* Old browsers */
background: -moz-linear-gradient(top,  #000000 0%, #333333 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(100%,#333333)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #000000 0%,#333333 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #000000 0%,#333333 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #000000 0%,#333333 100%); /* IE10+ */
background: linear-gradient(to bottom,  #000000 0%,#333333 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#333333',GradientType=0 ); /* IE6-9 */
}

#tamanho{
	overflow: hidden;
}