@charset "utf-8";
/* CSS Document */
.tabber{display:none;}
body{
	color:#163d64;
	background: white;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	padding: 0px;
}
body a{
	color:#163d64;
}
h1{
	font-family: 'Francois One', sans-serif;
	text-align:center;
}
h2{
	margin-left: 1.3em;
}

h3{
	color:#000033;
}
h4{
	margin-left: 3%;
}
h5{
	margin-left: 2%;
}

p{
    margin-left: 3% !important ;
	margin-right:3% !important ;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 17.3px;
	text-align:justify;
}
.container{
	width: 96%;
	float: left;
	display: block;
	margin-left: 2%;
	margin-right: 2%;
}
.header{
	padding-top: 25px;
	width: 100%;
	float: left;
	display: block;
}
.header{
	width: 100%;
	float: left;
	display: block;
	z-index: 1;
	position: relative;
}
.header-left{
	width: 43.5%;
	float: left;
	display: block;
	margin-right: 0.5%;
	margin-top: -30px;
}
.header-left .logo{
	width: 70%;
	margin-left: 10%;
	margin-right: 15%;
	float: left;
}
.header-left .logo img{
	width: 100%;
	float: left;
	margin-right: 20%;
	margin-top:8%;
}
.header-left .logo-crucemar{
	float: left;
    margin-left: -15%;
    width: 25%;
    margin-top: 45px;
}
	
.header-left .variety{
	float: left;
    margin-right: 30%;
    width: 25%;
    margin-bottom: 10px;
	margin-left: 20px;
}
.header-left .variety img{
	width: 140%;
	height: auto;
	float: left;
}
.header-left .logo-crucemar img{
	width: 180%;
	height: auto;
	float: left;
	margin-top: 5px;
}
.header-left span{
	width: 100%;
	float: left;
	font-size: 0.9em;
	font-weight: 1000;
	text-align: center;
	margin-top: -10px;
	margin-left:2%;
	margin-bottom: 20px;
}
.header-left .contacto{
	width: 100%;
	float: left;
	margin-bottom: 10px;
}
.header-left .contacto .item{
	width: 50%;
	float: left;
	font-size: 0.85em;
	padding-top: 7px;
	margin-bottom: 5px;
}
.header-left .contacto .item .icono{
	width: 24px;
	float: left;
	margin-right: 5px;
	margin-top:-7px;
}
.header-right{
	width: 56%;
	float: left;
	display: block;
	margin-top: 10px;
}
.header-right .flexslider{
	width: 100%;
	float: left;
}
.header-right .flexslider .flex-control-nav{
	bottom:10px;
	padding-top: 5px;
	background: rgba(0,0,0,.5);
	width: 100%;
	float: left;
}
.header-right .flexslider .flex-control-paging li a{
	background: rgba(30,97,162,.2);
	box-shadow:  0 1px 4px rgba(0,0,0,.2);
}
.header-right .flexslider .flex-control-paging li .flex-active{
	/*background: #163d64;*/
	background: rgba(30,97,162,.6);
}
.header-right .flexslider img{
	border-radius: 5px;
	width: 100%;
	float: left;
}
.header-right .container p{
	font-size:25px;
	margin-left: 290px;
}
.buscador{
	width: 100%;
	float: left;
}
.buscador select{
	margin-bottom: 5px;
	border: solid 1px #163d64;
	color: #163d64;
	background: white !important;
	/*padding-top: 25px;
	padding-bottom: 25px;*/
	height: 50px;
	font-size: 1em;
	box-shadow:  0 1px 4px rgba(0,0,0,.2);
}
.buscador select:hover{
	box-shadow:  0 1px 4px rgba(0,0,0,.2);
}
.buscador .select1{
	width: 92%;
	float: left;
	padding-left: 4%;
}
.buscador .select2{
	width: 52%;
	float: left;
	padding-left: 4%;
}
.buscador .submit{
	width: 36%;
	margin-left: 2%;
	float: left;
	padding-top: 15px;
	padding-bottom: 15px;
	background: #163d64;
	color:white;
	text-decoration: none;
	border-radius: 5px;
	text-align: center;
	box-shadow:  0 1px 4px rgba(0,0,0,.2);
}
.buscador .submit:hover{
	background: #184575;
}
nav{
	width: 100%;
	float: left;
	margin-top: -40px;
}
.nav{
	width: 100%;
	float: left;
	list-style: none;
	background: #12304F;
	border-radius: 5px;
	padding: 0px;
	box-shadow: -1px 1px 2px 1px rgba(0,0,0,0.25);
	padding-left: 2px;
	display: block;
}
.nav li{
	float: left;
	width: 12.5%;
	padding-left: 0.8%;
	padding-right: 0.5%;
	margin-right: 0.1%;
	/*background: #1C5899;*/
	background: #163d64;
	text-align: center;
	height: 33px;
	padding-top:15px;
}
.nav>li:first-child{
	border-radius: 5px 0px 0px 5px;
}
.nav>li:last-child{
	width: 15%;
	padding-top: 7px !important;
	padding-bottom: 7px !important;
	border-radius: 0px 5px 5px 0px;
}
.nav>li:last-child img{
	width: 34px;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}
