@font-face{
	font-family: gothamThin;
	src: url("GothamHTF/GothamHTF-Thin.otf");
}
@font-face{
	font-family: gothamMedium;
	src: url("GothamHTF/GothamHTF-Medium.otf");
}
@font-face{
	font-family: gothamBold;
	src: url("GothamHTF/GothamHTF-Bold.otf");
}
body, html{
	background-image:url("../img/bg.png");
	background-attachment:fixed;
	padding: 0px;
	margin: 0px;
	font-family: gothamMedium;
}
a{
	text-decoration:none;
	color:#000;
}
.clear{
	clear:both;
}
.center{
	margin-left:auto;
	margin-right:auto;
}
#logoBar{
	background-color:black;
	background-image:url("../img/bg_head.png");
	width: 100%;
	min-width:1000px;
	height: 85px;
}
#logoBarContainer{
	background-color:black;
	background-image:url("../img/bg_head.png");
	background-repeat:repeat-x;
	width:1000px;
}

.relative{
	position: relative;
}

#logo{
	float:left;
	top: 15px;
}

#slogan{
	float:right;
	top: 33px;
}
#menu{
	background-color:#21B7D8;
	width:1000px;
	height:35px;
	z-index:100;
}
#menu ul{
	float:left;
	width:100%;
	padding:0;
	margin:11px 0px 0px 7px;
	list-style-type:none;
}
#menu ul li{
	display:inline;
}
#menu ul li a{
	font-family:gothamMedium;
	font-size:11px;
	float:left;
	width:119px;
	text-decoration:none;
	text-align:center;
	color:white;
	border-right:1px solid white;
}
#menu ul li a.active, #menu ul li a:hover{
	background-image:url("../img/estrella_izq_menu.png"), url("../img/estrella_der_menu.png");
	background-repeat:no-repeat;
	background-position: top left, top right;
}
#menu ul li a.last{
	border-right:0px;
}
.left{
	float:left;
}
.right{
	float:right;
}
#main{
	width:1000px;
	margin-bottom:40px;
}
.triangleBottomLeft{
    width:0; 
    height:0; 
    border-right:160px solid transparent;
    border-top:20px solid transparent;
    border-left:160px solid #993216;
    border-bottom:20px solid #993216;
	z-index:10;
	position:absolute;
	top:45px;
	left:15px;
}
.triangleTopRight{
    width:0; 
    height:0; 
    border-right:5px solid #07252B;
    border-top:5px solid #07252B;
    border-left:5px solid transparent;
    border-bottom:5px solid transparent;
	position:relative;
	top:35px;
}
.camposContainer{
	background-color:#EF5B30;
	width: 320px;
	height: 340px;
	z-index:12;
	position:absolute;
	top:85px;
	left:15px;
	padding-top:10px;
}
.camposContainer .searchSelection ul{
	float:left;
	width:100%;
	padding:0;
	margin:0px 0px 20px 0px;
	list-style-type:none;
}
.camposContainer .searchSelection ul li{
	display:inline;
}
.camposContainer .searchSelection ul li a{
	font-family:gothamMedium;
	font-size:11px;
	float:left;
	width:79px;
	height:45px;
	text-decoration:none;
	color:white;
	border-right:1px solid white;
	position:relative;
}
.camposContainer .searchSelection ul li a span{
	text-align:center;
	position:absolute;
	bottom:-15px;
}
.camposContainer .searchSelection ul li a:hover{
}
.camposContainer .searchSelection ul li a.avion{
	background-image:url("../img/avion_icon.png");
	background-repeat:no-repeat;
	background-position: center bottom;
}
.camposContainer .searchSelection ul li a.avion span{
	left:18px;
}
.camposContainer .searchSelection ul li a.hotel{
	background-image:url("../img/hotel_icon.png");
	background-repeat:no-repeat;
	background-position: center bottom;
}
.camposContainer .searchSelection ul li a.hotel span{
	left:12px;
}
.camposContainer .searchSelection ul li a.auto{
	background-image:url("../img/auto_icon.png");
	background-repeat:no-repeat;
	background-position: center bottom;
}
.camposContainer .searchSelection ul li a.auto span{
	left:20px;
}
.camposContainer .searchSelection ul li a.mapa{
	background-image:url("../img/mas_icon.png");
	background-repeat:no-repeat;
	background-position: center bottom;
}
.camposContainer .searchSelection ul li a.mapa span{
	left:23px;
}
.camposContainer .searchSelection ul li a.last{
	border-right:0px;
}
.hLine{
	width:100%;
	height:2px;
	background-color:#F38362;
}
#reservacionForm{
	padding:10px 15px 10px 15px;
}
#reservacionForm label{
	color: #FEE539;
	font-size:11px;
}
#reservacionForm .rTipos{
	margin-bottom:15px;
}
	#reservacionForm .rTipos input{
		margin-right:8px;
	}
	#reservacionForm .rInfo label{
		margin:0px 8px 10px 0px;
	}
	#reservacionForm .rInfo input{
		margin:0px 8px 10px 0px;
	}
