@charset "utf-8";

/* CSS Document */



.reservation-form{
    background-image: url("../images/form/fondo-form.png");
    background-repeat: no-repeat;
    height: 90px;
    margin-bottom: 5px;
    padding: 2px;
    width: 645px;	
	font-size:12px;
	text-align:center;
}

body#prices div.reservation-form{
    background-repeat: no-repeat;
    height: 90px;
    margin-bottom: 5px;
    padding: 2px;
    width: 645px;	
	position:relative;
	font-size:12px;
	text-align:center;
}

body#prices div#container { 
	position:relative;
}

body#prices div#container p { 
	font-size:16px;
}

.reservation-form input, .reservation-form select { 
	margin:3px 0;
}

.reservation-form p { 
	margin:3px 0;
}

body#safe #resform div.hotel{
	margin-bottom:20px;
	float: left;
}

body#safe #resform div.passengers{
	margin-bottom:20px;
	float: left;
	width: 90%;
}

body#safe #resform input#step1 { 
	float:left; 
	margin-top:45px;
	width: 100%;
}

#resform div.hotel{
	width:355px; 
	margin-bottom:20px;
}

#resform div.passengers{
	width:355px; 
	margin-bottom:20px;
}

div.button{
    -moz-border-radius: 10px 10px 10px 10px;
}

#resform input#step1 { 
	float:right; 
	margin-top:5px;
}

ul.ui-widget { 
	font-size:12px;
}

div.ui-widget {
    font-size: 12px;
}

div.hotel span.error { 
	color:#000; 
	font-size:12px;   
}

div.passengers span.error { 
	color:#000; 
	font-size:12px;  
}

body#prices div.hotel p { 
	color:#666;
}

body#prices div.passengers p { 
	color:#666;
}

body#prices .panel-default {
	border:1px solid #d32229;
	border-radius: 4px;
	margin-top: 5px;
}

body#prices .panel-heading {
	background-color: #d32229;
	color: white;
	border:1px solid #d32229;
	text-align: center;
	padding-top:0px;
	padding-bottom: 0px;
}

body#prices .panel-heading h4 {
	margin-top:5px;
	margin-bottom: 5px;
}

body#prices .panel-body p {
	color:#d32229;
	font-weight: 600;
	margin-bottom: 0px;
}

body#prices .mtb {
	margin-top: 20px;
}

body#prices .mtb ul {
	margin-left: 0px;
}

body#transportation1 input#hotelName { 
	height:35px; 
	border:1px solid #ccc; 
	border-radius:7px;
}

body#transportation1 select#pax { 
	height:37px; 
	border:1px solid #ccc; 
	border-radius:7px; 
	padding:5px;
	font-size: 16px;
}

body#transportation1 input#date { 
	height:35px; 
	border:1px solid #ccc; 
	border-radius:7px;
}

body#safe input#hotelName { 
	height:35px; 
	border:1px solid #ccc; 
	border-radius:7px;
	width: 180px;
}

body#safe select#pax { 
	height:37px; 
	border:1px solid #ccc; 
	border-radius:7px; 
	padding:5px;
	font-size: 16px;
	width: 180px;
}

body#safe input#date { 
	height:35px; 
	border:1px solid #ccc; 
	border-radius:7px;
	width: 180px;
}

body#prices input#date, input#hotelName, select#pax {
	width: 100%;
}

body#prices div.hotel{
	width:180px;
	left:210px;
	text-align:center;
	top:370px;
}

body#prices div.passengers{
	width:180px;
	left:415px;
	text-align:center;
	top:370px;
}

body#prices div.hotel p.error {
    color: red;
    left: 181px;
    top: 19px;
    width: 130px;
	color:#666;
}

hr.line-medium { 
	width:1130px; 
	color:#ccc; 
	background:#ccc; 
	height:1px; 
	border:none; 
	margin-left:15px;
}

div#container { 
	width: 700px; 
	height:50px; 
	background-image: none;
}

div#shuttle-title { 
	font-size:18px; 
	color:#666; 
	top:411px; 
	left:30px; 
	position:absolute; 
	display:none;
}

div#taxi-title { 
	font-size:18px; 
	color:#666;  
	top:411px; 
	left:30px; 
	position:absolute; 
	display:none;
}

div#private-title { 
	font-size:18px; 
	color:#666;  
	top:411px; 
	left:30px; 
	position:absolute;  
	display:none; 
}

div#vip-title { 
	font-size:18px; 
	color:#666; 
	top:411px; 
	left:30px; 
	position:absolute; 
	display:none;
}

div#limo-title { 
	font-size:18px; 
	color:#666; top:411px; 
	left:30px; 
	position:absolute; 
	display:none;
}

