@charset "utf-8";
/* CSS Document */
/* LAYOUT ******************************************************************************************************************/
body{
	margin:0;
	padding:0;
	background:url(../images/back_blue_stripe.jpg) repeat-x #024e68;
	background-position:0 537px;
}
#container_content{
	width:100%;
	background:url(../images/back_content_shadow.png) repeat-y center;
	margin:0 auto;
}
#container_columns{
	width:960px;
	margin:0px auto 0 auto;
	z-index:3;
	position:relative;
	background-color:white;
	overflow:hidden;
}
/* FONTS & COLORS **********************************************************************************************************/
h1{
	font-family: 'OpenSansLight';
	font-size:44px;
	color:#024e68;
	margin:5px 0 5px 0;
}
h2{
	font-family: 'OpenSansLight';
	font-size:26px;
	color:#3aaacf;
	margin:0;
}
h3{
	font-family: 'OpenSansSemibold';
	font-size:18px;
	color:#216278;
}
p{
	font-size:14px;
	font-family: 'OpenSansRegular';
	color:#686868;
	line-height:20px;
	text-align:justify;
}
.color_orange{
	color:#ff4c00;
}
.color_blue_1{
	color:#024e68;
}
.color_blue_2{
	color:#216278;
}
.color_blue_3{
	color:#05799e;
}
.color_blue_4{
	color:#3aaacf;
}
.color_blue_5{
	color:#60b4d0;
}
.color_gray{
	color:#686868;
}
.color_light_gray{
	color:#e7e7e7;
}
.color_white{
	color:white;
}
.font_bebas_neue{
	font-family: 'BebasNeueRegular';
}
.font_open_sans_light{
	font-family: 'OpenSansLight';
}
.font_open_sans_regular{
	font-family: 'OpenSansRegular';
}
.font_open_sans_bold{
	font-family: 'OpenSansBold';
}
.font_open_sans_semibold{
	font-family: 'OpenSansSemibold';
}
.font_size_12{
	font-size:12px;
}
.font_size_13{
	font-size:13px;
}
.font_size_16{
	font-size:16px;
}
.font_size_18{
	font-size:18px;
}
.font_size_25{
	font-size:25px;
}
.font_size_34{
	font-size:34px;
}
.font_size_43{
	font-size:43px;
}
.paragraph_container a[href$='.pdf']:before {
	content: url(../images/pdf.png);
	margin-right: 5px;
}
/*a[href$='.pdf'] {
background:transparent url(../images/pdf.png) center left no-repeat;
display:inline-block;
padding-left:20px;
line-height:15px;
}*/
a:link{
	text-decoration:none;
	color:#686868;
}
a:visited{
	color:#686868;
}
a:hover{
	color:#b4b4b4;
}
a.grey_hover:link{
	text-decoration:none;
	color:#686868;
}
a.grey_hover:visited{
	color:#686868;
}
a.grey_hover:hover{
	color:#b4b4b4;
}
a.white_hover:link{
	text-decoration:none;
	color:white;
}
a.white_hover:visited{
	color:white;
}
a.white_hover:hover{
	color:#cff3ff;
}
img  {
	border:none;
}
.breadcrumbs{
	float:left;
	width:100%;
	margin:10px 0 0 4px;
}
.breadcrumbs a:link{
	text-decoration:none;
	color:#216278;
}
.breadcrumbs a:visited{
	color:#216278;
}
.breadcrumbs a:hover{
	color:#05799e;
}
.p_img_back{
	width:232px;
	height:167px;
	background:url(../images/back_content_box.jpg) bottom no-repeat;
	float:right;
	margin:2px 0 10px 20px;
}
.p_img_back img{
	padding:10px 10px 10px 10px;
}
/* HEADER ******************************************************************************************************************/
#container_header{
	width:100%;
	height:123px;
	background:url(../images/back_header.jpg) repeat-x;
}
#header{
	width:960px;
	margin:0 auto;
	padding-top:15px;
}
#flags{
	position:relative;
	float:right;
}
#logo{
	float:left;
}
/* MENU ********************************************************************************************************************/
#menu {
	width:750px;
	height:64px;
	position:relative;
	float:right;
	margin-left:10px;
}
#menu ul{
	list-style:none;
}
#menu ul li{
	display:inline;
}
#menu ul li a{
	width:98px;
	height:39px;
	float:left;
	text-align:center;
	margin:0 22px 0 22px;
	line-height:44px;
}
#menu ul li a:link{
	text-decoration:none;
	color:#216278;
}
#menu ul li a:visited{
	text-decoration:none;
	color:#216278;
}
#menu ul li a:hover{
	text-decoration:none;
	background-image:url(../images/menu_hover.png);
	background-repeat:no-repeat;
	color:white;
}
/* CAROUSEL ****************************************************************************************************************/
#container_carousel{
}
#container_carousel ul{
	list-style:none;
	padding:0;
	margin:0;
	z-index:1;
	width:100%;
	display:block;
}
#container_carousel ul li{
	width:100%;
	height:414px;
	position:absolute;
	border-bottom:10px solid #216278;
}
#carousel_stripe_up{
	position:absolute;
	z-index:10;
	height:27px;
	width:100%;
	background:url(../images/stripe_up.png) no-repeat center;
	left:0;
}
#carousel_stripe_down{
	position:absolute;
	margin:0 auto;
	width:960px;
	height:27px;
	top:446px;
	left:50%;
	margin-left:-480px;
	background-image:url(../images/stripe_down.png);
	background-repeat:no-repeat;
	z-index:55;
}
#carousel_content{
	width:960px;
	height:350px;
	margin:0 auto;
	z-index:40;
}
#booking_box{
	width:255px;
	height:261px;
	background-image:url(../images/booking_box_back.png);
	background-repeat:no-repeat;
	position:relative;
	float:right;
	margin:40px 0 0 0;
}
#booking_box_title{
	text-align:center;
	display:block;
	margin:10px 0 10px 0;
}
#booking_box form label{
	width:90px;
	float:left;
	padding-right:5px;
	text-align:right;
	font-family: 'OpenSansRegular';
	color:white;
	font-size:11px;
	line-height:32px;
}
#booking_box .button_72x29{
	float:right;
	margin-right:13px;
}
#carousel_text_big{
	width:590px;
	position:relative;
	line-height:45px;
	margin:100px 0 0 0;
	float:left;
}
#carousel_text_small{
	position:relative;
	padding-top:85px;
	float:left;
	margin-right: 15px;
}
#carousel_button{
	position:relative;
	float:left;
	margin-top:80px;
}
#carousel_controls{
	position:absolute;
	height:17px;
	margin:330px 0 0 430px;
}
#carousel_controls span a{
	position:relative;
	height:17px;
	width:17px;
	z-index:10000;
	margin-right:3px;
}
.carousel_circle{
	background-image:url(../images/carousel_circle_white.png);
	background-repeat:no-repeat;
	float:left;
}
.carousel_circle_current{
	background-image:url(../images/carousel_circle_blue.png);
	background-repeat:no-repeat;
	float:left;
}
/* RIGHT COLUMN ************************************************************************************************************/
#right_column{
	float:right;
	width:205px;
	padding:20px 20px 0 0;
}
.banner_right{
	width:185px;
	height:71px;
	padding:10px;
	margin-bottom:6px;
	background-image:url(../images/back_banner_right.jpg);
	}
