@import url("/css/font-awesome.min.css");
/*@import url("//fonts.googleapis.com/css?family=Source+Sans+Pro:300,300italic,600,600italic");**/
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  /*src: local('Source Sans Pro Light'), local('SourceSansPro-Light'), url(http://fonts.gstatic.com/s/sourcesanspro/v9/toadOcfmlt9b38dHJxOBGOode0-EuMkY--TSyExeINg.woff2) format('woff2');*/
  src:url('/fonts/SourceSansPro-Light.woff2')
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  /*src: local('Source Sans Pro Semibold'), local('SourceSansPro-Semibold'), url(http://fonts.gstatic.com/s/sourcesanspro/v9/toadOcfmlt9b38dHJxOBGCOFnW3Jk0f09zW_Yln67Ac.woff2) format('woff2');*/
  src:url('/fonts/SourceSansPro-Semibold.woff2');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 300;
  /*src: local('Source Sans Pro Light Italic'), local('SourceSansPro-LightIt'), url(http://fonts.gstatic.com/s/sourcesanspro/v9/fpTVHK8qsXbIeTHTrnQH6MAjkyiewWYrWZc50I8hK7I.woff2) format('woff2');*/
  src:url('/fonts/SourceSansPro-LightIt.woff2');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 600;
 /* src: local('Source Sans Pro Semibold Italic'), local('SourceSansPro-SemiboldIt'), url(http://fonts.gstatic.com/s/sourcesanspro/v9/fpTVHK8qsXbIeTHTrnQH6GQKuzMuncr0JB710wa2dPI.woff2) format('woff2');*/
  src:url('/fonts/SourceSansPro-SemiboldIt.woff2');
}

html{text-align:justify;}
a {
   outline: 0;
}

/* Header */
	header#mobile{
	display:none;
	}
	
	img#imgMobile{width:150px;}
	header {
		position:relative;
		/*height:210px;*/
		height:164px;
		text-align: center;
		padding: /*3em*/0 0 0 0;
		background-color:white;
	}
	
	header#press{
	height:50px;
	}
	
	header #infoUser{
		width:100%;
		background-color: #1371B7;
		/*background-color: #37C0FB;*/
		/*background-color:#F7F7F7;*/
		float:left;
		padding: 7px 5px 0 5px;
	}
	
		#centerInfoUser{max-width: 1805px;margin:0 auto;}
			header #infoUser #wrapInfoUser{
				top:13px;
				/*width:555px;*/
				width: 235px;
				/*margin:0 auto;*/
				float:right;
				margin-right:15px;
				position:relative;
			}
		
		header #wrapHeader{
			width:100%;
			/*max-width:950px;*/
			min-width: 935px;
			/*overflow:hidden;*/
			margin:0 auto;
			/*min-height:220px;*/
			height:auto;
			position:relative;
			margin: 1px auto;
		}
			header #logo { 
				/*background: url("/images/layout/logo_emp_big.jpg") no-repeat scroll left top rgba(0, 0, 0, 0);
				background: url("/images/layout/logo-portbooker_blanco-negro-gris.png") no-repeat scroll left top rgba(0, 0, 0, 0);*/
				/* background: url("/images/layout/logo-blanco-resize.png") no-repeat scroll left top rgba(0, 0, 0, 0); */
				background: url("/images/layout/logopb-fondoazul.png") no-repeat scroll left top rgba(0, 0, 0, 0);
				/*background-size:160px 60px;*/
				padding: 0 0 0 0;
				margin: -5px 0 5px 10px;
				text-align:left;
				display:inline;
				float:left;
				text-indent:-9999px;
				font-size:15px;
				/*width:200px;*/
				width:165px;
				/*height:110px;*/
				height:65px;
				line-height:65px;
			}
	
				header #logo a {
					font-size: 1.5em;
					letter-spacing: -0.025em;
					border: 0;
					text-align:left;
					display:block;
				}
				
			header p{
				text-align:left;
				font-size:0.85em;
				line-height:23px;
				float:left;
				margin:5px 0 0 20px;
				color:white;
				/*padding-top:8px;*/
				/*color:rgb(36, 162, 231);*/
				width:48%;
				min-width: 472px;
			}
			@media screen and (min-width:1680px){
			header p{font-size:0.8em;}
			}
		
		header span#telephonNumber{
			top:13px;
			float:right;
			/*color:rgb(36, 162, 231);*/
			color:white;
			/*background:url(/images/layout/phone2.png) no-repeat;*/
			padding-top:0;
			/*margin-top:-8px;*/
			position:relative;
			/*top:-11px;*/
			/*height:35px;*/
			display:inline-block;
			/*top:5px;*/
			background:#1371b7;
		}
		
		header span#telephonNumber b{
			color: #FFF;
			font-size:1.25em;
			padding-right:10px;
			/*margin-left:35px;margin-right:10px;*/
			-webkit-touch-callout: none;
		    -webkit-user-select: none;
		    -khtml-user-select: none;
		    -moz-user-select: none;
		    -ms-user-select: none;
		    user-select: none;
		}
		
		header #userName{float:left}
		
		div.fixed #header-container{
			width:100%;
			position:fixed;
			z-index:100;
			top:-165px;
			
		}
		
		div.fixed #wrap{padding-top:225px;}

