@charset "utf-8";
/* CSS Document */

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

	
.menu_bar {
	display:none;
}
 
header {
	/*width: 80%;*/
	width: 100%;
}
 
header nav {
	/*background:#023859;*/
	background:#064545;
	z-index:1000;
	/*max-width: 960px;*/
	width:100%;
	margin:20px auto;
}
 
header nav ul {
	list-style:none;
}
 
header nav ul li {
	display:inline-block;
	position: relative;
	font-family: Harrington;
	font-size:1.3em;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
 
header nav ul li:hover {
	/*background:#E6344A;*/
	background:#869e3a;
}
 
header nav ul li a {
	color:#fff;
	display:block;
	text-decoration:none;
	padding: 10px;
}
 
header nav ul li a span {
	margin-right:10px;
}
 
header nav ul li:hover .children {
	display:block;
	
}
 
header nav ul li .children {
	display: none;
	/*background:#011826;*/
	background:#5f6d31;
	font-size:0.7em;

	position: absolute;
	width: 150%;
	z-index:1000;
}
 
header nav ul li .children li {
	display:block;
	overflow: hidden;
	border-bottom: 1px solid rgba(255,255,255,.5);
}
 
header nav ul li .children li a {
	display: block;
}
 
header nav ul li .children li a span {
	float: right;
	position: relative;
	top:3px;
	margin-right:0;
	margin-left:10px;
}
 
header nav ul li .caret {
	position: relative;
	top:3px;
	margin-left:10px;
	margin-right:0px;
}

.icon-list2{
	background-image: url(file:imagenes/home.png);	
	}


/*****************/


/*
ul{
  padding:0;
}
 

li{
  padding:0;
  margin-bottom:0.2em;
  text-indent:0.4em;
  font-weight:bold;
  list-style:none;
  background-repeat:no-repeat;
  
}
li[data-type="home"]{
 background-image:imagenes/home.png;
}



.icon-list2{
	background-image:'imagenes/home.png';
	}
*/
/******************/
@media screen and (max-width: 960px) {
header nav {
	/*width:130%;*/
	width:100%;
}
}

@media screen and (max-width: 800px) {
	body {
		padding-top:80px;
		
	}
 
	.menu_bar {
		
		display:block;
		width:100%;
		position: fixed;
		top:0;
		/*background:#E6344A;*/
		
		background:#006666;
		
		
	}
 
	.menu_bar .bt-menu {
		
		display: block;
		padding: 20px;
		color: #fff;
		overflow: hidden;
		font-family:Harrington;
		font-size: 25px;
		font-weight: bold;
		text-decoration: none;
	}
 
	.menu_bar span {
		float: right;
		font-size: 40px;
	}
 
	header nav {
		/*width: 80%;*/
		width: 100%;
		height: calc(100% - 100px);
		position: fixed;
		right:100%;
		margin: 0;
		overflow: scroll;
		
	}
 
	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;
	}
 
	header nav ul li .children li a {
		margin-left:20px;
	}
 
	header nav ul li .caret {
		float: right;
	}
}