/*
------------------------------------
# Footer do RDI e BDP
------------------------------------
*/

.footer-area {
  background: url('images/textura-rdi.jpg');
  padding-bottom: 20px;
  padding-top: 20px;
  font-family: Arial;
  color: #fff; 
}

.footer-area  p{
	margin-bottom: 0;
}

.footer-area a{
	color: #fff; 
	font-size: 20px;
}

.footer-area a:hover{
	color: #6d9dcb;
}

.logos{float:right;}

.logos>a>img{padding-right:15px;}

#footer-brasil {
   background: none repeat scroll 0% 0% #00420c;
   padding: 1em 0px;
   max-width: 100%;
}

@media only screen and (max-width: 505px){
	/*Rodapé RDI e BDP*/
	.logos img{width:30%}
}

@media only screen and (max-width: 991px){
	/*Rodapé RDI e BDP*/
	.logos{
		float: none;
		text-align: center;
		margin-bottom: 10px;
	}
	
	.logos>a>img {
    padding-right: 0;
	}
	
	.biblioteca-central{text-align:right;}  
}
