@charset "utf-8";

article,aside,details,figcaption,figure,footer,header,hgroup,nav,section {
	display:block;
}

audio,canvas,video {
	display:inline-block;
	*display:inline;
	*zoom:1;
}

audio:not([controls]) {
	display:none;
}

[hidden] {
	display:none;
}

html {
	font-size:100%;
	overflow-y:scroll;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
	height:100%;
}

body {
	margin:0;
	font-size:13px;
	line-height:1.231;
	height:100%;
	min-width:320px;
	color:#444;
}

body,button,input,select,textarea {
	font-family: 'Cabin', arial, sans-serif;
	color:#444;
	background-color:#F4F5F8;
	font-size: 110%;
	font-weight: 300;
}

input, textarea, select {
	border:1px solid #777;
	color:#000;
	border-radius:15px;
	padding:10px;
	max-width:90%;
	width:80%;
	background-color: #fff1e5;
}

select {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding:10px;
}

input[type=checkbox] {
	width:20px;
}

input[type=submit], input[type=button]	 {
	background-color: #444;
	text-align: center;
	border:0;
	font-weight:700;
	padding:10px 20px;
	color:#FFF;
}

a {
	color:#444;
	text-decoration:none;
	cursor:pointer;
}

a:visited {
	color:#444;
}

a:hover {
	color:#000;
}

a:focus {
	outline:none;
}

a:hover,a:active {
	outline:0;
}

h1,h2,h3,h4, legend {
	color: #4f4d49;
	font-family: 'Baloo Bhai', sans-serif;
	font-weight:400;
	letter-spacing: 0.1em;
	text-shadow: 1px 1px 1px #fff6e9;
	line-height: 1em;
	margin:5px 0 10px 0;
	padding:0;
}
h3, h4 {
	color: #444;
}
h1{font-size:260%}
h2{font-size:180%}
h3{font-size:120%}
h4{font-size:105%}

p{
	text-align: justify;
}
#mainContainer ol li {
	line-height: 1.4em;
	margin:10px 20px;
	text-align: justify;
	
}
abbr[title] {
	border-bottom:1px dotted;
}

b,strong {
	font-weight:700;
}

blockquote {
	margin:1em 40px;
}

dfn {
	font-style:italic;
}

hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #ccc;
	margin:1em 0;
	padding:0;
}

small {
	font-size:85%;
}

sub,sup {
	font-size:75%;
	line-height:0;
	position:relative;
	vertical-align:baseline;
}

sup {
	top:-.5em;
}

sub {
	bottom:-.25em;
}

ul,ol {
	margin:0;
	padding:0;
}

dd {
	margin:0 0 0 40px;
}

nav ul,nav ol {
	list-style:none;
	list-style-image:none;
	margin:0;
	padding:0;
}

img {
	border:0;
	-ms-interpolation-mode:bicubic;
	vertical-align:middle;
}

svg:not(:root) {
	overflow:hidden;
}

figure {
	margin:0;
}

form {
	margin:0;
}

fieldset {
	border:0;
	margin:0;
	padding:0;
}

label {
	text-align: left;
	display:block;
	margin: 0 0 5px 0;
}

legend {
	border:0;
	*margin-left:-7px;
	padding:0;
	
}

button,input,select,textarea {
	font-size:100%;
	margin:5px;
	vertical-align:baseline;
	*vertical-align:middle;
	border-radius:15px;
	padding:10px;
}

button,input {
	line-height:normal;
	*overflow:visible;
}

table button,table input {
	*overflow:auto;
}

button,input[type="button"],input[type="reset"],input[type="submit"] {
	cursor:pointer;
	-webkit-appearance:button;
	max-width:50%;
}

input[type="checkbox"],input[type="radio"] {
	box-sizing:border-box;
}

input[type="search"] {
	-webkit-appearance:textfield;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box;
	box-sizing:content-box;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance:none;
}

button::-moz-focus-inner,input::-moz-focus-inner {
	border:0;
	padding:0;
}