/* Map */

	div.map{
		width:100%;
		height:auto;
		margin:0 auto;
	}
		div.map #map-canvas{
			width:100%;
			height:24em;
		}


/* Banner */

	#banner {
		/*background-image: url("../images/banner.jpg");
		background-position: center center;
		background-size: cover;*/
		height:auto /*28em*/;
		position: relative;
		width:100%
	}
	#banner,div.flexslider .slides img {
		height: 19em;
	}
		ul#datos li:hover, ul#menubuscador li, .searcher nav ul li{
			cursor:pointer; 
		}
	

/* Basic */

	div.clearboth{
		clear:both;
	}
	
	div.clearmargin{
		clear:both;
		margin-bottom:2em;
	}

	body,
	#skel-layers-wrapper {
		background: #f7f7f7 url("/images/layout/bg01.png");
		/*background: white;*/
	}

	body.is-loading * {
		-moz-transition: none !important;
		-webkit-transition: none !important;
		-o-transition: none !important;
		-ms-transition: none !important;
		transition: none !important;
		-moz-animation: none !important;
		-webkit-animation: none !important;
		-o-animation: none !important;
		-ms-animation: none !important;
		animation: none !important;
	}

	body, input, select, textarea {
		color: #474747;
		font-family: 'Source Sans Pro', sans-serif;
		font-size: 16pt;
		font-weight: 300;
		line-height: 1.65em;
	}

	a {
		-moz-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
		-webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
		-o-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
		-ms-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
		transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
		color: #37c0fb;
		text-decoration: none;
	}

		a:hover {
			color: #37c0fb;
			border-bottom-color: transparent;
		}

	strong, b {
		font-weight: 600;
	}

	em, i {
		font-style: italic;
	}

	p, ul, ol, dl, table, blockquote {
		margin: 0 0 2em 0;
	}ul.menu{margin-bottom:0!important;padding-bottom:1em;}

	h1, h2, h3, h4, h5, h6 {
		color: inherit;
		font-weight: 600;
		line-height: 1.75em;
		margin-bottom: 1em;
	}

		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
			color: inherit;
			text-decoration: none;
		}

		h1 em, h2 em, h3 em, h4 em, h5 em, h6 em {
			font-style: normal;
			font-weight: 300;
		}

	h2 {
		/*font-size: 1.75em;*/
		letter-spacing: -0.025em;
	}

	h3 {
		font-size: 1.2em;
		letter-spacing: -0.025em;
	}

	sub {
		font-size: 0.8em;
		position: relative;
		top: 0.5em;
	}

	sup {
		font-size: 0.8em;
		position: relative;
		top: -0.5em;
	}

	hr {
		border-top: solid 1px #e0e0e0;
		border: 0;
		margin-bottom: 1.5em;
	}

	blockquote {
		border-left: solid 0.5em #e0e0e0;
		font-style: italic;
		padding: 1em 0 1em 2em;
	}

	section.special, article.special {
		text-align: center;
	}

	header.major {
		text-align: center;
		margin: 0 0 2em 0;
	}

		header.major h2 {
			font-size: 2.25em;
		}

		header.major p {
			position: relative;
			border-top: solid 1px #e0e0e0;
			padding: 1em 0 0 0;
			margin: 0;
			top: -1em;
			font-size: 1.5em;
			letter-spacing: -0.025em;
		}

	footer {
		/*margin: 0 0 3em 0;*/
	}

		footer > :last-child {
			margin-bottom: 0;
		}

		footer.major {
			padding-top: 3em;
		}

