.clear{
	clear:both;
}

a, a:visited {
	color:#00BBFF;
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration:underline;
}

#container{
	width:890px;
	margin:20px auto;
}

#heading,#footer{
	background-color:#2A2A2A;
	border:1px solid #444444;
	height:20px;
	padding:6px 0 25px 15px;
	margin-bottom:30px;
	overflow:hidden;
}

#footer{
	height:10px;
	margin:20px 0 20px 0;
	padding:6px 0 11px 15px;
}

div.nome_barco{
	margin-right:0px;
}

.pic{
	float:left;
	margin:0 10px 10px 0;
	border:5px solid #006699;
	width:200px;
	height:200px;
}

.pic a{
	width:200px;
	height:200px;
	text-indent:-99999px;
	display:block;
}
.example-image-link {
	display: inline-block;
	
	width:200px;
	height:200px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
	border-radius: 4px;
	border: 4px solid #5e5e5e;

  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
	margin:0 10px 10px 0;
	
}
/* line 191, ../sass/screen.sass */
.example-image-link:hover {
  border: 4px solid #00bfa8;
}