textarea {
	overflow:auto;
	vertical-align:top;
	resize:vertical;
}

input:invalid,textarea:invalid {
	background-color:#f0dddd;
}


table {
	border-collapse:collapse;
	border-spacing:0;
	font-size:90%;
}

td {
	vertical-align:middle;
	padding:4px 10px;
}

th {text-align: left;
	padding:4px 10px;
	background-color: #ffbf7e;
	color:#444;
	border-bottom:2px solid #F70;
	font-weight: 300;
}
legend {
	padding:20px 0 10px 0;
}

img,object,embed,video {
	max-width:100%;
}

.ie6 img {
	width:100%;
}

.clearflt {
	clear: both;
	float: none;
}

a.hilite {
	text-decoration: underline;
	font-weight: 700;
	color: #F70;
}

/* +++++++++++++++++++++++++++++++++++   COMMON STYLES    +++++++++++++++++++++++++++++++++ */


.blackout {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.6);
	z-index:100;
}

.popup_ficha {	
	position:fixed;
	left:30%;
	top:50%;
	margin-top:-125px;
	margin-left:-15%;
	
	height:220px;
	width:70%;
	padding:20px;
	background-color:#FFF;
	 
	box-shadow:2px 2px 10px 2px rgba(0,0,0,0.3);
	border-radius:4px;
	border:2px solid #ff3441;
}

.popup_ficha .cerrar {
	position:absolute;
	top:-20px;
	right:-20px;
}

.inner_pop {
	overflow-x:hidden;
	overflow-y:hidden;
	width:100%;
	height:200px;
	padding:0;
	text-align: center;
}

.inner_pop img {
	height:100%;
}

.clr {
	clear:left;
	float:none;
	content: " ";
}
.lead {
	font-size:120%;
	font-weight:400;
}
article {
	padding-top:20px;
}
	article ul {
	list-style: disc;
	margin-left:40px;
}

article ul li {
	line-height: 1.5em;
}

 #map_canvas {
	 width:100%;
	 height:500px;
 }
.videoContainer {
	position:relative;
	width:100%;
	height:0;
	padding-bottom:56.25%;
	margin:20px auto;
}

.video {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.strike {
	text-decoration: line-through;
}

#calltoaction {
	width:90%;
	max-width: 400px;
	padding:0px 0 10px 20px;
	margin:5px auto;
}

.listaparticpantes {
	
}
.listaparticpantes h3 {
	margin:6px 0 3px 0;
}

.listaparticpantes span {
	display: block;
	border:1px solid rgba(255,255,255,0.2);
	height:30px;
	margin-bottom: 2px;
	position:relative;
}
.listaparticpantes span svg {
	position:absolute;
	top:2px; 
	left:2px;
}
.listaparticpantes span a {
	display:block;
	position:absolute;
	top:5px; 
	left:30px;
}

.fb_box {
	width:560px;
	min-height:240px;
	padding:10px 20px;
	margin:20px auto 0 auto;
	background-image:url(../slides/tiles/b17.png);
	background-repeat: repeat;
	color:#FFF;
	border-top-right-radius: 40px;
	overflow: auto;
}
.btm {
	width:560px;
	padding:10px 20px;
	margin:0 auto 20px auto;
	background-color: #ff6600;
	border-bottom-left-radius: 40px;
	text-align: center;
	font-weight: 700;
	font-size:130%;
	color:#FFF;
	clear: both;
	float: none;
}

.fb_box .lhs {
	width:40%;
	float:left;
}

.fb_box .lhs img {
	width:100px;
}

.fb_box .rhs img {
	padding:10px;
	background-color: #FFF;
	border-radius: 20px;
	max-width:50%;
	min-width:120px;
	float:right;
	margin:10px;
}

.fb_box .rhs {
	width:56%;
	padding:0;
	margin:0;
	float:right;
	border:none;
}
.fb_box div h2 {
	color:#ff9900;
	text-shadow: none;
	clear:both;
}

.fb_box div h3 {
	color:#CCC;
	text-shadow: none;
}



