*{
    margin: 0;
    padding: 0;
}
nav{
    position: fixed;
}

#id_h4.hover{
    background-color: rgb(red, green, blue);
  
}
.centro{
    text-align: center;
}

#componete_nav{
    width: 100%; 
    overflow: scroll;
}


img{
    width: 40px;
    height: 40px;
}

#logo{
    width: 18em;
    height: 4em;
    padding: 5px;
}

.nav-1{
width: 20em;
}

#inicio{
    margin-left: 5em;
}

#vinculacion{
    background-color: transparent;
    transition: background-color  0s;
}
#vinculacion:hover {
    background-color: rgb(57, 116, 155);
    color: #fff;
}

#contractacion{
    background-color: transparent;
    transition: background-color  0s;
}
.contractacion:hover {
    background-color: rgb(57, 116, 155);
    color: #fff;
}

#inducion{
    background-color: transparent;
    transition: background-color  0s;
}
#inducion:hover {
    background-color: rgb(57, 116, 155);
    color: #fff;
}

#novedades{
    background-color: transparent;
    transition: background-color  0s;
}
#novedades:hover {
    background-color: rgb(57, 116, 155);
    color: #fff;
}

#desvinculacion{
    background-color: transparent;
    transition: background-color  0s;
}
#desvinculacion:hover {
    background-color: rgb(57, 116, 155);
    color: #fff;
}

#gestion{
    background-color: transparent;
    transition: background-color  0s;
}
#gestion:hover {
    background-color: rgb(57, 116, 155);
    color: #fff;
}

.cambio_color{
    background-color: transparent;
    transition: background-color  0s;
}
.cambio_color:hover {
   /* background-color: rgb(57, 116, 155);*/
   background:rgb(0, 147, 219);
    color: #fff;
    border-radius: 5em;
}


.pintar{
    background-color: transparent;
    transition: background-color  0s;
}
.pintar:hover {
    background-color: rgb(57, 116, 155);
    color: #fff;
}

#menu{
    margin-top:12px;
    float: right;
}
.iconcolor {
    color: rgb(64, 127, 190);
}
.iconcolorfolder {
    color: rgb(190, 188, 64);
}

.iconcolorfile {
    color: rgba(207, 206, 206, 0.836);
}
.titulo{

    font-size: 12px;
}

.border_nivel{
    border-left: 1px dotted ; 
    border-width: 0.12px;
    margin-bottom:3px;
    margin-right:3px;
    border-color:#999
}

/*Sub menu desplegable*/

/* ============ desktop view ============ */
@media all and (min-width: 992px) {

	.sidebar li{ position: relative; }
	.sidebar li .submenu{ 
		display: none;
		position: absolute;
		left:100%; top:-7px;
		min-width: 240px;
	}
	.sidebar li:hover > .submenu{ display: block; }
}	
/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {

	.sidebar .submenu, .sidebar .dropdown-menu{
		position: static!important;
		margin-left:0.7rem; margin-right:0.7rem; margin-bottom: .5rem;
	}

}	
/* ============ small devices .end// ============ */





.menu1{
    margin-top:12px;
    float: right;
}



.contraer1 {
    width: 25%;
    padding: 0;
    margin:0;
    transition: all .10s ease-in-out;
}


    


.menu1{
    margin-top:12px;
    float: left;
}
#dropdown{
    width: 3.5em;
}

/*ESTILOS DEL CARRUCELL

#carrusel {
    float:left;
    width:600px;
    height: 67px;
    position:relative;
    margin-top:20px;
    margin-bottom:20px;
}

#carrusel .left-arrow {
    position:absolute;
    left:10px;
    z-index:1;
    top:50%;
    margin-top:-20px;
}
 
#carrusel .right-arrow {
    position:absolute;
    right:10px;
    z-index:1;
    top:50%;
    margin-top:-20px;
}
 
.carrusel {
    width:1000px;
    left:0px;
    position:absolute;
    z-index:0;
}
 
.carrusel>div {
    float: left;
    height: 70px;
    margin-right: 5px;
    width: 120px;
    text-align:center;
}
 
.carrusel img {
    cursor:pointer;
}
para hacer el menu de ayuda*/



.submenu{
    position: absolute;
    background-color:#fff;
    margin-left: -18em;
    width: 20em;
    display:none;
}

.menu li:hover .submenu{ 
    display: block;
}


/*Estilos para los diagramas*/
#diagrama_resultado_evaluacion{
    background: rgb(57, 116, 155,0.2);
    color: #ffff;

}

.coponenteMenu {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
   }
   @-webkit-keyframes coponenteMenu {
    0%, 50%, 100% {
    opacity: 1;
    }
   25%, 75% {
    opacity: 0;
    }
   }
   @keyframes coponenteMenu {
    0%, 50%, 100% {
    opacity: 1;
    }
   25%, 75% {
    opacity: 0;
    }
   }
.coponenteMenu {
    -webkit-animation: coponenteMenu 2s linear infinite;
    -moz-animation: coponenteMenu 2s linear infinite;
    animation: coponenteMenu 2s linear infinite;
   }


   ol.tree {
	padding: 0 0 0 30px;
	width: 300px;
}
ul div ol li{ 
	position: relative; 
	margin-left: -15px;
	list-style: none;
}      
li input {
	position: absolute;
	left: 0;
	margin-left: 0;
	opacity: 0;
	z-index: 2;
	cursor: pointer;
	height: 1em;
	width: 1em;
	top: 0;
}
/*i input + ol {
	background: url(../img/toggle-small-expand.png) 40px 0 no-repeat;
	margin: -1.600em 0px 8px -44px; 
	height: 1em;
}*/
.img_sidebar{
    width: 18px;
    height: 18px;
}
li input + ol > li { 
	display: none; 
	margin-left: -14px !important; 
	padding-left: 1px; 
}

li input:checked + ol > li { 
	display: block; 
	margin: 8px 0px 0px 0.125em;
}
li input:checked + ol > li:last-child { 
	margin: 8px 0 0.063em;
}

a:link { 
    text-decoration: none;
}
.nav-link1{
    text-decoration: none;
    color:  black;
}

#iconoVer{
    margin: 0 auto;
    text-align: center;
}

.form-check-input{
    opacity: 8;
    position: relative;
}


#contenedor_arbol {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

#contenedor_arbol > div {
width: 50%;
}