/* regras customizadas do projeto */
header .topLogo  {
    
  background-image: url('/images/topo.png');  
  height: 118px;
  margin-bottom: 15px;
  position: relative;
    
}
header .topLogo h3  {
margin-top: 0px;
position: relative;
top: 36px;
color: rgb(255, 255, 255);
font-weight: bold;
text-align: center;
margin-left: 296px;
margin-right: 10px;
background-color: rgba(0,0,0,0.5);
padding-top: 10px;
padding-bottom: 10px;
}
.logo_embrapa {
    position: absolute;
    left: 40px;
    top: 15px;
}

footer {
	clear: both;
	text-align: center;
        background: #dddddd;
/*      background: #74BAAC;
background: #3BB9FF;
	background-image:-moz-linear-gradient(bottom, #A5FEFA, #E1FFFE);
	background-image:-ms-linear-gradient(top, #003300, #006600);
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#003300), to(#006600));
	background-image:-webkit-linear-gradient(top, #003300, #006600);
	background-image:-o-linear-gradient(top, #003300, #006600);
	background-image:linear-gradient(top, #003300, #006600);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#003300', endColorstr='#006600', GradientType=0);*/
	font-size:8px;
	font-weight: bold;
	color: #000;
	position:fixed;
	bottom:0;
	width:100%;
}