/* Form */

	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea {
		-moz-transition: border-color 0.2s ease-in-out;
		-webkit-transition: border-color 0.2s ease-in-out;
		-o-transition: border-color 0.2s ease-in-out;
		-ms-transition: border-color 0.2s ease-in-out;
		transition: border-color 0.2s ease-in-out;
		background: #fff;
		border: solid 1px #e0e0e0;
		border-radius: 5px;
		color: #000;
		display: block;
		outline: 0;
		/*padding: 0.75em;*/
		text-decoration: none;
		width: 100%;
	}

		input[type="text"]:focus,
		input[type="password"]:focus,
		input[type="email"]:focus,
		textarea:focus {
			border-color: #37c0fb;
		}

	input[type="text"],
	input[type="password"],
	input[type="email"] {
		line-height: 1em;
	}

	label {
		display: block;
		color: #000;
		font-weight: 600;
		line-height: 1.75em;
		margin-bottom: 0.5em;
	}

	::-webkit-input-placeholder {
		color: #999999;
		position: relative;
		top: 3px;
	}

	:-moz-placeholder {
		color: #999999;
	}

	::-moz-placeholder {
		color: #999999;
	}

	:-ms-input-placeholder {
		color: #999999;
	}

	.formerize-placeholder {
		color: #999999;
	}

/* Image */

	.image {
		border: 0;
		display: inline-block;
		/*position: relative;*/
		border-radius: 5px;
	}

		.image img {
			display: block;
			border-radius: 5px;
		}

		.image.left {
			display: block;
			float: left;
			margin: 0 2em 2em 0;
		/*	position: relative;*/
			top: 0.25em;
		}

			.image.left img {
				display: block;
				/*width: 100%;*/
				height: 7em;
    			width: 7em;
			}

		.image.fit {
			display: block;
		}

			.image.fit img {
				display: block;
				width: 100%;
			}

		.image.featured {
			display: block;
			margin: 0 0 4em 0;
		}

			.image.featured img {
				display: block;
				width: 100%;
			}
			
		.image.promo {
			display: block;			
			margin: 1em 0 3em 0;
		/*	position: relative;*/
			top: 0.25em;
		}

			.image.promo img {
				display: block;				
				height: 14em;
    			width: 100%;
			}

/* Icon */

	.icon {
		position: relative;
		text-decoration: none;
	}

		.icon:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			text-transform: none !important;
		}

		.icon > .label {
			display: none;
		}

		.icon.major {
			text-align: center;
			/*cursor: default;*/
			background-color: #37c0fb;
			background-image: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url("/images/layout/bg01.png");
			/*background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url("/images/layout/bg01.png");
			background-image: -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url("/images/layout/bg01.png");
			background-image: -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url("/images/layout/bg01.png");
			background-image: linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url("/images/layout/bg01.png");*/
			color: white;
			border-radius: 100%;
			display: inline-block;
			width: 5em;
			height: 5em;
			line-height: 5em;
			box-shadow: 0 0 0 7px white, 0 0 0 8px #e0e0e0;
			margin: 5em 0 1em 0;
			transition: all 0.2s ease 0s;
		}
		.icon.major:hover{transform:scale(1.100);}
			.icon.major:before {
				font-size: 36px;
			}
			
		.icon.middle {
			text-align: center;			
			color: #37c0fb;						
			margin: 0 0 1em 0;
			font-size: 1.6em;
		}
		
		.icon.middleGrey {
			text-align: center;			
			color: #ccc;						
			margin: 0 0 1em 0;
			font-size: 1.6em;
		}
		

