* {
/*	padding:0;
	margin:0;*/
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

.menu_bar {
	display:none;
}

header {
	width: 100%;
	margin-left: -187px;
}

header nav {
	font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: x-small;
	
	z-index:1000;
	max-width: 1000px;
	width: 95%;
	margin:15px 150px auto;
	height: 0px;
}

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:#012719;*/

	background:#E8E6E6;
	
	position: absolute;
	display: none;
	width: 148%;
	z-index: 1000;
}

header 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*/
}

header nav ul li .children li a {
	display: block;
}

header nav ul .children li a span {
	float: right;
	position: relative;
	top:3px;
	margin-right: 0px;
	margin-left:10px;
}

header nav ul li a {
	color: #8FBC22;
	font-family: 'Open Sans', sans-serif;
	font-size:x-small;
	/*#8FBC22;*/
	text-decoration: none;
	padding:10px;
}

header nav ul li:hover {
	color: #8FBC22;
	/*color: #8FBC22;*/
}

header nav ul li span {
	margin-right:10px;
}

header nav ul li .caret {
	position: relative;
	top: 3px;
	margin-left: 10px;
	margin-right: 0;
}

/* medias */


/* Para 960px */  
@media only screen and (max-width: 980px) and (min-width: 821px) { 
	.childen{
		display:block;
	}
	.Barra{
			display:none;
	}
  .td1{
		padding-right:5%;
	}
	.fc3{
		font-size:x-small;
	}
	.fc{
		font-size:x-small;
	}
	.fc5i{
		font-size:small;
	}
	.fc7{
		font-size:x-small;
	}
	.fch{
		font-size:xx-small;
	}
	img {
		width: 100%;
		min-width: 100%;
		max-width:100%;
	}
	body {
		padding-top:80px;
	}
	.menu_bar {
		width: 100%;
		background:#FFFFFF;
		height:38px;
		display: block;
		position: fixed;
		top:0;
	}

	.menu_bar .bt-menu {
		background: url('../img/nav-icon2.jpg') no-repeat;
		background-position:right;
		font-family: 'Open Sans', sans-serif;
		font-style:italic;
		display: block;
		padding: 0px;
		color:#fff;
		overflow: hidden;
		font-size:25px;
		font-weight:bold;
		text-decoration: none;

	}

	.menu_bar span {
		float: right;
		font-size: 30px;
	}

	header nav {
		font-family: 'Open Sans', sans-serif;
		font-size:15px;
		color:#fff;

		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;
		background:#E8E6E6;
		/*background:#012719;*/
		/*background:#023859;*/
	}

	header nav ul li {
		display: block;
		border-bottom:1px solid rgba(255,255,255,.5);
	}

	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;
	}
}  
  
/* Para 800px */  
@media only screen and (max-width: 820px) and (min-width: 621px) {  
	.childen{
		display:block;
	}
	.CT{
		width: 100%;
		float: left;
		margin-bottom: 5px;
	}
	.Barra{
		display:none;
		
	}
.td1{
		padding-right:4%;
	}
	.fc3{
		font-size:x-small;
	}
	.fc{
		font-size:x-small;
	}
	.fc5i{
		font-size:small;
	}
	.fc7{
		font-size:x-small;
	}
	.fch{
		font-size:xx-small;
	}
	img {
		width: 100%;
		min-width: 100%;
		max-width:100%;
	}
	body {
		padding-top:80px;
	}
	.menu_bar {
		width: 100%;
		background:#FFFFFF;
		height: 38px;
		display: block;
		position: fixed;
		top:0;
	}

	.menu_bar .bt-menu {
		background: url('../img/nav-icon2.jpg') no-repeat;
		background-position:right;
		font-family: 'Open Sans', sans-serif;
		font-style:italic;
		display: block;
		padding: 0px;
		color:#fff;
		overflow: hidden;
		font-size:35px;
		font-weight:bold;
		text-decoration: none;

	}

	.menu_bar span {
		float: right;
		font-size: 40px;
	}

	header nav {
		font-family: 'Open Sans', sans-serif;
		font-size:15px;
		color:#fff;

		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;
		background:#E8E6E6;
		/*background:#012719;*/
		/*background:#023859;*/
	}

	header nav ul li {
		display: block;
		border-bottom:1px solid rgba(255,255,255,.5);
	}

	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;
	}
  
}  
  