#select-instruction { 
	width:254px; 
	margin:0 auto; 
	background-image:url(../images/form/select-service.png); 
	background-repeat:no-repeat; 
	text-align:center; 
	color: #FFF; 
	font-size:14px; 
	margin-left:20px; 
	height:46px; 
	padding-top:15px;
}

#service-select { 
	width: 100%;
	float:left;
}

#service-select ul { 
	list-style: none;
}

#service-select ul li { 
	width:32.5%; 
	height:100%; 
	cursor:pointer; 
	border:1px solid #ccc; 
	border-radius: 5px;
}

#service-select h3 {
	font-size: 16px; 
	text-align: center;
	margin-top: 5px;
}

#service-select ul li:hover { 
	cursor:pointer; 
/*	background-image:url(../images/form/hover.png); */
	background-repeat:no-repeat;
}

#service-select ul li.shuttle-box { 
	margin-right:10px;
}

#service-select ul li.taxi-box { 
	margin-right:10px;
}

#service-select ul li.private-box { 
	margin-right:10px; 
}

#service-select ul li.vip-box {}

.service-box-active { 
	background:#ccc; 
	border-radius:5px;
}

.service-box-hover { 
	background:#ccc; 
	border-radius:5px;
}

/*.service-box-inactive { background-image: none;}*/

div#step2-form div#service-select p { 
	margin-top:-17px; 
	text-align:center;
}

#shuttle-service p { 
	text-align:center; 
	font-weight:bold; 
	font-size:12px;  
	color:#FFF; 
	background-color: #198bba; 
	border-radius: 0px 0px 5px 5px; 
	margin-bottom: 0px;
}

#economical-service p { 
	text-align:center; 
	font-weight:bold; 
	font-size:12px;  
	color:#FFF; 
	background-color:#f3a31e; 
	border-radius: 0px 0px 5px 5px; 
	margin-bottom: 0px;
	margin-top: 2px;
}

#private-service p { 
	text-align:center; 
	font-weight:bold; 
	font-size:12px;  
	color:#FFF; 
	background-color:#812267; 
	border-radius: 0px 0px 5px 5px; 
	margin-bottom: 0px;
	margin-top: 2px;
}

#vip-service p { 
	text-align:center; 
	font-weight:bold; 
	font-size:12px;   
	color:#FFF; 
	background-color:#99ca3c; 
	border-radius: 0px 0px 5px 5px; 
	margin-bottom: 0px;
	margin-top: 2px;
}

#bus-service p {  
	text-align:center; 
	font-weight:bold; 
	font-size:12px;   
	color:#FFF;
}

#limo-service p {  
	text-align:center; 
	font-weight:bold; 
	font-size:12px;   
	color:#FFF;
}

#service-info { 
	width: 99.8%; 
	height:auto; 
	margin:5px 0px; 
	position:relative; 
	float:left; 
	border:1px solid #ccc; 
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;  
	padding: 10px;
	background-color: #fff;
}

#service-info h4 {
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
}

.description-service { 
	width:95%; 
	font-size:11px; 
	color:#333; 
	text-align:justify;
}

.description-service p {
	font-size: 14px;
}

.description-service-private { 
	position:absolute; 
	top:10px; 
	left:10px; 
	width:97%; 
	font-size:11px; 
	color:#333; 
	text-align:justify;
	padding:10px; 
	border:1px solid #ccc; 
	border-radius:8px;
}

.description-service-vip { 
	position:absolute; 
	top:10px; 
	left:10px; 
	width:97%; 
	font-size:11px; 
	color:#333; 
	text-align:justify;
	padding:10px; 
	border:1px solid #ccc; 
	border-radius:8px;
}

.description-service-vip p{
	margin-bottom: 0px;
	font-size: 14px;
}

.description-service-private p{
	margin-bottom: 0px;
	font-size: 14px;
}

.description-service img { 
	float:left; 
	margin-right:10px; 
	margin-bottom:10px;
}

#text-paypal { 
	width:685px; 
	height:60px; 
	left:13px; 
	top:665px; 
	position:absolute; 
	display:none;
}

.bottom-paypal { 
	margin:0 auto; 
	margin-top:5px; 
	text-align:center; 
	background:#f69b42; 
	height:28px; 
	width:90%; 
	border-radius:5px;  
	font-size:15px; 
	color:#fff; 
	padding-top:3px; 
	font-weight:bold;
	margin-bottom: 8px;
}

.bottom-paypal:hover { 
	color:#000; 
	cursor:pointer;
}

#service-info-shuttle { 
	display: block; 
	width:100%; 
	margin:0 auto; 
	height:100%; 
	text-align: center;
	margin-bottom: 10px;
}