/* Lists */

	ol.default {
		list-style: decimal;
		padding-left: 1.25em;
	}

		ol.default li {
			padding-left: 0.25em;
		}

	ul.default {
		list-style: disc;
		padding-left: 1em;
	}

		ul.default li {
			padding-left: 0.5em;
		}

	ul.links li {
		line-height: 2.5em;
	}
	
	div#centerAsideFooter{width:555px;margin:0 auto;}
	@media screen and (min-width:1280px){div#centerAsideFooter{width:580px;}}
	@media screen and (min-width:1680px){div#centerAsideFooter{width:610px;}}
	
	ul.icons {
		min-width: 185px;
		cursor: default;
		text-align:center;
		float:left;
	/*	clear:right;
		display:inline;
		float:right;
		padding-top:37px;*/
	}

	#wrapHeader .container {
			margin-bottom: 4em;
		}

		#wrapHeader .icons {
			/*text-align: center;*/
			margin: 0;
		}

			#wrapHeader .icons a {
				color: #999999;
			}

				#wrapHeader .icons a:hover {
					color: #474747;
				}

		ul.icons li {
			display: inline;
			line-height: 1em;
			padding-left: 1.5em;
		}
			ul.icons li.noMarginLeft{
				padding-left: 0;
			}
			ul.icons li:first-child {
				padding-left: 0;
			}

			ul.icons li a, ul.icons li span {
				font-size: 1.5em;
				border: 0;
			}
			
		aside.androidIos{padding-bottom:5px;text-align:center;float:left;margin-left:30px;}
			aside.androidIos p{margin-bottom:1em;line-height:1.2em;}
			aside.androidIos img{width:155px;}

	ul.actions {
		cursor: default;
	}

		ul.actions:last-child {
			margin-bottom: 0;
		}

		ul.actions li {
			display: inline-block;
			padding: 0 0 0 1.5em;
		}

			ul.actions li:first-child {
				padding: 0;
			}

		ul.actions.vertical li {
			display: block;
			padding: 1.5em 0 0 0;
		}

			ul.actions.vertical li:first-child {
				padding: 0;
			}

	ul.menu li {
		border-left: solid 1px #e0e0e0;
		display: inline-block;
		padding: 0 0 0 1em;
		margin: 0 0 0 1em;
	}

		ul.menu li:first-child {
			border-left: 0;
			margin-left: 0;
			padding-left: 0;
		}

/* Tables */

	table {
		width: 100%;
		text-align: center;
	}

		table.default {
			width: 100%;
		}

			table.default tbody tr {
				border-bottom: solid 1px #e0e0e0;
			}

			table.default td {
				padding: 0.5em 1em 0.5em 1em;
			}

			table.default th {
				font-weight: 600;
				padding: 0.5em 1em 0.5em 1em;
				text-align: left;
			}

			table.default thead {
				background-color: #555555;
				background-image: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url("/images/layout/bg01.png");
				background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url("/images/layout/bg01.png");
				background-image: -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url("/images/layout/bg01.png");
				background-image: -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url("/images/layout/bg01.png");
				background-image: linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url("/images/layout/bg01.png");
				color: #fff;
			}