/* Para 600px */  
@media only screen and (max-width: 620px) and (min-width: 501px) { 
	.childen{
		display:block;
	}
	.CT{
		width: 100%;
		float: left;
		margin-bottom: 5px;
	}
	.Barra{
			display:none;
	}
	.td1{
		padding-right:3%;
	}
	.fc3{
		font-size:x-small;
	}
	.fc{
		font-size:x-small;
	}
	.fc5i{
		font-size:small;
	}
	.fc7{
		font-size:x-small;
	}
	.fch{
		font-size:xx-small;
	}
	img {
		width: 100%;
		min-width: 100%;
		max-width:100%;
	}
	body {
		padding-top:80px;
	}
	.menu_bar {
		width: 100%;
		background:#FFFFFF;
		height: 38px;
		display: block;
		position: fixed;
		top:0;
	}

	.menu_bar .bt-menu {
		background: url('../img/nav-icon2.jpg') no-repeat;
		background-position:right;
		font-family: 'Open Sans', sans-serif;
		font-style:italic;
		display: block;
		padding: 0px;
		color:#fff;
		overflow: hidden;
		font-size:35px;
		font-weight:bold;
		text-decoration: none;

	}

	.menu_bar span {
		float: right;
		font-size: 40px;
	}

	header nav {
		font-family: 'Open Sans', sans-serif;
		font-size:15px;
		color:#fff;

		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;
		background:#E8E6E6;
		/*background:#012719;*/
		/*background:#023859;*/
	}

	header nav ul li {
		display: block;
		border-bottom:1px solid rgba(255,255,255,.5);
	}

	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;
	}
}  
  
/* Para 480px */  
@media only screen and (max-width: 500px) and (min-width: 341px) { 
	.childen{
		display:none;
	}
	img1{
			display:none;
		}
	.CT{
		width: 100%;
		float: left;
		margin-bottom: 5px;
	}
	.Barra{
			display:none;
	}
	.td1{
		padding-right:2%;
	}
	.fc3{
		font-size:x-small;
	}
	.fc{
		font-size:x-small;
	}
	.fc5i{
		font-size:small;
	}
	.fc7{
		font-size:x-small;
	}
	.fch{
		font-size:xx-small;
	}
	img {
		/*width: 100%;*/
		min-width: 100%;
		max-width:100%;
	}
	body {
		padding-top:22px;
	}
	.menu_bar {
		width: 100%;
		background:#FFFFFF;
		height: 38px;
		display: block;
		position: fixed;
		top:0;
	}

	.menu_bar .bt-menu {
		background: url('../img/nav-icon2.jpg') no-repeat;
		background-position:right;
		font-family: 'Open Sans', sans-serif;
		font-style:italic;
		display: block;
		padding: 0px;
		color:#fff;
		overflow: hidden;
		font-size:30px;
		font-weight:bold;
		text-decoration: none;
		margin-right: 10px;
	}

	.menu_bar span {
		float: right;
		font-size: 40px;
	}

	header nav {
		font-family: 'Open Sans', sans-serif;
		font-size:15px;
		color:#fff;

		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;
		background:#E8E6E6;
		/*background:#012719;*/
		/*background:#023859;*/
	}

	header nav ul li {
		display: block;
		border-bottom:1px solid rgba(255,255,255,.5);
	}

	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;
	}
}  
  
/* Para 320px */  
@media only screen and (max-width: 340px) and (min-width: 5px)  { 
	.childen{
		display:none;
	}
	img1{
			display:none;
		}	
	
	.CT{
		width: 100%;
		float: left;
		margin-bottom: 5px;
	}
	.Barra{
			display:none;
	}
	.td1{
		padding-right:1%;
	}
	.fc3{
		font-size:x-small;
	}
	.fc{
		font-size:x-small;
	}
	.fc5i{
		font-size:small;
	}
	.fc7{
		font-size:x-small;
	}
	.fch{
		font-size:xx-small;
	}
	img {
		/*width: 100%;*/
		min-width: 100%;
		max-width:100%;
	}
	body {
		padding-top:22px;
	}
	.menu_bar {
		width: 100%;
		background:#FFFFFF;
		height: 38px;
		display: block;
		position: fixed;
		top:0;
	}

	.menu_bar .bt-menu {
		background: url('../img/nav-icon2.jpg') no-repeat;
		background-position:right;
		font-family: 'Open Sans', sans-serif;
		font-style:italic;
		display: block;
		padding: 0px;
		color:#fff;
		overflow: hidden;
		font-size:30px;
		font-weight:bold;
		text-decoration: none;

	}

	.menu_bar span {
		float: right;
		font-size: 40px;
	}

	header nav {
		font-family: 'Open Sans', sans-serif;
		font-size:15px;
		color:#fff;

		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;
		background:#E8E6E6;
		/*background:#012719;*/
		/*background:#023859;*/
	}

	header nav ul li {
		display: block;
		border-bottom:1px solid rgba(255,255,255,.5);
	}

	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;
	}
} 




/*@media screen and (max-width:900px) {
	
}*/