#divRodape{
	visibility:hidden;
	padding:1em;
	color:white;
	font-size:0.8em;
	text-align:right;
	background:#115b74;
}
#divRodape a{
	color:white;
	font-weight:bold;
}
@media only screen and (max-width: 790px), only screen and (max-device-width: 790px) {
    #divRodape{
        text-align:center;
    }
}