/* Button */

	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	.button {
		-moz-appearance: none;
		-webkit-appearance: none;
		-o-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
		-o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
		background-color: #37c0fb;
		/*background-image: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url("/images/layout/bg01.png");
		background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url("/images/layout/bg01.png");
		background-image: -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url("/images/layout/bg01.png");
		background-image: -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url("/images/layout/bg01.png");
		background-image: linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url("/images/layout/bg01.png");*/
		border-radius: 5px;
		border: 0;
		color: white;
		cursor: pointer;
		display: inline-block;
		padding: 0 1.5em;
		line-height: 2.75em;
		min-width: 9em;
		text-align: center;
		text-decoration: none;
		font-weight: 600;
		letter-spacing: -0.025em;
	}

		input[type="submit"]:hover,
		input[type="reset"]:hover,
		input[type="button"]:hover,
		.button:hover {
			background-color: #50c8fb;
			color: white !important;
		}

		input[type="submit"]:active,
		input[type="reset"]:active,
		input[type="button"]:active,
		.button:active {
			background-color: #1eb8fb;
			color: white;
		}

		input[type="submit"].alt,
		input[type="reset"].alt,
		input[type="button"].alt,
		.button.alt {
			background-color: #555555;
			color: #fff;
		}

			input[type="submit"].alt:hover,
			input[type="reset"].alt:hover,
			input[type="button"].alt:hover,
			.button.alt:hover {
				background-color: #626262;
			}

			input[type="submit"].alt:active,
			input[type="reset"].alt:active,
			input[type="button"].alt:active,
			.button.alt:active {
				background-color: #484848;
			}

		input[type="submit"].icon:before,
		input[type="reset"].icon:before,
		input[type="button"].icon:before,
		.button.icon:before {
			margin-right: 0.5em;
		}

		input[type="submit"].fit,
		input[type="reset"].fit,
		input[type="button"].fit,
		.button.fit {
			width: 100%;
		}

		input[type="submit"].small,
		input[type="reset"].small,
		input[type="button"].small,
		.button.small {
			font-size: 0.8em;
		}
		
		.button.userButton,.button.userButton:hover{
			background-color:#FFF;
			background-image:none;
			color:#1371b7!important;
			padding:0 1em;
		}
		
		.button.crewButton,.button.crewButton:hover{
			background-color:#1371b7;
			background-image:none;
			color:#fff!important;
			padding:0 1em;
		}
		
		.button.buttonLanguage, .button.buttonLanguage:hover{
			background-color:#FFF;
			/* background-image:none; */
			color:#1371b7!important;
			
		}
		.button.buttonTelephone{
			line-height:1.79em;
		}
		
/* Box */
	
	div#pcTablet{display:block;}
	div#pcTablet .wrapper{padding-bottom:1em;}
	div#pcTablet .container{width:1080px}
	div#phone{display:none;}
	
	.box.highlight {
		text-align: center;
	}
	
	.box.highlight img{
		/*width:282px;
		height:160px;*/
	}

	.box.post {
		/*position: relative;*/
		margin: 0 0 2em 0;
	}

		.box.post:after {
			content: '';
			display: block;
			clear: both;
		}

		.box.post .inner {
			margin-left: calc(30% + 2em);
		}

			.box.post .inner > :last-child {
				margin-bottom: 0;
			}

		.box.post .image {
			width: 30%;
			margin: 0;
		}



	#nav {
		cursor: default;
		background-color: #333;
		background-image: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.3)), url("/images/layout/bg01.png");
		background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.3)), url("/images/layout/bg01.png");
		background-image: -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.3)), url("/images/layout/bg01.png");
		background-image: -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.3)), url("/images/layout/bg01.png");
		background-image: linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.3)), url("/images/layout/bg01.png");
		padding: 0;
		text-align:center;
	}

		#nav:after {
			content: '';
			display: block;
			width: 100%;
			height: 0.75em;
			background-color: #37c0fb;
			/*background-color: white;*/
			background-image: url("/images/layout/bg01.png");
		}

		#nav > ul {
			margin: 0;
		}

			#nav > ul > li {
				position: relative;
				display: inline-block;
				margin-left: 1em;
			}

				#nav > ul > li a {
					color: #c0c0c0;
					text-decoration: none;
					border: 0;
					display: block;
					padding:0.5em;
				}

				#nav > ul > li:first-child {
					margin-left: 0;
				}

				#nav > ul > li:hover a {
					color: #fff;
				}

				#nav > ul > li.current {
					font-weight: 600;
					/*background:green;*/
				}

					#nav > ul > li.current:before {
						-moz-transform: rotateZ(45deg);
						-webkit-transform: rotateZ(45deg);
						-o-transform: rotateZ(45deg);
						-ms-transform: rotateZ(45deg);
						transform: rotateZ(45deg);
						width: 0.75em;
						height: 0.75em;
						content: '';
						display: block;
						position: absolute;
						bottom: -0.5em;
						left: 50%;
						margin-left: -0.375em;
						background-color: #37c0fb;
						/*background-color: white;*/
						background-image: url("/images/layout/bg01.png");
					}

					#nav > ul > li.current a {
						color: #fff;
					}

				#nav > ul > li.active a {
					color: #fff;
					
				}

				#nav > ul > li > ul {
					display: none;
				}
