.image_navio {
	width: 640px;
	height: 459px;
}
.image_pontes {
	width: 368px;
	height: 203px;
	margin: 0;
}
#box_pontes { 
	float: left;
	width: 368px;
/*
height: 368px;
background-color: #CCFF00;
*/
}
#box_fichat {
	float: left;
	margin: 10px 0 10px 12px;
/*
background-color: #FF0066;
*/
}
.tbl_ficha {
	width: 250px;
	color: #666666;
	border-collapse: collapse;
	font-size: 9px;
}
.tbl_ficha th {
	padding: 1px 3px 1px 3px;
	border: solid 1px #999999;
	color: #000000;
	text-align: left;
	background-color: #ffcc00;
}
.tbl_ficha td {
	padding: 1px 3px 1px 3px;
	width: 100px;
	border: solid 1px #999999;
	color: #000000;
}
.tbl_ficha td.dados {
	width: 150px;
	font-weight: bold;
}
/*image gallery*/
#image_gallery {
	display: block;
	list-style: none;
	margin: 9px;
}
#image_gallery li { 
	display: inline;
	float: left;
	width: 60px;
	margin: 0 5px 10px 0;
	background-repeat:  no-repeat !important;
	padding: 63px 0 0 4px;
}
#image_gallery a {
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}