.buscadorAmarillo{
	background-color: #FEE539;
	width: 185px;
	height: 350px;
	z-index: 11;
	position:absolute;
	top:15px;
	left:0px;
}
.buscadorAmarillo div{
}
.buscadorAmarillo .reserva{
	font-family:gothamBold;
	font-size:17px;
	color:#993216;
	margin:15px 0px 0px 15px;
}
.buscadorAmarillo .enLinea{
	font-family:gothamBold;
	font-size:28px;
	color:#993216;
	margin:0px 0px 0px 15px;
}
#buscadorContainer{
	position: relative;
	top:-15px;
	left:10px;
}
#chat{
	//background-color:black;
	width:640px;
	height:70px; 
	text-align:right;
}
#chat > img{
	position:relative;
	top:20px;
}
#lowerContainer{
	width:100%;
	padding-bottom:0px;
	margin-top:-85px;
	text-align:center;
}
#lowerContainer.ocasiones{
	margin-top:60px !important;
}
#sliderContainer2{
	//background-color:green;
	width:975px;
	height:350px;
	float:right;
	margin-bottom:20px;
}
.logo_ocasion{
	margin-top:8px;
	margin-bottom:20px;
}
	.logo_ocasion.bodas img{
		display:block;
		width:180px;
		height:42px;
	}
	.logo_ocasion.bodas div{
		float:right;
		width:450px;
		height:5px;
		margin-top:-10px;
		background-color:#ffc0a4;
	}
	.logo_ocasion.grupos img{
		display:block;
		width:180px;
		height:41px;
	}
	.logo_ocasion.grupos div{
		float:right;
		width:450px;
		height:5px;
		margin-top:-10px;
		background-color:#f2b124;
	}
	.logo_ocasion.despedidas img{
		display:block;
		width:180px;
		height:43px;
	}
	.logo_ocasion.despedidas div{
		float:right;
		width:450px;
		height:5px;
		margin-top:-10px;
		background-color:#ffe716;
	}
	.logo_ocasion.graduaciones img{
		display:block;
		width:295px;
		height:41px;
	}
	.logo_ocasion.graduaciones div{
		float:right;
		width:335px;
		height:5px;
		margin-top:-10px;
		background-color:#509009;
	}
.titulo{
	font-family:gothamBold;
	font-size:45px;
	line-height:45px;
	letter-spacing: -2px;
	text-transform:uppercase;
}
	.titulo_vegas span{
		background-color:#92fdfa;
	}
	.titulo_cancun span{
		background-color:#16ff68;
	}
#searchResults{
	width:640px;
}
#searchResults .offer{
	width:100%;
	height:100px;
	margin-top:10px;
}
#searchResults .offer > div{
	height:100%;
	float:left;
}
#searchResults .offer .image{
	width:100px;
}
#searchResults .offer .image img{
	width:100%;
	height:100%;
}
#searchResults .offer .content{
	width:370px;
}
#searchResults .offer .content .title{
	font-size:14px;
	color:#f2b124;
	padding-top:3px;
	padding-left:5px;
}
	.bodas_searchResults .offer .content .title{
		color:#ffc0a4 !important;
	}
	#searchResults.grupos .offer .content .title{
		color:#f2b124 !important;
	}
	#searchResults.despedidas .offer .content .title{
		color:#f25a24 !important;
	}
	#searchResults.graduaciones .offer .content .title{
		color:#509009 !important;
	}
#searchResults .offer .content .description{
	color:#f25a24;
	font-size:13px;
	padding-top:10px;
	padding-left:5px;
}
	.bodas_searchResults .offer .content .description{
		color:#ca1019 !important;
	}
	#searchResults.grupos .offer .content .description{
		color:#f25a24 !important;
	}
	#searchResults.despedidas .offer .content .description{
		color:#f13ca5 !important;
	}
	#searchResults.graduaciones .offer .content .description{
		color:#76bf26 !important;
	}
