#nav-menu {
	text-align: center;
	font-size: 0.8em;
	margin-top: 60px;
}
#menucrs{
	
	padding: 0;
}
#menucrs li{margin-bottom: 3px;}
.separador {
	display: block;
	height: 2px;
	padding: 0px;
	background-image: url(../images/bg-separador.png);
	background-repeat: repeat-x;
	background-position: left top;
}


#menucrs ul li, #menucrs li:last-child{border:none}	


/* este es el contenedor principal (una etiqueta A) */
.spch-bub-inside {
	text-decoration: none;
display: block;

}
.spch-bub-inside .point {
	width: 0;
	height: 0;
	/*border-top: 25px solid transparent;
	border-left: 28px solid #e5e5e5;
	border-bottom: 24px solid transparent;*/
	margin-left: 230px;
	position: absolute;
	z-index: 5;
}
.spch-bub-inside em {
    background-color: #888;
	font-style: normal;
	position: relative;
	padding: 15px;
	color: #616161;
	border-bottom: solid 1px #dddddd;
	background: #e5e5e5;
	width: 200px!important;
	display: inline-block;
	border-radius: 50px;
}
.spch-bub-inside:hover em, .activaa {
	background-color: #2fbdfd!important;
	border-bottom: solid 1px #0a9bde!important;
	color: #fff!important;
}
.spch-bub-inside:hover .point, .activa2 {
	border-top: 25px solid transparent;
	border-left: 28px solid #2fbdfd;
	border-bottom: 24px solid transparent;
}

*:first-child+html #menucrs a{
	display:block;
	color:#FFF;
	text-decoration:none;
	font-family:'Helvetica', Arial, sans-serif;
	font-size:13px;
	padding:3px 5px;
	text-shadow:1px 1px 1px #325179;
}
/*#menucrs a:hover{
	color:#fff;
	border-bottom:solid 1px #0a9bde;
	background:#2abbfe!important;
}*/
#menucrs ul a{background-color:#6594D1;}
#menucrs ul a:hover{
	background-color:#FFF;
	color:#fff;
	text-shadow:none;
	-webkit-transition: color, background-color 0.2s linear;
}
ul{
	display:block;
	/*background-color:#2961A9;
		margin:0;
		padding:0;
	/*width:130px;*/
	list-style:none;
}
#menucrs ul{/*background-color:#6594D1;*/}
#menucrs li ul {display:none;}
#menucrs li ul li a{
	background: -moz-linear-gradient(
	top,
	#d4d4d4 0%,
	#d4d4d4) !important;
	background: -webkit-gradient(
	linear, left top, left bottom, 
	from(#d4d4d4),
	to(#d4d4d4)) !important;
	-moz-box-shadow:
	0px 0px 0px rgba(143,103,143,0.5),
	inset 0px 0px 3px rgba(184,184,184,0.9);
	-webkit-box-shadow:
	0px 0px 0px rgba(143,103,143,0.5),
	inset 0px 0px 3px rgba(184,184,184,0.9);
	box-shadow:
	0px 0px 0px rgba(143,103,143,0.5),
	inset 0px 0px 3px rgba(184,184,184,0.9);
	width:75%;
	margin-left:auto;
	margin-right:auto;
	padding: 10px 20px;
}