* {
	padding:0;
	margin:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
 @font-face {
   font-family: 'CenturyGothic';
  src: url("../fon/GOTHIC.eot");
  src: url("../fon/GOTHIC.eot-#iefix") format("embedded-opentype"), 
  url("../fon/GOTHIC.woff") format("woff"), url("../fon/GOTHIC.ttf") format("truetype"), url("../fon/GOTHIC.svg#parisblack") format("svg");
  font-weight: normal;
  font-style: normal;
}

.wasa{ width:10%; margin-left:91%; position: fixed;}
.wasa img{ width:100%; height:auto; margin-top:199px}

.conte01 input{ width:80%; padding:5px; border-radius:10px; border:1px solid #B5B5B5; margin-bottom:5px; }

#Registrar{ background:#D70003; border:0px;color:#fff;}

body {background:#FEFEFE;}

section {
	padding:20px;
}

.menu_bar {
	display:none;
}

header {
	width: 100%;
}

header nav {
	
	z-index:1000;
	max-width: 1200px;
	width: 95%;
	margin:8px auto;
	margin-bottom:4px;
	font-size:13px;
font-family: 'Montserrat-Regular';
	
	
}

header nav ul {
	list-style:none;
}

header 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 header nav ul*/
	position: relative;
}

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

/*Submenu*/
header nav ul li .children {
	background:#FFF;
	color:#4F4F4F !important;
	position: absolute;
	display: none;
	width: 150%;
	z-index: 1000;
}

header nav ul li .children a {
	
	color:#4F4F4F !important;
	
}

header nav ul li .children li {
	color:#4F4F4F !important;
	display: block;
	overflow: hidden;
	border-bottom: 1px solid #ACACAC;
	/*Usamos overflow hidden porque aqui si vamos a necesitar usar float*/
}

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

header nav ul .children li a span {
	color:#4F4F4F !important;
	float: right;
	position: relative;
	top:3px;
	margin-right: 0px;
	margin-left:10px;
}

header nav ul li a {
	color:#fff;
	text-decoration: none;
	display: inline-block;
	padding:40px;
	padding-top:10px; padding-bottom:10px;
	 font-size:15px;
	 font-weight:bold;
	 border-left:1px solid rgba(255,255,255,0.03);

	
}

header nav ul li a:hover {
	background:#c70001;
	color:#fff !important;
}
.active {
	background:#c70001;
	color:#fff !important;
}

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

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

@media screen and (max-width:800px) {
	header nav ul li a {

	background-color:#292929;
	}
	
	header nav {
	
	  background:#fff
	
}
	
	
	body {
		padding-top:0px;
	}
	.menu_bar {
		width: 100%;	
		display: block;		
		
		top:0;
	}

	.menu_bar .bt-menu {
		display: block;
		padding: 0px;
		color:#D90003;
		overflow: hidden;
		font-size:14px;
		font-weight:bold;
		text-decoration: none;
	font-family: 'Montserrat-Regular'; line-height:50px;
	padding-left:20px;
	}

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

	header nav {
		
		width: 100%;		
		right:100%; 
		/*Con esto ocultamos el menu hacia la derecha, lo agregamos hasta el final*/
		margin: 0;
		position:absolute;
		
	}

	header nav ul li {
	font-family: 'Montserrat-Regular';
		display: block;
		border-bottom:1px solid #3B3B3B;
	}

	header nav ul li a {
		display: block;
	}

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

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

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

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