@charset "utf-8";

body{
	color: #fff;
	margin: 0;
}
/* ------------ Design ------------ */
#container {
	background-color: #FFFFFF;
	width: 949px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	margin-top: 57px;
}

/* ------------ Header ------------ */
#header {
	background-image: url(Images/header.jpg);
	height: 125px;
	width: 949px;
	margin-right: auto;
	margin-left: auto;
	float: none;
	clear: both;
}
/* ------------ Menu ------------ */
#menu {
	background-color: #FF9900;
	height: 50px;
	width: 949px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 1px;
	clear: both;
}
#menu ul {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
#menu li {
	display: inline;
	list-style-type: none;
	clear: both;
}
#menu a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#menu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#menu a:hover {
	color: #3399CC;
	text-decoration: underline;
}
#menu a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
/* ------------ Content ------------ */
#content-home {
	height: 334px;
	width: 949px;
	margin-right: auto;
	background-image: url(Images/Home.jpg);
	clear: both;
	margin-left: auto;
}
#content-about {
	height: 334px;
	width: 949px;
	margin-right: auto;
	background-image: url(Images/Backgroundburbuja.jpg);
	clear: both;
	margin-left: auto;
}
#content-location {
	height: 334px;
	width: 949px;
	margin-right: auto;
	background-image: url(Images/Backgroundburbuja.jpg);
	clear: both;
	margin-left: auto;
}
#content-bunkering {
	height: 334px;
	width: 949px;
	margin-right: auto;
	background-image: url(Images/BackgroundburbujaBun.jpg);
	clear: both;
	margin-left: auto;
}
#content-contact {
	height: 334px;
	width: 949px;
	margin-right: auto;
	background-image: url(Images/Backgroundburbuja.jpg);
	clear: both;
	margin-left: auto;
}

#content-gallery {
	height: 334px;
	width: 949px;
	margin-right: auto;
	background-image: url(Images/backgroundgallery.jpg);
	clear: both;
	margin-left: auto;
}
#content-gallery ul {
	width: 680px;
	height: 210px;
	float: right;
	padding: 25px 15px;
}

li.gallery {
	display: inline;
	margin: 2px;
}
/* ------------ Sidebar ------------ */
#sidebar {
	height: 200px;
	width: 450px;
	float: right;
	background-position: right;
	text-align: justify;
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 30px;
	padding-left: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
#sidebar p {
	color: #191919;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#sidebar ul li {
	list-style-type: none;
	color: #191919;
	line-height: 25px;
	margin-left: -15px;
}
/* ------------ Footer ------------ */
#footer {
	background-color: #000099;
	clear: both;
	height: 50px;
	width: 949px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0;
}
.photo {
	float: right;
	width: 485px;
}
/* General Links */

#footer p {
	font: 10px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
	margin-top: 0;
	padding: 10px;
	color: #237efe;
}
#footer a:link {
	color: #237efe;
	text-decoration: underline;
}
