/* CSS Document */

.nav-tabs {
  border-bottom: none;
}

.nav-tabs > li > a {
	margin-right: 0px;
	border: none;
	border-radius: 0 10px 0 0;
	font-size: 26px;
	font-weight: 400;
	line-height: 36px;
	padding: 10px 70px 10px 70px;
	color:white;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
	border: none;
}

.nav-tabs > li.active > a{
	color: white;
	cursor: default;
	background-color:#ffcf00;
	border: none;
	border-top-right-radius: 10px;
}

.nav-tabs > li.active > a:hover{
	color:#FFF;
	text-shadow:1px 1px 3px rgba(0,0,0,0.45);
}

.nav-tabs > li.active > a:focus{
	color:white;
}

li.tab-pasajes a{
	font-weight: 700;
}


li.tab-hoteles a{
	background: url(../images/ui/bg-tab-hoteles.jpg) bottom repeat-x;
}

li.tab-mascrucero a{
	background: url(../images/ui/tab-mascruero.jpg) bottom repeat-x;
}



/*

.nav-tabs li{
	margin:0 -2px -2px 0;
	border: 0px;
}

.nav-tabs li a{
	color:white;
	border:0px;
	
}

.nav-tabs li a:hover{
	color:white;
}

.nav-tabs > li.active a{
	color:#c54f00;
}

.nav-tabs > li.active a:hover{
	color:white;
}
*/


.tab-content #pasajes{
	background: url(../images/ui/tri-bg.jpg) no-repeat top center;
	padding: 20px;
}

