.contenedor-colores{
	display: none;
	position: absolute;
	top: 35px;
	right: 165px;
	z-index: 999;
	opacity: 100;

	transition: 1s ease all;
}

.contenedor-colores.colorNav .colorNav{
	/* position: absolute;
	top: 80px;
	left: 60px;
	z-index: 999;
	opacity: 100;

	transition: 1s ease all; */
}

.contenedor-colores.ulcolor .ulcolor{
	background-color:var(--corporativo);
	max-height: 417px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.57);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.57);

transition: 1s ease all;
}

/*----------------------------
	The Navigation Menu
-----------------------------*/
div.colorNav {

    position: absolute;
    /* top: 80px;
    left: 60px; */
		z-index: 999;
		opacity: 100;
		transition: 1s ease all;
}

div.ulcolor{

	max-height:0px;
}

.gris a{
	cursor: pointer;
}

/* .colorNav li:hover ul{
	max-height:270px;
} */

.colorNav > ul{
	width: 77px; /* Increase when adding more menu items */
	margin:0 auto;

}

.colorNav > ul > li{ /* will style only the top level li */
	list-style: none;
	/* box-shadow: 0 0 10px rgba(100, 100, 100, 0.2) inset,1px 1px 1px #CCC; */
	display: inline-block;
	line-height: 1;
	margin: 1px;
	/* border-radius: 3px; */
	position:relative;
}

.colorNav > ul > li > a{
	color:inherit;
	text-decoration:none !important;
	font-size:20px;
	width: 50px;
	height: 50px;
	/* padding: 25px; */
}

.colorNav li ul{
	position:absolute;
	left: -120px;
	list-style:none;
	text-align:center;
	width:180px;
	top:7px;
	font-size: 12px;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 2px;

	/* This is important for the show/hide CSS animation */
	max-height:0px;
	overflow:hidden;

	transition: .6s ease all;


}

.colorNav li ul li{
	background-color:#ffffff;
}

.colorNav li ul li a{
	padding: 12px;
    color: var(--negro);
    text-decoration: none !important;
    display: block;
    transition: .4s ease all;
    text-align: left;
    margin: 1px 0 0 0;
}

.colorNav li ul li a:hover{
	background:var(--rojo)!important;
	color:var(--blanco)!important;
}

.colorNav li ul li:nth-child(odd){ /* zebra stripes */
	/* background-color:#363636; */
}

.colorNav li ul li:hover{
	background-color:#444;
}

.colorNav li ul li:first-child{
	position:relative;
}

.colorNav li ul li:first-child:before{ /* the pointer tip */
	/* content:''; */
	position:absolute;
	width:1px;
	height:1px;
	border:5px solid transparent;
	border-bottom-color:#313131;
	left:50%;
	top:-10px;
	margin-left:-5px;
}

.colorNav li ul li:last-child{
	/* border-bottom-left-radius:3px; */
	/* border-bottom-right-radius:3px; */
}

/* This will trigger the CSS */
/* transition animation on hover */









/*----------------------------
	Color Themes
-----------------------------*/


.colorNav li.green{
	/* This is the color of the menu item */
	background-color:#00c08b;

	/* This is the color of the icon */
	color:#127a5d;
}

.colorNav li.red{		background-color:#ea5080;color:#aa2a52;}
.colorNav li.blue{		background-color:#53bfe2;color:#2884a2;}
.colorNav li.yellow{	background-color:#f8c54d;color:#ab8426;}
.colorNav li.purple{	background-color:#df6dc2;color:#9f3c85;}
.colorNav li.gris{}
