/*Navegador*/
nav { position: relative;/*verificar si necesario alguno*/
	z-index:5;
    text-align: center;
	
}
.arrow_down { width: 30px;
}
.menu { /*width: 30px;*/
    position: absolute;
	left: 8px;
    top: 7px;
	z-index:10;
}
#buscan {width: 30px;
	position: absolute;
	top: 8px; 
	left: 50px; 
	z-index:10;
}
#buscar {display: none;
	font-size: initial;
    position: absolute;
    left: 0%;
    font-family: 'dosismedium';
}
#buscar label {padding: 5px;
}
#buscar input[type="checkbox"]{vertical-align: middle;
}
#buscar, #sele { background-color: white;
}
#sele, #buscar p, #tecni {padding: 5px;
}

#buscar p{ background-color: #b8860b;
}
.abbr3{
	padding: 3px;
	position: absolute;
	top: 0px;
	right: 3%;
	/*border-bottom: none;*/
	color: #ffffff;
	background-color: transparent;
}

.oculto > li { width: 180px;
	background-color: rgba(116, 89, 195, 0.2); 
}
.oculto {display: none;
    height: 0px;
    overflow: hidden;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
	padding-bottom: 2px;
}

.enlace_nav {
    text-decoration: none;
    font-family: 'capsuularegular', "Trebuchet MS", "Tahoma";
    font-size: 20px;
    margin: 0px 8px;  
	color: #21096A;
    }
.enlace_marcado {
    border-bottom: 1px solid #21096A;
    }

.lista {background-color: white;
	overflow: hidden;
	height: 0px;
    display: none;
	transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
}
.lista > li {
    padding-bottom: 2px;
	text-align: left;
	background-color: white;
    }

.enlace_nav:hover { border-bottom: 1px solid #21096A;
    } 
.on img{width: 20px;
    vertical-align: middle;
    margin: 0 3px;
    }
#consulta {display: inline-block;
}
#consulta p {color: #FFFFFF;
}