.tab-content #hoteles{
	background: #c54e00;
	background: -moz-linear-gradient(top,  #c54e00 0%, #ee8100 100%);
	background: -webkit-linear-gradient(top,  #c54e00 0%,#ee8100 100%);
	background: linear-gradient(to bottom,  #c54e00 0%,#ee8100 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c54e00', endColorstr='#ee8100',GradientType=0 );
	padding: 20px;
}

.tab-content #mascrucero{
	background: url(../images/ui/bg-mascrucero.jpg) no-repeat top center;
	padding: 20px;
}

.nav-tabs > li.tab-pasajes a{
	background: url(../images/ui/bg-tab-pasajes.jpg) repeat-x;
	color:#c54f00;
}

/*BOTON*/

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-top: 8px;
  font-size: 18px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 2px solid #c54f00;
  border-radius: 7px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn.bigbtn{
	font-size: 24px;
	padding:12px 25px 12px 25px;
	width: 100%;
	font-weight:bold;
	letter-spacing: 0,25em;
	color:white;
	background: #ed8100;
	background: -moz-linear-gradient(top,  #ed8100 0%, #c54f00 100%);
	background: -webkit-linear-gradient(top,  #ed8100 0%,#c54f00 100%);
	background: linear-gradient(to bottom,  #ed8100 0%,#c54f00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed8100', endColorstr='#c54f00',GradientType=0 );
	text-shadow:1px 1px 3px rgba(0,0,0,0.5);
}

.btn.bigbtn:hover{
	color:white;
	background: #c75200;
	background: -moz-linear-gradient(top,  #c75200 0%, #9c2800 100%);
	background: -webkit-linear-gradient(top,  #c75200 0%,#9c2800 100%);
	background: linear-gradient(to bottom,  #c75200 0%,#9c2800 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c75200', endColorstr='#9c2800',GradientType=0 );
	border-color: #9c2800;
	text-shadow:2px 2px 3px rgba(0,0,0,0.5);
}

.btn.masinfo{
    font-size: 16px;
    padding:10px 15px 8px 15px;
    width: 100%;
    font-weight:bold;
    letter-spacing: 0,25em;
    color:#ee8200;
    background:#fff;
    text-transform: uppercase;
    border-color:#ffcf00;
    margin-bottom: 10px;
    transition: all 0.25s;
}

.btn.masinfo:hover{
	background-color: #ee8200;
	color:white;
}

.btn.masinfo-promo{
	font-size: 16px;
	padding:10px 15px 8px 15px;
	width: auto;
	font-weight:normal;
	letter-spacing: 0,25em;
	text-transform: uppercase;
	margin-top: 10px;
	transition: all 0.25s;
	color:white;
	background: #ed8100;
	background: -moz-linear-gradient(top,  #ed8100 0%, #c54f00 100%);
	background: -webkit-linear-gradient(top,  #ed8100 0%,#c54f00 100%);
	background: linear-gradient(to bottom,  #ed8100 0%,#c54f00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed8100', endColorstr='#c54f00',GradientType=0 );
	text-shadow:1px 1px 3px rgba(0,0,0,0.5);
}

.btn.masinfo-promo:hover{
	background: #c75200;
	background: -moz-linear-gradient(top,  #c75200 0%, #9c2800 100%);
	background: -webkit-linear-gradient(top,  #c75200 0%,#9c2800 100%);
	background: linear-gradient(to bottom,  #c75200 0%,#9c2800 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c75200', endColorstr='#9c2800',GradientType=0 );
	border-color: #9c2800;
	text-shadow:2px 2px 3px rgba(0,0,0,0.5);
}


/*BOOTSTRAP Media Querie Adicional*/

.col-xxs-1, .col-xxs-2, .col-xxs-3, .col-xxs-4,
.col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8,
.col-xxs-9, .col-xxs-10, .col-xxs-11, .col-xxs-12 {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

@media (max-width: 480px) {
    .col-xxs-1,
    .col-xxs-2,
    .col-xxs-3,
    .col-xxs-4,
    .col-xxs-5,
    .col-xxs-6,
    .col-xxs-7,
    .col-xxs-8,
    .col-xxs-9,
    .col-xxs-10,
    .col-xxs-11 {
        float: left;
    }

    .col-xxs-1 {
        width: 8.333333333333332%;
    }

    .col-xxs-2 {
        width: 16.666666666666664%;
    }

    .col-xxs-3 {
        width: 25%;
    }

    .col-xxs-4 {
        width: 33.33333333333333%;
    }

    .col-xxs-5 {
        width: 41.66666666666667%;
    }

    .col-xxs-6 {
        width: 50%;
    }

    .col-xxs-7 {
        width: 58.333333333333336%;
    }

    .col-xxs-8 {
        width: 66.66666666666666%;
    }

    .col-xxs-9 {
        width: 75%;
    }

    .col-xxs-10 {
        width: 83.33333333333334%;
    }

    .col-xxs-11 {
        width: 91.66666666666666%;
    }

    .col-xxs-12 {
        width: 100%;
    }

    .col-xxs-push-1 {
        left: 8.333333333333332%;
    }

    .col-xxs-push-2 {
        left: 16.666666666666664%;
    }

    .col-xxs-push-3 {
        left: 25%;
    }

    .col-xss-push-4 {
        left: 33.33333333333333%;
    }

    .col-xxs-push-5 {
        left: 41.66666666666667%;
    }

    .col-xxs-push-6 {
        left: 50%;
    }

    .col-xxs-push-7 {
        left: 58.333333333333336%;
    }

    .col-xxs-push-8 {
        left: 66.66666666666666%;
    }

    .col-xxs-push-9 {
        left: 75%;
    }

    .col-xxs-push-10 {
       left: 83.33333333333334%;
    }

    .col-xxs-push-11 {
       left: 91.66666666666666%;
    }

    .col-xxs-pull-1 {
        right: 8.333333333333332%;
    }

    .col-xxs-pull-2 {
        right: 16.666666666666664%;
    }

    .col-xxs-pull-3 {
        right: 25%;
    }

    .col-xxs-pull-4 {
        right: 33.33333333333333%;
    }

    .col-xxs-pull-5 {
        right: 41.66666666666667%;
    }

    .col-xxs-pull-6 {
        right: 50%;
    }

    .col-xxs-pull-7 {
        right: 58.333333333333336%;
    }

    .col-xxs-pull-8 {
        right: 66.66666666666666%;
    }

    .col-xxs-pull-9 {
        right: 75%;
    }

    .col-xxs-pull-10 {
        right: 83.33333333333334%;
    }

    .col-xxs-pull-11 {
        right: 91.66666666666666%;
    }

    .col-xxs-offset-1 {
        margin-left: 8.333333333333332%;
    }

    .col-xxs-offset-2 {
        margin-left: 16.666666666666664%;
    }

    .col-xxs-offset-3 {
        margin-left: 25%;
    }

    .col-xxs-offset-4 {
        margin-left: 33.33333333333333%;
    }

    .col-xxs-offset-5 {
        margin-left: 41.66666666666667%;
    }

    .col-xxs-offset-6 {
        margin-left: 50%;
    }

    .col-xxs-offset-7 {
        margin-left: 58.333333333333336%;
    }

    .col-xxs-offset-8 {
        margin-left: 66.66666666666666%;
    }

    .col-xxs-offset-9 {
        margin-left: 75%;
    }

    .col-xxs-offset-10 {
        margin-left: 83.33333333333334%;
    }

    .col-xxs-offset-11 {
        margin-left: 91.66666666666666%;
    }
} 

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 320px) {


	li.tab-hoteles a{
		display:inline-block;
	}

	li.tab-mascrucero a{
		display:inline-block;
	}
	
	.nav-tabs > li > a {
		padding: 10px 30px 10px 30px;
	}

}


/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
	
	
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	
	li.tab-hoteles a{
		display:inline-block;
	}

	li.tab-mascrucero a{
		display:inline-block;
	}
	
	.nav-tabs > li > a {
		padding: 10px 30px 10px 30px;
	}

	
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	
	.nav-tabs > li > a {
		padding: 10px 70px 10px 70px;
	}

	
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	

}