.padding{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index:100;
	background-color: transparent;
	display: none;
}

.bordes_menu{
	border-top: 0 none;	 
	border-right: 0 none;
	border-bottom-color: #BC955C;
}

.posicion_usu ul{
	list-style: none;
}

#listado_menu{
	margin-top: 100px;
	list-style: none;
}	

#listado_menu > li  > a{
	background-color: #006657;
	color: white;
	font-weight: bold;
}

#listado_menu > li > a:hover{
	background-color: white;
	color: black;
}

#btnIconoMenu{	
	z-index: 3;	
}

#btnIconoMenuX{
	padding-top: 25px;
	position: absolute;
	right: -20px;
	top:-60px;
	z-index: 3;
	display: none;
}

#btnIconoMenuX i{
	color: white;
}

#btnforma, #btnX{	
	background-color: transparent;
	
}

#btnX a:active{
	outline: none; 
	border-color: none;
}

.submenus{
   list-style: none;
   display: none;
   margin-left: -35px;
   background-color: white;
}

.submenus a{
   background-color: #dcdcdc;
   color: black;
   font-size: 14px;
   font-weight: bold; 
   border-bottom-color: #BC955C;   
}

.submenus a:hover{
   background-color: #BC955C;
   color: black;	
}

.seccionesMenu ul li a, .seccionesMenu button{
	background-color: #006657;
	color: whitesmoke;
	border: solid 1px #006657;

}

.Derecha{
	float: right;
}

.estilo_menu{
	background-color: #006657;
	opacity: 1;
}

.icon_menu{
	background-color: transparent;
	text-align: center;
	color: white;
}

.card_focus:hover{
  cursor: pointer;
}

.estiloBtnMenu{
background-color: white;
border-radius: 100%;
padding: 20px;
}

.estiloBtnMenu:hover{
	background-color: #006657;
}