﻿body {
	background-color: gray;
	background-image: url('../images/bckgr.jpg');
	background-attachment: fixed;
	background-position: 0% 0%;
	margin: 0px;
	padding: 0px, 0px, 0px, 0px;
	font-family: "Futura Lt BT", Helvetica, sans-serif, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #003366;
}
html {
	scrollbar-base-color: #ef6300;
	scrollbar-arrow-color: #ff3300;
	scrollbar-3dlight-color: #ef6300;
	scrollbar-darkshadow-color: #ef6300;
	scrollbar-face-color: #e2E2e2;
	scrollbar-highlight-color: #e2e2e2;
	scrollbar-shadow-color: #e2e2e2;
	scrollbar-track-color: #ff3300;
}
.borderWidth0 {
	border-width: 0px;
}
A {
	text-decoration: none;
}
; font-family: Futura Lt BT", sans-serif; }
                            a:link {color: #333333; }
a:visited {
	color: #333333;
}
a:hover {
	color: #f60;
	position: relative;	
    z-index: 1000;
}
a:focus {
	text-decoration: none;
}
a:active {
	color: #ff9;
	text-decoration: none;
}
a: img {
	border: 0 none;
}
a:hover img {
	text-decoration: none;
}
img {
	border: 0px;
}
.figure {
	width: 750px;
	font-size: 90%;
}
figure {
	margin-left: 0;
}
figcaption {
	width: 750px;
	font-size: 90%;
	font-style: normal;
	color: inherit;
}
h1 {
	font-size: 130%;
	font-weight: normal;
	color: inherit;
	text-shadow: 2px 2px 6px #808080;
}
h2 {
	font-size: 120%;
	font-weight: normal;
	color: inherit;
}
h3 {
	font-size: 105%;
	font-weight: normal;
	color: inherit;
}
h4 {
	font-size: 90%;
	font-weight: normal;
	color: inherit;
}
h5 {
	font-size: 70%;
	font-weight: normal;
	color: inherit;
}
h6 {
	font-size: 70%;
	font-weight: normal;
	color: inherit;
}
p {
	font-size: 105%;
}
q {
	font-style: oblique;
	color: #333;
}
ul {
	background: transparent;
	margin-left: 10px;
	font-size: 90%;
	padding-top: 0px;
}
.listLogistics {
	background: transparent;
	margin-left: -30px;
	font-size: 90%;
	padding-top: 0px;
}
li {
	background: transparent;
	margin-left: -9px;
	list-style-type: none;
	margin-bottom: 8px;
}
.oblique {
	font-style: oblique;
	font-size: inherit;
}
table {
	table-layout: inherit;
	caption-side: top;
	margin: -30px;
	border-collapse: collapse;
	border-spacing: inherit;
	caption-side: top;
	vertical-align: top;
}
.tableInTable {
	background-image: url('../images/trnsp_bg_gray.png');
	width: 100%;
}
.tableBGtranslucent {
	width: 90%;
}
td {
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
}
.KlikOpFotos {
	color: #369;
	letter-spacing: 1px;
}
.gray-reference {
	font-size: medium;
	color: #666666;
}
.whiteText {
	color: #FFFFFF;
}
.topText {
	margin-left: 0em;
	font-size: medium;
	color: #999999;
}
.HR650pxLeft {
	width: 650px;
	text-align: left;
	margin: 0 auto 0 0;
}
/* CSS layout */
#masthead {
	position: relative;
	width: 100%;
}
#top_left {
	width: 220px;
	position: fixed;
	left: 2em;
	top: 0.8em;
}
#header {
	margin-left: 220px;
	margin-right: 2.5em;
	top: 0.5em;
}
#container {
	position: relative;
	width: 100%;
}
#left_col {
	width: 220px;
	position: fixed;
	left: -9px;
	top: 6em;
}
#page_content {
	margin-left: 220px;
	padding-right: 2.5em;
	padding-top: 2em;
	background-image: url('../images/trnsp_tblbg_gray.png');
	background-repeat: repeat;
	padding: 2em;
}
#footer {
	margin-left: 220px;
	margin-right: 2.5em;
}
.rotate {
	-webkit-transition-duration: 99s;
	-moz-transition-duration: 99s;
	-o-transition-duration: 99s;
	transition-duration: 99s;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	transition-property: transform;
	overflow: hidden;
}
.rotate:hover {
	-webkit-transform: rotate(720deg);
	-moz-transform: rotate(720deg);
	-o-transform: rotate(720deg);
}
.hijsen:hover {
	transform: translateY(65%);
	-moz-transform: translateY(65%);
	-o-transform: translateY(65%);
	-webkit-transform: translateY(65%);
	transform: all 2s ease-in-out;
}
.hijsen {
	-webkit-transition: all 2s ease-in-out;
	-moz-transition: all 2s ease-in-out;
	-o-transition: all 2s ease-in-out;
	-webkit-transition-duration: 2s;
	-moz-transition-duration: 2s;
	-o-transition-duration: 2s;
	transition-duration: 2s;
}
/* end CSS layout */
.enlarge {
	transform: scale(1);
	-webkit-transform: scale(1);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 500ms;
	-moz-transform: scale(1);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 500ms;
	-o-transform: scale(1);
	-o-transition-timing-function: ease-out;
	-o-transition-duration: 500ms;
	-ms-transform: scale(1);
}
.enlarge:hover {
	z-index: 10;
	transform: scale(2);
	transform-origin: left top;
	-webkit-transform: scale(2);
	-webkit-transform-origin: left top;
	-webkit-transition-timing-function: ease-in-out;
	-webkit-transition-duration: 750ms;
	-webkit-box-shadow: 15px 15px 15px rgba(46, 46, 48, 0.6);
	-moz-transform: scale(2);
	-moz-transition-timing-function: ease-in-out;
	-moz-transition-duration: 750ms;
	-moz-box-shadow: 15px 15px 15px rgba(46, 46, 48, 0.6);
	-o-transform: scale(2);
	-o-transition-timing-function: ease-in-out;
	-o-transition-duration: 750ms;
}

