.menu-fijo
	{
		position:fixed;
		width:100%;
		top:0;
		z-index:100;
		background-color:rgba(0, 0, 0, 0)
	    /*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
	}


#barra_menu
	{
/*		position:fixed;  */
		position:absolute;
		top:0;
		left:0;
		width:100%;
		z-index:20;
		/*background-color:rgba(255,255,255,0.8); 
		box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
		background-image: url(/graf/menu-fondo-gala.png);*/
		background-repeat: no-repeat;
		background-size: cover;
		height: 150px;
	}

#barra_menu	#logo_redes
	{
		position:relative;
		width:100%;
		border:0px solid red;
		margin:3px auto 0 auto;
	}


#barra_menu	#logo_redes	#el_logo_principal
	{
		text-align:center;
		margin:0 auto;
	}



#barra_menu	#logo_redes	#redes_idiomas
	{
		position:absolute;
		right:0;
		top:0;
		margin-right:25px;
	}



#barra_menu	#logo_redes	#redes_idiomas	#idiomas
	{
		display:table;
		margin-top:5px;
		width:100%;
	}



#barra_menu	#logo_redes	#redes_idiomas	#idiomas	#es
	{float:left;margin:0 15px 0 0;}
#barra_menu	#logo_redes	#redes_idiomas	#idiomas	#barra_separadora
	{float:left;width:1px;border-left:1px solid #ccc;}
#barra_menu	#logo_redes	#redes_idiomas	#idiomas	#en
	{float:right;margin:0 0 0 10px;}


#barra_menu	#logo_redes	#redes_idiomas	#redes
	{
		display:table;
		margin-top:10px;
		border:0px solid red;
		width:100%;
	}

#barra_menu	#logo_redes	#redes_idiomas	#redes	#fb
	{float:left;margin:0 5px 0 0;}
#barra_menu	#logo_redes	#redes_idiomas	#redes	#tw
	{float:right;margin:0 5px;}
#barra_menu	#logo_redes	#redes_idiomas	#redes	#yo
	{float:right;margin:0 5px;}
#barra_menu	#logo_redes	#redes_idiomas	#redes	#li
	{float:right;margin:0 0 0 5px;}

#barra_menu	#logo_redes	#redes_idiomas	#redes	#fb img:hover
	{
		transition: all .2s linear;
		filter: brightness(150%);
		-webkit-filter: brightness(150%);
	}
#barra_menu	#logo_redes	#redes_idiomas	#redes	#tw img:hover
	{
		transition: all .2s linear;
		filter: brightness(150%);
		-webkit-filter: brightness(150%);
	}


#barra_menu	#contenido_menu_link
	{
		background-color:#fff0;

	}

#barra_menu	#contenido_menu_link	#menu_centrado
	{
		margin:0 auto;
		display:table;
		height:100px;
		/*width: 870px; */
		width:900px;
		*background-color:#fff;
		background-image: url(/graf/fondo-cabecera-menu.png);*/
		position:relative;
	}

#barra_menu	#contenido_menu_link	#menu_centrado	#menu_logo
	{
		float:left;
		height:30px;
		width:56px;

	}


#barra_menu	#contenido_menu_link	#menu_centrado	ul
	{
		display:block;
	    list-style-type: none;
	    margin: 0;
	    padding: 0;
	    overflow: hidden;
	    height:30px;
		margin-left:80px;
	}
#barra_menu	#contenido_menu_link	#menu_centrado_movil
	{
		display:none;
	}

#barra_menu	#contenido_menu_link	#menu_centrado	li {
    float: left;
}


#barra_menu	#contenido_menu_link	#menu_centrado	li a, .dropbtn {
    display: inline-block;
    color: #000;
    text-align: center;
    padding: 0px 14px 4px 10px;
    text-decoration: none;
    cursor:pointer;
    /* Evitar selección de texto */
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select:none;
	transition: all .2s ease-in-out;
}

#barra_menu	#contenido_menu_link	#menu_centrado	li a:hover, .dropdown:hover .dropbtn {
   /* background-color: #FFF;*/
    color:#c60070;
    -webkit-transition: color 500ms linear;
    -ms-transition: color 500ms linear;
    transition: color 500ms linear;
	 /* border-top:2px solid #ff9a00;*/
}

#barra_menu	#contenido_menu_link	#menu_centrado	li.dropdown {
    display: inline-block;

}

#barra_menu	#contenido_menu_link	#menu_centrado	.dropdown-content {
    display: none;
    position: absolute;
    background-color: rgba(255,255,255,1);
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
      /* border-top:0px solid #9F9F9F;
    border-right:1px solid #9F9F9F;
    border-left:1px solid #9F9F9F;
    border-bottom:1px solid #9F9F9F;
   left:0;
    width:93%;
    margin-left:5%;*/

}

#barra_menu	#contenido_menu_link	#menu_centrado	.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    border:0;
}

#barra_menu	#contenido_menu_link	#menu_centrado	.dropdown-content a:hover {background-color: #f1f1f1;border:0;}

#barra_menu	#contenido_menu_link	#menu_centrado	.dropdown:hover .dropdown-content {
    display: block;
}

#menu_movil
	{
		display:none;
		position:absolute;
		width:auto;
		top:0;
		left:0;
		margin-top:2em;
		background-color:rgba(67,123,198,0.8);
		border:1px solid #000;
		-webkit-box-shadow: 2px 2px 15px rgba(0,0,0,0.46);
		-moz-box-shadow: 2px 2px 15px rgba(0,0,0,0.46);
		box-shadow: 2px 2px 15px rgba(0,0,0,0.46);
		z-index:100;

	}

#menu_movil	#menu_men_mov
	{
		padding:5px 3em 5px 20px;
		background-color:rgba(67,123,198,1);
		color:#fff;
		font-style:italic;
		font-size:12pt;
		font-weight:bold;

	}

#menu_movil	a
	{color:#fff;text-decoration:none;display:block;font-size:12pt;padding:5px 0}

#menu_movil	a:hover
	{ background-color:rgba(67,123,198,1);padding-left:20px;}

#menu_movil	#men_mov
	{
		margin-top:10px;
		color:#fff;
		padding-left:20px;
		font-size:12pt;
	}
#menu_movil	#submen_mov
	{
		padding-left:30px;
	}