.center_nav{margin: 0 auto;
width: 70%;
}
/* Dropotron */

	.dropotron {
		background-color: #333;
		background-image: -moz-linear-gradient(top, rgba(0,0,0,0.3), rgba(0,0,0,0)), url("/images/layout/bg01.png");
		background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.3), rgba(0,0,0,0)), url("/images/layout/bg01.png");
		background-image: -o-linear-gradient(top, rgba(0,0,0,0.3), rgba(0,0,0,0)), url("/images/layout/bg01.png");
		background-image: -ms-linear-gradient(top, rgba(0,0,0,0.3), rgba(0,0,0,0)), url("/images/layout/bg01.png");
		background-image: linear-gradient(top, rgba(0,0,0,0.3), rgba(0,0,0,0)), url("/images/layout/bg01.png");
		border-radius: 5px;
		color: #fff;
		min-width: 10em;
		padding: 1em 0;
		text-align: center;
		box-shadow: 0 1em 1em 0 rgba(0, 0, 0, 0.5);
	}

		.dropotron > li {
			line-height: 2em;
			padding: 0 1.1em 0 1em;
		}

			.dropotron > li > a {
				color: #c0c0c0;
				text-decoration: none;
				border: 0;
			}

			.dropotron > li.active > a, .dropotron > li:hover > a {
				color: #fff;
			}

		.dropotron.level-0 {
			border-radius: 0 0 5px 5px;
			font-size: 0.9em;
			padding-top: 0;
			margin-top: -1px;
		}



/* Wrapper */

	.wrapper {
		padding: 5em 0 3em 0;
	}

		.wrapper.style1 {
			background: #fff;
		}

		.wrapper.style2 {
			background-color: #fff;
			background-image: url("images/bg02.png"), url("images/bg03.png"), url("/images/layout/bg01.png");
			background-position: top left,						bottom left,					top left;
			background-size: 100% 6em,						100% 6em,						auto;
			background-repeat: no-repeat,						no-repeat,						repeat;
		}

		.wrapper.style3 {
			background-color: #37c0fb;
			background-image: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url("/images/layout/bg01.png");
			background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url("/images/layout/bg01.png");
			background-image: -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url("/images/layout/bg01.png");
			background-image: -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url("/images/layout/bg01.png");
			background-image: linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url("/images/layout/bg01.png");
			color: white;
		}

			.wrapper.style3 .button {
				background: white;
				color: #474747;
			}

				.wrapper.style3 .button:hover {
					color: #37c0fb !important;
				}

.style3 {
	background-color: #37c0fb;
	background-image: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url("/images/layout/bg01.png");
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url("/images/layout/bg01.png");
	background-image: -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url("/images/layout/bg01.png");
	background-image: -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url("/images/layout/bg01.png");
	background-image: linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url("/images/layout/bg01.png");
	color: white;
}

.wrapper.style4 {
			background: #fff;
			/*overflow:hidden;*/
			display:block;
			
		}
		
/*Comunidad*/

		
/*Prensa*/

	
.titulo{
font-size: 16px;}
.texto{
	font-size: 13px;
}
/* CTA */

	#cta {
		text-align: center;
		padding: 3.5em 0;
	}

		#cta header h2 {
			display: inline-block;
			vertical-align: middle;
			margin: 0;
		}

		#cta header .button {
			vertical-align: middle;
			margin-left: 1em;
		}