.ofertabox {
	width:96%;
	padding:1%;
	margin:5px 1%;
	float:left;
	border:5px dashed #777;
	border-radius:15px;
	background-color:#f4f4f4;
	box-shadow: 5px 5px 13px rgba(0,0,0,0.6);
}

.ofertabox:nth-child(2n+1) {
	clear:left;
}

.ofertabox h2 {
	margin:5px;
	font-size:130%;
	color:#F70;
}

.ofertaimg {
	margin:0 0 10px 10px;
	max-width:30%;
	width:30%;
	float:right;
}

.ofertabox span.biz {
	display: block;
	padding:5px 20px;
	background-color:rgba(0,0,0,0.5);
	border-radius:15px;
	font-weight:300;
	text-align: center;
}
.ofertabox span.biz strong {
	font-weight:600;
	font-size:120%;
}


/* +++++++++++++++++++++++++++++++++++   MOBILE    +++++++++++++++++++++++++++++++++++++++++ */

#header #logo {
	position: relative;
	width:60px;
	height:50px;
}

#header #logo img {
	position: absolute;
	top:0;
	left:0;
	padding: 10px 20px
}


#header > div #infoReservas {
	height:40px;
	text-align:right;
	padding:5px 10px 30px 0;
	font-weight:400;
	font-size:140%;
	margin-top:0px;
}

#header > div #infoReservas .tel a {
	color:#ff7700;
}

#header > div #infoReservas .contact {
	display: block;
}

#header > div #infoReservas .social img {
	width:30px;
	}
	
#topImages {
	width:100%;
	margin:0 auto;
}

#topImages ul li img{
	width:100%;
}


#outerContainer {
	width:96%;
	margin:0;
	padding:0 2%;
	background-color:#fffdfb;
}

#mainContainer{
	width:96%;
	margin:0 auto;
	max-width:1400px;
}

#footer {
	border-top:1px solid #ffedd9;
	background-color: #f1f2f6;
	color:#FFF;
	padding:20px 0 10px 0;
	font-size:90%;
}

#footer div {
	width:80%;
	margin:0 auto;
	max-width:1400px;
}

#footer div p {
	text-align: center;
	font-size:120%;
	color: #F70;
}


.row {
	width:98%;
	margin:0 auto;
	clear:both;
	float:none;
	
}

.col2, .col3, .col3p, .col4 {
	width:98%;
	margin:5px auto;
	/*overflow: auto;*/
}

.col3p:nth-child(2) {
	width:68%;
	margin-left:1%;
	float:left;
}
.col3p:nth-child(3) {
	width:28%;
	margin-left:1%;
	float:left;
}




#topMenu {
	width:100%;
	overflow:visible;
	margin:0 auto;
	background:none;
	clear:both;
	float:none;
	border-top:1px solid #F70;
	border-bottom:1px solid #F70;
}

#topMenu #mobMenu {
	text-align:right;
	padding:5px 5px 5px 0;
	width:30%;
	margin:0 2% 0 68%;
}

#topMenu #mobMenu a {
	display:block;
	margin:0 0 0 10px;
	padding:4px 6px;
	text-align:center;
	color:#fff;
	font:16px 'Roboto', sans-serif;
	border-radius:5px;
	background-color:#ff7700;
}

#topMenu #linkMenu {
	display:none;
	width:96%;
	margin:0 2%;
	/* background-color:#FFF; */
}

#topMenu nav ul {
	margin:0;
	padding:0 0 0 5px;
}

#topMenu nav ul li {
	display:block;
	float:none;
	text-align:left;
	list-style:none;
}

#topMenu nav ul li a {
	color:#383838;
	font:12px  'Roboto', sans-serif;
	font-weight:400;
	text-transform: uppercase;
	text-decoration:none;
	display:block;
	padding:10px 25px;
	background:none;
	
	 -o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  /* ...and now for the proper property */
	  transition:.5s;
}

#topMenu nav ul li.activo a {
	background-color:#4c4c4c;
	color:#FFF;
}

