.menu_bloqueado_arriba
{
	position: sticky;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
}

.div_menu_navegacion_contenedor
{
	border-color: white;
	border-width: 1px;
	border-style: solid;
	border-radius: 55px;
	padding-left: 20px;


}

/*------------------------------------*/

.li_menu 
{
	white-space: nowrap;
	text-decoration: none;
}
.li_menu_Activo
{
	white-space: nowrap;	
	text-decoration: none;
}



/*------------------------------------*/
.a_menu
{
	background-color: none;
	text-decoration: none;
	padding-left: 7px;
	padding-right: 7px;
	border-radius: 20px;
	font-family: sans-serif;
	font-weight: bold;
	color: #2E7FA1;

}

.a_menu:hover
{
	
	text-decoration: none;
	border-radius: 20px;
	padding-left: 7px;
	padding-right: 7px;
	font-family: sans-serif;
	font-weight: bold;
	background-color: none;
	color: #E74C3C;
}


.a_menu_activo
{
	
	text-decoration: none;
	border-radius: 20px;
	padding-left: 7px;
	padding-right: 7px;	
	font-family: sans-serif;
	font-weight: bold;
	background-color: #2a6496;
	color: white;
}
.a_menu_activo:hover 
{
   text-decoration: none;
	border-radius: 20px;
	padding-left: 7px;
	padding-right: 7px;
	font-family: sans-serif;
	font-weight: bold;
	background-color: #E74C3C;
	color: white;
}