#service-info-shuttle h2 { 
	font-size:26px; 
	color:#666; 
	margin-left:20px; 
	margin-top:5px;  
	text-align: left;
}

#service-info-shuttle .price-one-way, #service-info-shuttle .price-round-trip { 
	position: relative;
}

#service-info-taxi { 
	width:100%; 
	margin:0 auto; 
	height:100%;  
	display:none; 
	text-align: center;
	margin-bottom: 10px;
}

#service-info-taxi h2 { 
	  font-size: 21px;
    color: #fff;
    margin-top: 0px;
    text-align: center;
    background: #f69b42;
    border-radius: 9px 9px 0px 0px;
    padding: 5px;
}

#service-info-private { 
	display: block; 
	width:100%; 
	margin:0 auto; 
	height:100%;  
	text-align: left;
	margin-bottom: 10px;
}

#service-info-private h2 {
    font-size: 21px;
    color: #fff;
    margin-top: 0px;
    text-align: center;
    background: #f69b42;
    border-radius: 9px 9px 0px 0px;
    padding: 5px;
}

#service-info-vip { 
	width:100%; 
	margin:0 auto; 
	height:100%; 
	display:block; 
	text-align:left;
	margin-bottom: 10px;
}

#service-info-vip  h2 { 
	font-size: 21px;
    color: #fff;
    margin-top: 0px;
    text-align: center;
    background: #f69b42;
    border-radius: 9px 9px 0px 0px;
    padding: 5px;
}

.image-service { 
	width:100%; 
	height:330px; 
	margin-left:2px; 
	margin-top:50px;
}

.content-information { 
	width:98%; 
	height:365px; 
	float:left; 
	margin-left:4px; 
	margin-top:10px; 
}

.information { 
	width:99%; 
	float:left;
	margin-top:15px;
}

ul.description { 
	font-size:11px; 
	margin-left:0px; 
	margin-top:5px;
	margin-bottom: 0px;
	text-align: left;
	padding-left: 0px;
}

ul.description li { 
	list-style:disc; 
	color:#333;
}

hr.line-info { 
	width:99%; 
	color:#ccc; 
	background:#ccc; 
	height:1px; 
	border:none; 
	margin:0 auto; 
	margin-left:7px;
}

.select-reservation { 
	float:left; 
	width:99%; 
	height:115px;
}

.select-reservation h3 { 
	font-size:18px; 
	color:#666; 
	padding:10px;
}

.price-one-way {
	text-align:center; 
	margin-top:5px; 
	margin-bottom: 5px;
	border:1px solid #ccc; 
	border-radius:10px;
}

.price-one-way h4 { 
	font-size:13px; 
	color:#666; 
	font-weight:bold; 
	margin-top:5px;
}

.price-one-way h5 { 
	font-size:13px; 
	margin-top:5px;
	color: black;
}

.price-round-trip {
    text-align: center;
    margin-top: 23px;
    border: 1px solid #f69b42;
    border-radius: 10px;
    background: #fff;
    box-shadow: 4px 4px 4px #666;
}

.price-round-trip h4 { 
	font-size:13px; 
	color:#666; 
	font-weight:bold; 
	margin-top:5px;
}

.price-round-trip h5 { 
	font-size:13px; 
	margin-top:5px;
	color: black;
}

.text-info { 
	font-size:10px; 
	color:#333; 
	margin-top:5px; 
	font-weight:bold;
	margin-bottom: 0px;
	line-height: 10px;
}

.price { 
	font-size:26px; 
	font-weight:bold;
	margin-bottom: 5px; 
}

p.text-bus { 
	font-size:14px; 
	margin-top:22px;
}

p.text-shuttle { 
	margin-top:14px;
}

p.text-taxi { 
	margin-top:12px;
}

p.text-private { 
	margin-top:12px;
}

p.text-vip { 
	margin-top:12px;
}

/* form-old-styles */

#reservation-form { 
	overflow:hidden; 
	width:940px; 
	font-size:12px; 
	font-weight:bold 
}