#searchResults .offer .rate{
	width:170px;
	text-align:right;
	color:#00bce4;
}
#searchResults .offer .rate .stars{
	padding-top:45px;
}
#searchResults .offer .rate .price{
	font-family:gothamBold;
}
#searchResults .offer .rate .deal{
	text-transform:uppercase;
	font-size:8px;
}
#paginator{
	width:100%;
	margin-top:20px;
	margin-bottom:20px;
}
	#paginator.bodas{
		color:#ca1019 !important;
	}
	#paginator.grupos{
		color:#f25a24 !important;
	}
	#paginator.despedidas{
		color:#f640ab !important;
	}
	#paginator.graduaciones{
		color:#76bf26 !important;
	}
#paginator  > div{
	float:left;
}
#paginator .back{
	width:150px;
	text-align:left;
	cursor:pointer;
}
#paginator .back span{
	position:relative;
	bottom:6px;
	font-size:17px;
	letter-spacing:-1px;
}
#paginator .pages{
	width:340px;
	text-align:center;
}
#paginator .pages > div{
	margin-left:100px;
}
#paginator .pages div > div{
	float:left;
	width:22px;
	height:22px;
	margin-right:5px;
	cursor:pointer;
}
#paginator.vegas .pages div > div.active, #paginator.vegas .pages div > div:hover{
	background-image:url('../img/active_page_vegas.png');
}
#paginator.cancun .pages div > div.active, #paginator.cancun .pages div > div:hover{
	background-image:url('../img/active_page_cancun.png');
}
#paginator.bodas .pages div > div.active, #paginator.bodas .pages div > div:hover{
	background-image:url('../img/active_page_bodas.png');
}
#paginator.grupos .pages div > div.active, #paginator.grupos .pages div > div:hover{
	background-image:url('../img/active_page_grupos.png');
}
#paginator.despedidas .pages div > div.active, #paginator.despedidas .pages div > div:hover{
	background-image:url('../img/active_page_despedidas.png');
}
#paginator.graduaciones .pages div > div.active, #paginator.graduaciones .pages div > div:hover{
	background-image:url('../img/active_page_graduaciones.png');
}
#paginator .next{
	width:150px;
	text-align:right;
	cursor:pointer;
}
#paginator .next span{
	position:relative;
	bottom:6px;
	font-size:17px;
	letter-spacing:-1px;
}
#banner_ocasiones{
	width:100%;
	height:25px;
	text-align:center;
	padding-top:6px;
}
	#banner_ocasiones.bodas{
		color:#ffc0a4;
		background-color:#ca1019;
	}
	#banner_ocasiones.grupos{
		color:#fff;
		background-color:#f25a24;
	}
	#banner_ocasiones.despedidas{
		color:#fff;
		background-color:#f640ab;
	}
	#banner_ocasiones.graduaciones{
		color:#fff;
		background-color:#76bf26;
	}
#lowerMenu{
	width:100%;
	position:fixed;
	bottom:-5px;
	left:30px;
	z-index:1000;
}
#lowerMenu a{
	margin-right:-30px;
}
#menuExtra{
	width:100%;
	font-size:10px;
	text-align:left;
	margin-left:25px;
	margin-top:80px;
}
#lowerContainer.ocasiones #menuExtra{
	margin-top:0px !important;
}
#sliderContainer.ocasiones{
	margin-top:60px;
}
#reservacionPersonalizada{
	width:100%;
	color:white;
}
	#reservacionPersonalizada.bodas{
		background-color:#ffc0a4;
	}
	#reservacionPersonalizada.graduaciones{
		background-color:#c0e09b;
	}
	#reservacionPersonalizada.grupos{
		background-color:#f8b39b;
	}
	#reservacionPersonalizada.despedidas{
		background-color:#fac9e6;
	}
#reservacionPersonalizada input, #reservacionPersonalizada textarea{
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	border:solid 1px white;
}
#reservacionPersonalizada .inner{
	padding:15px;
}
#reservacionPersonalizada .inner .title{
}
#reservacionPersonalizada .inner .formulario, #reservacionPersonalizada .inner .formulario label{
	max-width:600px;
	font-size:13px;
}
#reservacionPersonalizada .inner .formulario div{
	margin:10px 0px 10px 0px;
}
/* Matches the direct descendant of a label preceded by a 
   radio button */
