.menuhead{
	background-color:#cccccc;
	background-image:url(bandanegra.png);
	color:#ffff00;
	cursor:default;
	font:Arial, Helvetica, sans-serif;
	font-weight:bold;
	height:25px;
	text-shadow:0 0 5px #ffffff;
}
.menubody{
	border-color:#000000;
	border-style:solid;
	border-width:0px;
	border-spacing:0px;
	box-shadow: -10px 10px 5px 0px rgba(0, 0, 0, 0.3);
	color:#aaaaaa;
	cursor:pointer;
	font-size:15px;
	font:Arial, Helvetica, sans-serif;
	height:75px;
	left:80px;
	opacity:0.98;
	overflow:auto;
	padding:0px;
	position:absolute;
	/*visibility:hidden;*/
	width:562px;
	z-index:100;
}
.menucelda{
	
	list-style: none;
	
	background-image:url(mundo.png);
	background-position:100px 0px;
	background-repeat:no-repeat;
	background-size:0px 0px;
	background-color: #eaeaea;
	border: 1px solid #ffffff;
	border-radius: 0px 10px 0px 0px;
	color:#5555cc;
	font-size:13px;
	font-weight:bold;
	font-family: 'Arial Narrow', Arial, sans-serif;
	height:26px;
	padding-top:4px;
	text-shadow:10px -10px 3px #ffffff;
	transition: 300mss;
}
.menucelda:hover{
	background-position:0px -20px;
	background-size:350px 100px;
	border-color:#ffff00;
	color:transparent;
	text-shadow:0px 0px 0px #ffffff;
}
.menumapa{
	border-style:solid;
	border-width:0;
	border-color:lightblue;
	color:black;
	font-size:13;
	font:Arial, Helvetica, sans-serif;
	width:160;
}
.celdamapa{
	border-style:solid;
	border-width:1;
	border-color:blue;
	color:black;
	cursor:pointer;
	font-size:13;
	font:Arial, Helvetica, sans-serif;
	width:160;
}
.celdahead{
	color:white;
	cursor:default;
	font-size:12;
	font:Arial, Helvetica, sans-serif;
	font-weight:bold;
	background-image:url(menuheader.png);
}
.EnlacesMenu{
	border-style:solid;
	border-width:0;
	border-color:blue;
	background-image:url(menufondo.png);
	width:154px;
}
.menuTr{
	transition:300ms;
}




.menuEnlacesHover2 {
    box-shadow: -10px 10px 0px rgba(255, 255, 255, 0);
	font-size: 12!important;
	font-weight: 300;
    color: #000088;
    filter: drop-shadow(0px 0px 0px #0000ff);
    transition: all 300ms ease-in-out;
    transform: scale(1.0);
    white-space: nowrap;

    z-index: 99;
}
.menuEnlacesHover2 a{
	font-size: 12!important;
	font-weight: 300;
	transition: all 200ms ease-in-out;
}
.menuEnlacesHover2:hover, .menuEnlacesHover2 > a:hover{
	font-size: 15;
	font-weight: 700;
}
.DELETEmenuEnlacesHover2:hover{
	/* box-shadow: -10px 10px 5px rgba(40,40,40,0.5); */
	/* filter: drop-shadow(  0px  0px 5px #0000ff); */
	font-size: 16;
	font-weight: 700;
	/* transform:scale(1.1); */
	/* Autores: Danilo Canda ; Erasmo Jordán Aguilar Arriola */
		background:rgba(138, 165, 255, 0.25);
	z-index:100;
}


	
.menuEnlacesHover2:hover::after{
/*content:"";*/
}
.menuEnlacesHover2:hover::before{
content:"";
}
