@charset "utf-8";
/* CSS Document */

#corpo_site
{
	top: 20px;
	position:absolute;
	width: 980px;
	height:1380px;
	left: 50%;
	margin-left: -490px;	
	margin-top: 100px;
	background-color:#FFF;
	-moz-box-shadow: 1px 5px 25px #000000;
	-webkit-box-shadow: 1px 5px 25px #000000;
	box-shadow: 1px 5px 25px #000000;
	-webkit-border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
	
}

#coluna
{
	position:absolute;
	height: 533px;
	margin-top: 20px;
	background-color:;
	font-style: inherit;
	border-right: #ccc solid 1px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */

}
.fundo
{
border-top: solid 1px #CCC;
background: #e5e5e5; /* Old browsers */
background: -moz-linear-gradient(top, #e5e5e5 0%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #e5e5e5 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #e5e5e5 0%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #e5e5e5 0%,#ffffff 100%); /* IE10+ */
background: linear-gradient(to bottom, #e5e5e5 0%,#ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */}
.coluna_img
{
	position:absolute;
	width:306px; 
	margin-left: 33px;
	margin-top: 20px;
}

#container{
	max-width:980px;
	height: 350px;
	margin:0 auto;
	padding-bottom:80px;
}
#parceiros
{
	position:absolute;
	z-index: 6;
	width: 428px;
	left: 551px;
	height: 180px;
	margin-top: 554px;
}
#social
{
	position:absolute;
	margin-top: 570px;
	width: 550px;
	height: 180px;
}


