#relacionadas-topo {
	z-index: 99;
	position: fixed;
	top: -120px;
	left: 0;
	width: 100%;
	height: 100px;
	background-color: #FFF;
	overflow: hidden;

	-webkit-box-shadow: 0px 3px 12px 1px rgba(0,0,0,0.39);
	-moz-box-shadow: 0px 3px 12px 1px rgba(0,0,0,0.39);
	box-shadow: 0px 3px 12px 1px rgba(0,0,0,0.39);

	-moz-transition: top 380ms ease-in;
	-webkit-transition: top 380ms ease-in;
	transition: top 380ms ease-in;
	display: none;
}
.relacionadas-visible #relacionadas-topo {
	top: 52px;
}
.ipad.relacionadas-visible #relacionadas-topo {
	top: 52px; /* nao lembro o q era isso, mas deve haver uma correcao pro ipad... */
}
#relacionadas-topo .inner {
	overflow: hidden;

	-moz-box-shadow: inset -10px 0px 8px -7px rgba(0,0,0,0.39);

	max-width: 100%;
	overflow: auto;
	max-width: 1280px;
	width: 100%;
	margin: 0 auto;
}
#relacionadas-topo ul {
    height: 100px;
    border-left: 1px solid #DDD;
    padding: 0;
    margin: 0px;
    white-space: nowrap;
    overflow: auto;
}
#relacionadas-topo ul li {
	height: 100%;
	width: 250px;
	border-right: 1px solid #DDD;
	display:  inline-block;
	padding: 12px;
	box-sizing: border-box;
	vertical-align: top;
	white-space: normal;
	line-height: 1.1;

}
#relacionadas-topo ul a {
	text-decoration: none;
	font-family: 'OgloboCondensed';
	font-weight: 600;
	color: #364352;
	font-size: 17px;
	line-height: 17px;
}
#relacionadas-topo ul img {
	float: left;
	margin: 0 10px 8px 0;
}