.nav li a{
	color: white;
	text-decoration: none;
	width: 100%;
	float: left;
	font-size: 0.85em;
}
.nav li:hover{
	background: #184575;
}
.nav li:hover ul{
	display: block;
	transform: scale(1.1);
}
.nav li ul{
	display: none;
	width: 100%;
	padding: 0% !important;
	float: left;
	border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	-webkit-box-shadow: 0px 3px 2px rgba(0,0,0,0.4); 
	-moz-box-shadow: 0px 3px 2px rgba(0,0,0,0.4); 
	box-shadow: 0px 3px 2px rgba(0,0,0,0.4); 	
}
.nav li ul li
{
	width: 100%;
	float: left;
	padding: 0%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5%;
	padding-right: 5%;
	height: 16px;
	display: block;	
	text-align: left;
	font-size: 0.95em;
}
.nav li ul li:last-child{
	border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;	
}
.nav li ul li img{
	width: 5px;
	margin-right: 2px;
}
.nav li ul li a{
	display: block;
	text-decoration: none;	
}

a {
	-webkit-transition: all .300s;
	   -moz-transition: all .300s;
		 -o-transition: all .300s;
			transition: all .300s; 
}

a, a:focus, a:hover, a:active {
  outline: 0;
  cursor:pointer;
}

/*MAP*/
.integration-map{
	height:450px; 
	background-image:url(../galery/mapa-variety/mapa-variety.jpg); 
	background-repeat:no-repeat; 
	background-position: top center; 
	width:890px; position:relative; 
	padding:0px;
	margin-left: 140px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px; 
	overflow: hidden; 
	float:left;
}
.content-place{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;	
	margin-top: 0px;
	margin-left: 0px;
	background-color: #009999;
	border: 2px solid #fff;
	-webkit-box-shadow: 0px 0px 5px 2px #999999;
	box-shadow: 0px 0px 5px 2px #999999;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	height: auto;
	width: auto;
	position: absolute;
	font-size:10px !important;
	line-height:10px;
}

.content-place a{
	display: block;	
	overflow: hidden;
	text-align: center;
	color: #fff;
	padding: 2px;
	text-decoration:none;
}
.content-place a:hover{
	background-color: #666;
	transform:scale(1.5);
	-webkit-transform:scale(1.5);
	-moz-transform:scale(1.5);
	-ms-transform:scale(1.5);
	z-index: 5;
}
.content-place a.selected{
	background-color: black;
	transform:scale(1.3);
	-webkit-transform:scale(1.3);
	-moz-transform:scale(1.3);
	-ms-transform:scale(1.3);
	z-index: 5;
}
.p-caboVerde{
	top: 220px;
	left: 265px;
}
.p-caboVerde{
	top: 220px;
	left: 265px;
}
.p-islasGriegas{
	top: 235px;
	left: 445px;
}
.p-espaniaPortugal{
	top: 190px;
	left: 271px;
}
.p-rogny{
	top: 215px;
	left: 325px;
}

.p-seychelles{
	top: 310px;
	left: 575px;
}
.p-baliIndonesia{
	top: 343px;
	left: 545px;
}
.p-cuba{
	top: 262px;
	left: 103px;
}
.p-caribe{
	top: 300px;
	left: 80px;
}
.p-costaRica-panama{
	top: 362px;
	left: 150px;
}
.p-adriatico{
	top: 145px;
	left: 497px;
}
.p-egiptoIsrael{
	top: 253px;
	left: 546px;
}
.p-islandia{
	top: 140px;
	left: 310px;
}
.p-africa{
	top: 317px;
	left: 380px;
}

/*ofertas*/
.title-ofertas{
	font-size: 1.8em !important; 
	font-family: 'Francois One', sans-serif !important;
}
.a-oferta-home{
	text-decoration: none !important;
}
.oferta-home{
	text-decoration: none !important;
}
.oferta-home .destacado{
	background-color: #163d64;
	color: white;
	border-radius: 5px 5px 0px 0px;
	font-size: 2em;
	font-family: 'Francois One', sans-serif !important;
	line-height: 1em;
}
.oferta-home .destacado span{
	font-size: 0.55em;
}
.oferta-home .imagen{
	width: 100%; 
	float: left;
	overflow: hidden;
}
.oferta-home .imagen img{
	width: 100%; 
	float: left;
}
.oferta-home .titulo{
	width: 100%; 
	float: left;
	font-family: 'Francois One', sans-serif !important;
	font-size: 1.2em;
}
.oferta-home .mapa{
	width: 70%; 
	float: left;
	background: #fff;
	padding: 15%;
	padding-top:5px;
	padding-bottom: 5px;
}
.oferta-home .mapa img{
	width: 100%; 
	float: left;
	border-radius: 5px;
}
.oferta-home .enlaces{
	width: 100%;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
}
.oferta-home .enlaces a{
	text-decoration: none;
	background-color: #163d64;
}

.label-all {
    width: 125px !important;
    float: left;
	padding: 5px;
}

.label-all .label {
    width: 100%;
    float: left;
}
.label-all .label img {
    width: 100%;
    float: left;
}