/*Cookies*/
.cookies {
	margin-left: 16%;
    margin-top: 3%;
    text-align: justify;
    width: 65%;
}
.info .tipo{
	background-color:#FFFFFF;
	width:100%;
}
/* Footer */

	footer {
		padding: 0 0 0 0;
	}

		footer a {
			color: inherit;
			border-bottom-color: rgba(71, 71, 71, 0.25);
		}

			footer a:hover {
				color: #37c0fb;
				border-bottom-color: transparent;
			}

		footer .copyright {
			color: #999999;
			margin-top: 1.5em;
			text-align: center;
			font-size: 0.9em;
		}
		
/*----------------------------------------------------------------------------------------------------------*/

p.yblink{
	font-size:0.7em;
	margin: 0 80px;
	padding: 0 1em;
	color:#676966;
}
p.yblink a{
	color:#676966;
}

.texto1{
	margin-bottom: 10px;
    margin-left: 20px;
    margin-top: 10px;
    
    text-align:justify;
}
.fotos{
	float: right;
    margin-right: 40px;
    margin-top: 15px;
    
    margin-left: 20px;
}
.promo{
	width:100%;
}

@media all and (max-width: 1200px) {
.texto1 {width: 80%;}
	.fotos {width: 20%;}
	
}
@media all and (max-width: 900px) {
.texto1 {width: 80%;}
	.fotos {width: 20%;}
	
}
@media all and (max-width: 550px) {
.texto1 {width:100%;}
	.fotos {width:100%;}
	
}
.gris{
	background-color:#f7f7f7;
}

/*input[type="button"],*/ #loginSubmit{
line-height: 30px;
}

#loginHeader, #publiHeader {
    height: 11px;
    margin-top: 30px;
    width: 975px;
}

.login {
    border: 1px solid #ccc;
    color: #ccc;
    margin-bottom: 5px;
}
.newsletter {
    border: 1px solid #ccc;
    color: #ccc;   
    float:left;
    max-width:250px;
    height: 50px;
    margin: 0px 10px 5px 10px;
    font-size: 1.2em;
    
}
.newsletterLabel {   
    float:left;  
    padding-top: 12px;
}
#content-izquierda {
    /*height: 100%;
    position:relative; 
    float:left;*/
    display:inline-block;
}
section.wrapper #content-izquierda {
    height: auto;
}
#content-derecha {
    float: right;
    /*min-height:300px; */
    max-width: 440px;
    position:relative; 
    float:right;
}

#content-derecha h3{
	margin-bottom:0.5em;
}

#content-derecha p{
	margin-bottom:0;
}

#loginUsuario {
    float: left;
    height: 220px;
    width: 370px;
}
#loginUsuario h3 {
 	/*background: url("../images/icons/profile11.png") no-repeat scroll left top rgba(0, 0, 0, 0);*/
    font-size: 1.2em;
    font-weight: 400;
    /*padding-left: 80px;*/
}
.moreheighttr{
	height:40px;
}
#content-login{
	background: none repeat scroll 0 0 #fff;
    min-height: 540px;
    height:auto/*29em*/;
}

.descUL {
    font-size: 0.8em;
    list-style: outside none square;
    margin-left: 15px;
}
@media screen and (max-width:1200px) { 
	#content-izquierda {
	width:50%;}
	#content-derecha {
	width:50%}
 }

@media screen and (max-width:840px){
	.center_nav{width: 95%;}
	.texto1 {width: 95%;}
}

@media screen and (max-width:550px) {
	.texto1 {margin-left:0!important}
	#content-izquierda {
	width:100%;}
	#content-derecha {
	width:100%}	
}
#content-terms p {
	text-align:justify;

}

div#background{
	background-color: #000;
    display: none;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 16000003;
}
div#formLogin{
	display:none;
	width:320px;
	height:auto;
	padding:10px 20px;
	position:fixed;
	top:15%;
	z-index: 16000004;
	background:white;
	right: 0;
	left: 0;
	margin:0 auto;
	box-shadow:0 0 2px rgba(0, 0, 0, 0.4) inset, 0 1px 20px rgba(0, 0, 0, 0.4);
}