#topMenu nav ul li a:hover {
	color:#FFF;
	background-color:#444;
}


.bottomMenu ul li a {
	color:#ff7700;
	text-decoration:none;
	cursor:pointer;
}

#loginBox {
	width:90%;
	margin:0 auto;
}
/* +++++++++++++++++++++++++++++++++++   TABLET    +++++++++++++++++++++++++++++++++++++++++ */
@media only screen and (min-width: 800px) {
	
	
	.popup_ficha {	
		height:420px;
	}
	
	.inner_pop {
		height:400px;
	}
	
	#header #logo {
		position: relative;
		width:60px;
		height:50px;
	}
	.col2, .col4 {
		width:47.5%;
		margin:5px 1%;
		float:left;
	}
		
	.col3 {
		width:32%;
		margin-left:1%;
		float:left;
	}
	
	
	.col3p:nth-child(1), .col3p:nth-child(3)  {
		width:22%;
		margin-left:0.5%;
		float:left;
	}
	.col3p:nth-child(2) {
		width:50%;
		margin-left:1%;
		float:left;
	}	
	
	

	#topMenu {
		height:75px;
	}

	#topMenu #mobMenu {
		display:none;
	}
	
	#topMenu #linkMenu {
		width:auto;
		display: block;
		float:right;
	    position:relative;
	    left:-50%;
	}
	
	#topMenu nav ul {
		list-style:none;
		position: relative;
		left:50%;
	}
	
	#topMenu > nav > ul > li {
		display:inline;
		float:left;
		position:relative;
		
	}
	#topMenu nav ul li a {
		padding:30px 25px;
	}
	
	
	/* Submenu open/close */
	#topMenu #linkMenu ul li.subMenu {
		position:relative;
	}
	
	#topMenu #linkMenu ul li.subMenu ul {
		position:absolute;
		top:60px;
		left:0;
		min-width:240px;
		z-index:9999;
		display:none;
		background-color:#4c4c4c; 
		color:#FFF;
		padding:15px 10px;
	}
	
	#topMenu #linkMenu ul li.subMenu ul li a {
		border-bottom:1px solid #999;
		padding:4px 2px;
		
		color:#FFF;
		font:12px  'Roboto', sans-serif;
		font-weight:400;
	}
	
	
	
	
	#topMenu #linkMenu ul li.subMenu ul li:last-child{
		border-bottom:none;
	}
	
	#header > div #infoReservas {
		height:30px;
		padding:0px 20px 30px 0;
	}
	
	#header > div #infoReservas .contact {
		display: inline-block;
		color:#f70;
	}

	.mainOfertas {
		width:65%;
		float:left;
		margin-right:5%;
	}
	.sideOfertas {
		width:30%;
		float:left;
	}
	
	.ofertabox {
		width:44%;
		padding:1%;
		margin:5px 1%;
		float:left;
	}
	
	.ofertabox:nth-child(2n+1) {
		clear:left;
	}
	
		
	 #map_canvas {
	 width:100%;
	 height:800px;
	
}

/* +++++++++++++++++++++++++++++++++++   STANDARD PC    +++++++++++++++++++++++++++++++++++++++++ */
@media only screen and (min-width: 800px) {
	
	#mainContainer {
		width:90%;
		margin:0 auto;
		max-width:1000px;
		padding:20px 10px;
	}
	
	.col4 {
		width:22.5%;
		margin:5px 1%;
		float:left;
	}
	
	#header #logo {
		width:80px;
		height:75px;
	}
	
	#header > div #infoReservas {
		padding:0px 0px 50px 0;
	}

	#header > div #infoReservas .social {
		display: block;
	}
}

/* +++++++++++++++++++++++++++++++++++   WIDESCREEN     +++++++++++++++++++++++++++++++++++++++++ */
@media only screen and (min-width: 1100px) {
	
	#header #logo {
		width:120px;
		height:100px;
	}
}



/* Hide these until all loaded 
#outerContainer, #topImages {display: none;}
*/
#loader {display: block;width:100%;height:600px;padding-top:300px;text-align: center;}