@charset "utf-8";
body{

	background: #0061A8;

	}
header {

	background: #0061A8;

	color:#fff;

}



.main {

	

}



.color1 {

	background: #34495e;

	color:#fff;

}



aside {

	;

	color:#fff;

}
aside-1 {

	;

	color:#fff;

}
.aside {

	;

	color:#fff;

}

footer {

	background:#16a085;

	color:#fff;

}

address {
 color:#D5EF15 }
.fusion-aligncenter {text-align:center;}

.fusion-aligncenter h1{ font-size:10px; color:#F80D11;}


.fusion-alignright {
	float: right;
	position: relative;
}
	
.padding-richt-left {
	 padding-left:10px;
	 padding-right:10px;}

.childcontent { padding: 16px; }
 .childcontent .gkcol { width: 200px; }

.gkMainMenu
{ font-family: 'Montserrat', Arial, sans-serif; }

	
 .last-minute h3 
 {
	color: #FF8C12;
}
 .last-minute h4
 {
	color: #10CD02;
}
 .last-minute h5
 {
	color: #000;
}

	.last-minute a  {
	 color: #0061A8;
	 font-size:12px;}
	   .last-minute em  {
	 color: #000}
	   
	   .background-main   {
	  background: #fff;  	
	   }
	   .background-main-2   { background-image:url(../imgs/bg.menu.jpg);
	   background-repeat:repeat-x}
	   
	   .float-right {float:right;}
	   
	   .in-english{ width:30px; height:19px;
	   background-image: url(../images/in-english.png)}
	   .en-espanol{ width:30px; height:19px;
	   background-image: url(../images/en-espanol.png)}
	   .padding-top {padding-top:18px;}
/* CSS Document */
.




* {
	padding:0;
	margin:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}



section {
	padding:20px;
}

.menu_bar {
	display:none;
}

menuresponsive {
	width: 100%; 
	 
}

menuresponsive nav {
	background:#023859;
	z-index:1000;
	max-width: 1200px;
	width: 95%;
	margin:0 auto;

	
}

menuresponsive nav ul {
	list-style:none;
}

menuresponsive nav ul li {
	display:inline-block;
	/*La razon por la que no usamos floar en vez de inline-block es
	porque no vamos a poder usar overflows en el menuresponsive nav ul*/
	position: relative;
}

menuresponsive nav ul li:hover .children {
	display: block;
}

/*Submenu*/
menuresponsive nav ul li .children {
	background:#011826;
	position: absolute;
	display: none;
	width: 150%;
	z-index: 1000;
}

menuresponsive nav ul li .children li {
	display: block;
	overflow: hidden;
	border-bottom: 1px solid rgba(255,255,255,.5);
	/*Usamos overflow hidden porque aqui si vamos a necesitar usar float*/
}

menuresponsive nav ul li .children li a {
	display: block;
}

menuresponsive nav ul .children li a span {
	float: right;
	position: relative;
	top:3px;
	margin-right: 0px;
	margin-left:10px;
}

menuresponsive nav ul li a {
	color:#fff;
	text-decoration: none;
	display: inline-block;
	padding:20px;
}

menuresponsive nav ul li:hover {
	background:#DF8A1F;
}

menuresponsive nav ul li span {
	margin-right:10px;
}

menuresponsive nav ul li .caret {
	position: relative;
	top: 3px;
	margin-left: 10px;
	margin-right: 0;
}

@media screen and (max-width:800px) {
	body {
		padding-top:80px;
	}
	.menu_bar {
		width: 100%;
		background:#DF8A1F;
		display: block;
		position: absolute;
		top:0;
	}

	.menu_bar .bt-menu {
		display: block;
		padding: 20px;
		color:#fff;
		overflow: hidden;
		font-size:25px;
		font-weight:bold;
		text-decoration: none;
	}

	.menu_bar span {
		float: right;
		font-size: 40px;
	}

	menuresponsive nav {
		width: 80%;
		height: calc(100% - 80px);
		right:100%; 
		/*Con esto ocultamos el menu hacia la derecha, lo agregamos hasta el final*/
		margin: 0;
		position:fixed;
		overflow:scroll;
	}

	menuresponsive nav ul li {
		display: block;
		border-bottom:1px solid rgba(255,255,255,.5);
	}

	menuresponsive nav ul li a {
		display: block;
	}

	menuresponsive nav ul li:hover .children{
		display: none;
	}

	menuresponsive nav ul li .children {
		width: 100%;
		position: relative;
		/*display: block;*/
	}

	menuresponsive nav ul li .children li a{
		margin-left:20px;
	}

	menuresponsive nav ul li .caret {
		float: right;
	}
}