html, body { 
	margin: 0;
	height: 100%; 
}

.center, .bottom {
	position: fixed;
	overflow: auto;
}

.center {
    top: 0; left: 0; right: 0;
    bottom: 255px;
}

.bottom { 
    top: 100%; margin-top: -255px;
    bottom: 0; left: 0; right: 0;
	background-color: rgb(51,51,51); 
}

.pdfViewer {
	width: 100%; height: 100%;
}


ul.product_list { 
	list-style-type: none;
	white-space: nowrap;
	padding: 0; margin: 0; 
}
.product_list li { 
	display:inline-block;
	vertical-align: top;
	width: 150px;
	white-space: normal;
	margin: 10px 10px 0 0;
}

.product-image-container img { width: 100%; height: auto; }

.product_list li:first-child { margin-left: 10px; }
.product_list li h2 { 
	margin: 10px 0 0 0;
	font-size: 10px;
	font-family: sans-serif;
	font-weight: normal;
}
.product_list h2 a { 
	color: white !important;
	text-decoration: none; 
}

h1 { display: inline; }
.titulo { 
	white-space: nowrap;
	margin: 10px 0 0 10px; 
}
.titulo, .titulo h1 {
	font-size: 14px;
	text-transform: uppercase;
	font-family: sans-serif;
	color: white;
}