div#formLoginClose{
	cursor:pointer;
	background: rgba(0, 0, 0, 0) url("/images/icons/close.png") no-repeat scroll 0 0;
    height: 17px;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 17px;
}
div#formLogin h3{margin-bottom: 0.2em;color:#0b4260;font-size:25px;}

div#formLogin input{
	line-height: 1.5em;
	margin-bottom:10px;
}

div#formLogin label{margin-bottom:0;color:#0b4260;}
div#formLogin a{font-size:16px;}

div#formLogin input[name="botonLogin"]{
	line-height: 2.1em;
	display:block;
	width: 100%;
}
div.borderTop{width: 100%;border-top: 1px dashed #0b4260;padding-top:5px;}
div#bannerRight{margin-top:6px; text-align:left;}
div#bannerRight p{margin-bottom:15px;}
/* -------------------------------------------------------------------------- 
Style wide 
-------------------------------------------------------------------------- */
@media screen and (max-width:1680px) {
	body, input, select, textarea {
		font-size: 14pt;
	}
}
/* --------------------------------------------------------------------------
Style normal 
---------------------------------------------------------------------------- */
@media screen and (max-width:1280px){
	body, input, select, textarea {
		font-size: 13pt;
		line-height: 1.5em;
	}

/* Lists */

	ol.default {
		list-style: decimal;
		padding-left: 1.25em;
	}

		ol.default li {
			padding-left: 0.25em;
		}

	ul.icons li a, ul.icons li span {
		font-size: 1.5em;
	}

/* Header */

	/*header {
		padding: 0 0 0 0;
	}

		header h1 {
			padding: 0 0 1.75em 0;
		}*/

/* Banner */

	#banner,div.flexslider .slides img, #map-canvas {
		/*height: 20em;*/
	}
/*
	.flexslider .slides img {
	    height: 20em;
	}

	#map-canvas{
		height:20em;
	}*/


/* pcTablet  */
	div#pcTablet .container{width:960px;}


/* Wrapper */

	.wrapper {
		padding: 3em 0 1em 0;
	}

/* CTA */

	#cta {
		padding: 2em 0;
	}

/* footer */

	footer {
		padding: 3em 0 3em 0;
	}

		footer .container {
			margin-bottom: 1em;
		}
	header p {
		margin-left:5px;
		width: 43%;
	}
	header span#telephonNumber b {padding-right: 0;}
}
@media screen and (min-width:1680px){
	/*header p {margin-top:0;}*/
	header #infoUser #wrapInfoUser{width: 260px;}
}
@media screen and (max-width:1100px){
	header p {width: 53%;min-width: 0;}
	header span#telephonNumber b {padding-right: 5px;}
	header span#telephonNumber{top:-3px;width:24%;text-align: right;}
	li.nameUser{display: none;}
}

@media screen and (max-width:980px){
	header #infoUser #wrapInfoUser{width:200px;}
}
div#shareInfo{
	position:absolute;
	display:none;
	z-index:10;
	/*background:white;*/
	/*border:1px solid #264970;*/
	/*padding:3px;
	font-size:14px;*/
	background: #e9e9e9 none repeat scroll 0 0;
    border: 1px solid #cccccc;
    border-radius: 4px;
    /*box-shadow: 0 1px 0 0 #fff inset;*/
    color: black;
    /* font-weight:600; */
    font-size: 15px;
    /*font-weight: normal;
    left: 0;*/
    /*opacity: 1 !important;*/
    padding: 0 6px;
}
.img-circle {
    border-radius: 50%;
    height:70px;
    width:70px;
    margin: 1em 1em;
}
.crew{
	text-align:center;
	float:left;
	margin-left:1em;
}
.captain{
	font-size:0.8em;
	margin: 0;
	padding:0;
}
.crew_name{
	margin:0;
	padding:0;
}
.registerbtn{
	float:left;
	height:50px;
}