#reservation-form p{ 
	margin:3px 0; 
	font-size:12px; 
	color:#333;
}

	#reservation-form fieldset { 
		height:122px; 
		position:relative; 
		z-index:20;
	}

	#reservation-form h3 { 
		color:#FF6C11; 
		font-size:20px;
	}

	#container { 
		width:645px; 
		padding:2px; 
		margin-bottom:5px; 
		background-image:url(../images/form/fondo-form.png); 
		background-repeat:no-repeat; 
		height:90px; 
	}

	#hotel-input { 
		width:210px;  

	}

		#hotel-name { 
			float:left; 
			width:210px; 
			margin-top:1px;  
			height:102px;
		}

		#hotel-name p{ 
			text-align:center;
		}

		#other-hotel { 
			float:left; 
			width:210px; 
			position:relative; 
			right:2px; height:40px; 
			margin-top:-52px; 
			margin-left:2px; 
			margin-top:-61px; 
			background-color:#EAEAEA;  
		}

		#other-hotel { 
			display:none;
		}

	#pax-div { 
		width:210px; 
		margin-top:6px; 
		position:absolute; 
		left:214px; 
		height:102px;
	}

		#pax-div p { 
			text-align:center;
		}

		#pax-div selec { 
			width:150px;
		}

		#pax-div label { 
			text-align:center;
		}

		select#pax { 
			width:180px;
		}	

	#reservation-date { 
		height: 44px;
		padding-left: 10px;
		text-align: left;
		width:215px;
		display:inline-block;
		font-size:14px;
		color:#fff;
	}

	body#prices #reservation-date { 
		height: 34px;
		padding-left: 0px;
		text-align: left;
		width:230px;
		display:inline-block;
		font-size:16px;
		color:#333;
		margin-top: 25px;
		border: 1px solid #ccc;
		border-radius: 3px;
		float: left;
		margin-right: 90px;
	}

	    #reservation-date p { 
	    	font-size:11px; 
	    	color:#fff; 
	    	margin-left:10px;
	    }

		body#prices #reservation-date h5 { 
			font-size:16px; 
			color:#666; 
			margin-left:10px;
			margin-bottom: 5px;
		}

		#reservation-date p#date { 
			color:#333;
		}

	
	.fieldDiv { 
		text-align:center; 
		margin-top:5px; 
		height:50px;
	}

span.price { 
	font-size:14px; 
	color: #000; 
	cursor:pointer; 
	text-decoration:underline; 
	margin:0 auto -10px; 
	display:block; 
	font-weight:bold; 
}

span.inactive-price { 
	font-size:14px; 
	color:#000; 
	margin:0 auto -10px; 
	display:block; 
	font-weight:bold;
}

span.small-text { 
	font-size:9px; 
	font-weight:normal; 
	line-height:12px;
}

div#tabs img { 
	float:left; 
	margin-right:8px;
}

.ui-tabs .ui-tabs-panel { 
	overflow:auto; 
}

span.hotSpan { 
	font-weight:bold;
} 

span#destSpan { 
	font-weight:bold; 
	text-transform:capitalize;
} 

.side-header {}

.note {
	float:left; 
	width:910px; 
}

div#step2-form div.note p { 
	text-align:left; 
	margin:0; 
	margin-top:5px;
}

#tabs-6 {
	overflow:hidden;
}



/* Datepicker */

div#ui-datepicker-div { 
	z-index:200; 
	font-size:12px;
}

.ui-dialog .ui-dialog-content { 
	font-size:12px;
}

.ui-menu .ui-menu-item a { 
	z-index:200;font-size:12px;
}

/*Avisos para los clientes que hagan reservaciones a isla mujeres o cozumel*/

.imujeres-notice { 
	display:none; 
	color:red; 
	margin-top:5px; 
}

.cozumel-notice { 
	display:none; 
	color:red; 
	margin-top:5px; 
}

#elitepass {
	float:left; 
	width:720px; 
	display:block; 
	text-align:center; 
	margin-left:30px; 
	margin-right:30px;
}

#elitepass p { 
	color:#F00; 
	font-weight:bold; 
	font-size:12px; 
}

#elitepass img { 
	float:left; 
	margin-right:5px;
}

#content-input {
	position: relative;
}

.credit-card {  
	font-size:12px; 
	background:url(../images/form/boton-card.png) no-repeat; 
	width:143px; 
	float:left; 
	height:25px; 
	color:#FFF; 
	font-weight:bold; 
	line-height:20px; 
}

.credit-card:hover { 
	cursor:pointer; 
	color:#000;
}

.shuttle-validation { 
	margin-top: 0; 
	text-align: center;
}

.shuttle-validation label { 
	font-weight: bold; 
	font-size: 12px; 
	margin:5px 0; 
	display: inline-block;
}

.shuttle-validation input { 
	border: 1px solid #ccc; 
}

.sv-error {
    color: #FF0000;
    display: none;
    font-size: 12px;
    margin-top: 5px;
    text-align: center;
}

.shuttle-validation fieldset {
	height: auto;
}

.shuttle-validation fieldset p {
    font-size: 12px;	
}

.pickuptime { color: red; }

body#prices input#date, select#pax {
	width: 100%;
}

body#prices input#hotelName {
	width: 100%;
}