
    .menuvertical{
background-color: rgba(50, 50, 50, 0.4);
width: 70px;
position: fixed;
right: 0px;
top: 100px;
z-index: 999999;
padding: 1px;
text-align: center;
}
    
    .unidad1menu {
        list-style: none;

    }
	
	.menuvertical ul li{
		padding-top:10px;
	}

.conteneropciones{
         
 text-align: center;
 
}


.contenidomostrar{
    background: rgba(255,255,255,0.9);
    width: 40%;
	min-height:50px;
    position: fixed;
    margin-left:-100px;
    margin-top:-100px;
    top: 50%;
    left: 40%;
    display: none;
    z-index: 999;
    padding: 20px;  
	color: #323232;    
}
.conteneropciones:hover .contenidomostrar{
  display: block; 
  box-shadow: 0px 0px 7px #838383;  
}
.actividadmostrar{
	 padding: 5px;

}
.actividadContenido{
    background: #FFFFFF;
    width: 95%;
    position: absolute;
    top: 102%;
	left:0%;
    display: none;
    z-index: 999;
	padding: 0px 10px;
	
}
.actividadmostrar:hover .actividadContenido{
display: block;
box-shadow: 0px 0px 7px #838383;

}
 .checkBU{
       background-color: rgba(57, 61, 44, 0.2);
       border:2px;
       width: 30%;
       position: relative;
       text-align: center;
       left: 30%;
       border-radius:14%;
    }
    .revisarAc{
display: none;
    }
    .mostrarActi{
        border-color:green;
        background-color: green;
        width: auto;
    }
.checkBU:hover .revisarAc{
    display: block; 
    opacity: 1;
   
}