.sec-sys{
	height: 117px;
}
.banner_theglobalsailor{
	margin-top:15px;
	float:left;
	margin-left:25px;
}
/* LEFT COLUMN *************************************************************************************************************/
#left_column{
	float:left;
	width:685px;
	padding:5px 20px 0 20px;
	position:relative;
}
.boxes_content_container{
	width:705px;
	float:left;
	margin-left:-11px;
	margin-right:5px;
	margin-top:20px;
	margin-bottom:30px;
}
.content_box{
	width:228px;
	height:210px;
	background:url(../images/back_content_box.jpg) bottom no-repeat;
	float:left;
	margin-left:4px;
	margin-right:3px;
}
.content_box h3{
	text-align:center;
	margin-bottom:0;
}
.content_box img{
	margin-left:6px;
	margin-top:13px;
}
.content_box span.text_box{
	font-size:11px;
	font-family: 'OpenSansRegular';
	color:#216278;
	width:145px;
	display:block;
	margin-left:10px;
	float:left;
	margin-top:7px;
}
.content_box a .button_59x24{
	float:right;
	margin-right:12px;
	margin-top:12px;
}
/* FORM ELEMENTS ***********************************************************************************************************/
label{
}
.input_small{
	border:1px solid white;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-image:url(../images/form_back.png);
	height:30px;
	width:145px;
	margin-bottom:10px;
	position: relative;
}
.select_small{
	border:1px solid white;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-image:url(../images/form_back.png);
	height:34px;
	width:146px;
	margin-bottom:10px;
	padding:5px 2px 5px 0;
}
.button_59x24{
	background-color:transparent;
	background-image:url(../images/button_59x24.png);
	width:59px;
	height:24px;
	color:white;
	font-family: 'BebasNeueRegular';
	border:none;
	font-size:13px;
	cursor:pointer;
	display:block;
	line-height:24px;
	text-align:center;
}
.button_72x29{
	background-color:transparent;
	background-image:url(../images/button_72x29.png);
	width:72px;
	height:29px;
	color:white;
	font-family: 'BebasNeueRegular';
	border:none;
	font-size:14px;
	cursor:pointer;
	display:block;
}
.button_87x27{
	background-color:transparent;
	background-image:url(../images/button_87x27.png);
	width:87px;
	height:27px;
	color:white;
	font-family: 'BebasNeueRegular';
	border:none;
	font-size:16px;
	cursor:pointer;
	display:block;
	line-height:27px;
	text-align:center;
}
.button_98x32{
	background-color:transparent;
	background-image:url(../images/button_98x32.png);
	width:98px;
	height:32px;
	color:white;
	font-family: 'BebasNeueRegular';
	border:none;
	font-size:16px;
	cursor:pointer;
	display:block;
	line-height:34px;
	text-align:center;
}
.button_105x29{
	background-color:transparent;
	background-image:url(../images/button_105x29.png);
	width:105px;
	height:29px;
	color:white;
	font-family: 'BebasNeueRegular';
	border:none;
	font-size:14px;
	cursor:pointer;
	display:block;
	line-height:29px;
	text-align:center;
	text-decoration:none;
}
.button_105x29 a:link{
	color:#FFF;
}
.button_105x29 a:visited{
	color:#FFF;
}
/* FOOTER ******************************************************************************************************************/
#container_footer{
	width:100%;
	background:url(../images/back_content_shadow.png) repeat-y;
	background-position: center;
	margin:0 auto;
}
#footer{
	width:960px;
	height:361px;
	background:url(../images/back_footer.jpg) repeat-x;
	margin:0 auto;
}
#footer_bootom{
	width:100%;
	background:url(../images/back_footer_shadow.jpg) no-repeat;
	background-position: center;
	margin:0 auto;
	height:51px;
}
#footer_signature{
	display:block;
	padding-top:20px;
	text-align:center;
}
#logo_footer{
	margin:40px 0 0 20px;
	float:left;
}
#menu_footer{
	margin-left:30px;
	float:left;
}
#menu_footer ul{
	list-style:none;
	float:left;
	margin-top:50px;
	width:110px;
	padding-right:15px;
	border-right:1px solid #05799e;
	height:145px;
	padding-left:25px;
}
#menu_footer ul li a:link{
	color:white;
	font-family: 'BebasNeueRegular';
	font-size:15px;
	text-decoration:none;
}
#menu_footer ul li a:visited{
	color:white;
}
#menu_footer ul li a:hover{
	color:#60b4d0;
}
#menu_footer ul li:first-child a:link{
	color:#cff3ff;
	font-size:24px;
	font-family: 'BebasNeueRegular';
	text-decoration:none;
}#menu_footer ul li:first-child a:visited{
	color:#cff3ff;
}
#menu_footer ul li:first-child a:hover{
	color:#60b4d0;
}
#menu_footer ul.border_right_none{
	border-right:none;
}
#mapa_footer{
	margin:-30px 0 0 20px;
	float:left
}
#footer_contacts{
	display:block;
	margin-top:47px;
	margin-left:30px;
	width:200px;
	float:left;
}
#footer_contacts a {
	color:#FFF;
}
#social_icons_footer{
	float:right;
	margin:80px 20px 0 0;
}
.paragraph_container table{
	width:100%;
}
.paragraph_container table tr td {
	border-bottom: 1px solid #CDCDCD;
	font-size:12px;
	font-family: 'OpenSansRegular';
	color:#686868;
	padding:2px;
}
.paragraph_container table tr th {
	border-bottom: 1px solid #999;
	font-size:12px;
	font-family: 'OpenSansRegular';
	color:#05799e;
	padding:2px;
}
.paragraph_container h2{
	width:100%;
	display:block;
	margin-top:40px;
}
