/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}


nav.clearfix {
	/*position:absolute;*/
	top: 90px;
	left: 220px;
	/*width: 547px;*/
	border-bottom:1px solid #5c5c5c;
	z-index:99999;
	display:none;
	
	
}
nav.clearfix ul {
	padding:0;
	margin: 0;
	text-align: center;
	  height:30px;
	  outline:none;
}
nav.clearfix li {
	float:left;
	margin:0 0 0 0;
	/*border-right: 1px solid red;*/
	text-align: center;
	padding: 0;
	outline:none;
}
nav.clearfix a {
	color:#fff;
   font-family: human;
   font-weight: normal;
   font-size: 16px;
   width:90px;
   display:block;
   height:25px;
   padding:0 0 0 0;
   transition-all: 0.5s ease;
   background:url(../img/fondos/cruz.png) no-repeat top left ;
   -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  outline:none;
}
nav.clearfix a:hover, nav.clearfix a.actual {
	background-color: #06253a;
	color: #fff;
}
nav.clearfix a#pull {
	display: none;
}


/******************************************************/
/*************** Desain Menu Responsive ***************/
/******************************************************/

/* Desain untuk perangkat dengan layar 600px kebawah*/
/*@media screen and (max-width: 600px) {*/
@media screen and (max-width: 900px) {
	nav.clearfix {
  	height: 32px;
    border-bottom: 0;
    text-transform: uppercase;
    width: 100%;
    left: 0;
    top: 215px;
    top: 215px;
    z-index: 10;
    display: block;
    background: #065396;
}

.inicio nav.clearfix a#pull {  
    height: 31px;
}

.inicio nav.clearfix a {   
    height: 37px;
 } 	
	.clearandlogo{
		display: block;
	}
  	nav.clearfix ul {
  		width: 100%;
  		display: none;
  		height: auto;
  	}
  	nav.clearfix li {
  		width: 100%;
  		float: none;
  		display: block;
  		background: #065396;
  	}
  	nav.clearfix li a {
		border-bottom: 1px solid #f0f0f0;
		border-right: 1px solid #f0f0f0;
		outline:none;
		padding:5px 0 5px 0;
		font-family:yano_regular;
		font-weight:normal;
	}
	nav.clearfix li a:hover {
		background:#065396;
		font-family:yano_regular;
		font-weight:normal;
	}
  	nav.clearfix a {
	
	text-align: left;
    width: 100%;
    text-indent: 25px;
    color: #fff;
    outline: none;
    padding: 0 0 5px 0;
    height: 38px;
    height: 25px;
    display: block;
    font-family: yano_regular;
    left: 1px;
    line-height: 1.4em;
    line-height: 1.8em;
  	}
		nav.clearfix a em{
	  	display:none;
  	}
  	nav.clearfix a#pull {
		display: block;
		margin: .4em 0;
		margin: 1px 0;
		width: 100%;
		position: relative;
		color: #fff;
		outline:none;
		z-index: 9999999;
		height:20px;
		height: 24px;
	}
	nav.clearfix a#pull:after {
		content:"";
		background: url('../img/nav-icon.png') no-repeat;
		    width: 30px;
    height: 21px;
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 4px;
    outline: none;
    z-index: 9999999;
		
	}
}