/*********************** BARRA PRINCIPAL ***************************/
#templatemo_menu { 
	width: auto; 
	height: 40px;   			/* --- modificar --- */
	border: 0px solid #000;
	padding: 0px;
}

.ddsmoothmenu ul{z-index:100;list-style-type:none;margin:0 auto;padding:0;position:relative;}
.ddsmoothmenu ul li{position: relative;display: inline;float: left;
line-height: 30px; /* --- modificar --- */
}

/********************************* LIGAS PRINCIPALES ************************/
.ddsmoothmenu ul li a {
	display: block;
	padding: 5px 25px 0px 5px; 	/* ya quedo la liga de inicio--- modificar --- */
	text-align: center;
	text-decoration: none;
	outline: none;
	border:0px solid #fff;
	/* color:#001152;				 --- modificar --- */
	
	font-weight:bold;
}

	@media screen and (max-width: 900px) 
	{
		.ddsmoothmenu ul li a {
		font-size: .7em;
		font-weight:normal;
		}
	}
	
* html .ddsmoothmenu ul li a{display: inline-block;}

													/* --- modificar --- */
		
/********************************* PRIMER NIVEL ****************************/
.ddsmoothmenu ul li ul{								
	position: absolute;
	display: none;
	visibility: hidden;
	margin: 0;
	padding: 0;
	}
.ddsmoothmenu ul li ul li a{					
	width: 300px;
	height: 40px;	
	line-height: 40px;									/* --- modificar --- */
	padding: 0px 10px 0px 10px;
	border: 1px solid #5c5c5c;
	border-top: 0;
	font-size: .9em;
	}
	
	@media screen and (max-width: 900px) 
	{
		.ddsmoothmenu ul li ul li a{width: 125px;}	/
	}

/********************************* SEGUNDO NIVEL NIVEL ****************************/
.ddsmoothmenu ul li ul li ul{
	position: absolute;
	left: 0;
	display: none;
	visibility: hidden;
	margin: 0;
	padding: 0;}
.ddsmoothmenu ul li ul li ul li a{
	width:300px;												/* --- modificar --- */
	padding: 0px 10px 0px 10px;
	background: #4a4a4a;
	border: 1px solid #5c5c5c;
	border-top: 0;}

	@media screen and (max-width: 900px) 
	{
		.ddsmoothmenu ul li ul li ul li a{width: 125px;}	/
	}
	
/****************************************************************************/

/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/
.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}
.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}
/* ######### CSS for shadow added to sub menus  ######### */
.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
}
.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.5;
}
/* menu */