/*input[type="radio"] + label > span {
  position: relative;
  border-radius: 14px;
  width: 20px;
  height: 20px;
  background-color: #f0f0f0;
  border: 1px solid #bcbcbc;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
  margin: 0 0 0 0;
  display: inline-block;
  vertical-align: middle;
}

input[type="radio"] {
   position:absolute;
   opacity: 0;
   -moz-opacity: 0;
   -webkit-opacity: 0;
   -o-opacity: 0;
}
input[type="radio"] + label {
   position:relative;
   padding: 0 0 0 20px;
   font-size: 16px;
   line-height: 16px;
}
input[type="radio"] + label:before {
	content:'';
   display:block;
   position:absolute;
   top:2px;
   height: 14px;
   width: 14px;
   background: white;
   border: 1px solid white;
   box-shadow: inset 0px 0px 0px 2px white;
   -webkit-box-shadow: inset 0px 0px 0px 2px white;
   -moz-box-shadow: inset 0px 0px 0px 2px white;
   -o-box-shadow: inset 0px 0px 0px 2px white;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   -o-border-radius: 8px;
}
input[type="radio"]:checked + label:before {
   background: #ef8700;
}*/
.hrAzul{
	width:98%;
	height:3px;
	background-color:#00bce4;
	margin:20px 0px 20px 25px;
}
#copyright{
	font-size:10px;
	color:#767576;
}
#social{
	position:fixed;
	z-index:1000;
	bottom:0px;
}
#social img{
	width:25px;
	height:25px;
}
#contacto{
	position: relative;
	top:0px;
	left:10px;
	height:290px;
	width:330px;
	background-color:rgba(255, 255, 255, .7);
	padding-top:15px;
	margin-top:10px;
}
#contacto .inner div.title{
	font-family:gothamBold;
	font-size:25px;
	color:grey;
	margin-bottom:10px;
}
#contacto .inner{
	width:300px;
	margin-left:15px;
}
#contacto .inner label{
	width:160px;
	float:left;
	margin:5px 0px 5px 0px;
}
#contacto .inner input{
	width:120px;
	float:right;
}
.myButton {
	-moz-box-shadow:inset 0px 0px 0px 0px #dcecfb;
	-webkit-box-shadow:inset 0px 0px 0px 0px #dcecfb;
	box-shadow:inset 0px 0px 0px 0px #dcecfb;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #bddbfa), color-stop(1, #80b5ea));
	background:-moz-linear-gradient(top, #bddbfa 5%, #80b5ea 100%);
	background:-webkit-linear-gradient(top, #bddbfa 5%, #80b5ea 100%);
	background:-o-linear-gradient(top, #bddbfa 5%, #80b5ea 100%);
	background:-ms-linear-gradient(top, #bddbfa 5%, #80b5ea 100%);
	background:linear-gradient(to bottom, #bddbfa 5%, #80b5ea 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bddbfa', endColorstr='#80b5ea',GradientType=0);
	background-color:#bddbfa;
	-moz-border-radius:27px;
	-webkit-border-radius:27px;
	border-radius:27px;
	border:1px solid #84bbf3;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #528ecc;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #80b5ea), color-stop(1, #bddbfa));
	background:-moz-linear-gradient(top, #80b5ea 5%, #bddbfa 100%);
	background:-webkit-linear-gradient(top, #80b5ea 5%, #bddbfa 100%);
	background:-o-linear-gradient(top, #80b5ea 5%, #bddbfa 100%);
	background:-ms-linear-gradient(top, #80b5ea 5%, #bddbfa 100%);
	background:linear-gradient(to bottom, #80b5ea 5%, #bddbfa 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80b5ea', endColorstr='#bddbfa',GradientType=0);
	background-color:#80b5ea;
}
.myButton:active {
	position:relative;
	top:1px;
}
#enviarBtn{
	position:relative;
	left:500px;
	top:10px;
}
.rounded {
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:solid 0px #000;
	padding:5px 10px 5px 10px;
	cursor:pointer;
}
	div.despedidas .rounded{
		background-color:#f640ab;
	}
	div.grupos .rounded{
		background-color:#f25a24;
	}
	div.bodas .rounded{
		background-color:#ca1019;
	}
	div.graduaciones .rounded{
		background-color:#76bf26;
	}