/** {margin: 0px;
padding: 0px; outline: 0;
}*/
/*html, body {width: 100%;
}
body {background: #366;
font-family: Verdana, Arial, Helvetica, sans-serif;
}*/
#navegacion {
    font-family: IMPORT-REGULAR;
    font-size: 1.2em;
    /* width: 990px; */
   
    margin: auto;
    height: initial;
    /* margin: 20px auto auto auto; */
    /* text-shadow: 2px 2px 1px #000; */
}
#registro_perfil,#login_perfil{
	display:none;
	
}
.logged_user{
	 min-width: 451px;
}
#navegacion ul {
    padding: 0px;
	list-style-type: none;
}
#navegacion ul li {
	width: auto;
}
li.nivel1.logo{
	border-left: none !important;
}
li.nivel1.logo a{
	    background: none !important;
}
#navegacion ul li.nivel1 { float: left;
	/*border-left: solid 2px #C00;*/

}
#navegacion ul li.nivel1.primero{ 
	border-left: none;

}
#navegacion ul li.nivel1 a.nivel1{ 
transition:0.5s;
background:none;
   padding: 0 10px; 


}
#navegacion ul li.nivel1 a.nivel1:hover,#navegacion ul li.nivel1 a.nivel1#selected{ 
     background: none; 
    /* background: url(../images/bg_white25.png) transparent; */
    text-shadow: #FF1700 0px 0px 19px;
    color: #FF4F00;

}
#navegacion ul li.nivel1 a.nivel1#selected{

    color: #FFF;
    /* border-left: 1px solid #000; */
    border-bottom: 5px #ffb400 solid;
    /* border-right: 1px solid #000; */
    text-shadow: none;
}
#navegacion ul li a {
	/*nivel 1*/
	display: block;
text-decoration: none;
color: #FFF;
background-color: #585D63;

padding: 15px 19px 15px 15px;
position: relative;
text-transform:uppercase;

/*border-left:4px solid #ff0000;*/
}
#navegacion ul li a.nivel3 {
	/*Sub nivel 3*/
	
	border-left:dashed #060 thin;
}


#navegacion ul li a.nivel2, #navegacion ul li a.nivel2ie {color: #FFF;
}
#navegacion ul li a.nivel1, #navegacion ul li a.nivel2 {display: block!important;display: none;
position: relative;
}
#navegacion ul li:hover {position: relative;
}
#navegacion ul li a:hover, #navegacion ul li:hover a.nivel1 {
	/*color en nivel 1 cuando se pulsa en sub nivel 2*/
	background-color: #CCC;
color: #000;
position: relative;
}
#navegacion ul li ul {display: none;
}
#navegacion ul li:hover  ul.nivel2, #navegacion ul li a:hover  ul.nivel2{
	/*posicion subnivel2*/
	display: block;
position: absolute;left: -35px;


}
#navegacion ul li ul li a:hover ul.nivel3, #navegacion ul li ul li:hover ul.nivel3 {display: block;
position: absolute;
left: 140px;

top:0px!important;top: -21px;

}
#navegacion ul li ul li a {
	/*Sub niveles*/
	width: 135px;
padding: 8px 0px;

border-top-color: #050;
color:#666;
background-color:#CCC;
z-index:999999999;
transition:0.5s;
border-left:none;

}
#navegacion ul li ul li a:hover {
	background-color:#999;
	color:#FFF;
position: relative;
}
#navegacion ul li ul li ul li a.primera {
	border-top-color: #000;
}
table.falsa {border-collapse:collapse;
border:0px;
float: left;
position: relative;
}

/*Menu movil*/

   #menu_movil_float{
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	display:none;
    background: 0 0;
    border: none;
	outline:none;
    border-radius: 0;
    padding: 0;
    position: fixed;
       z-index: 12;
    height: 64px;
    top: 0%;
    right: 0%;
    width: 100px;
	    cursor: pointer;
   }
  
   #ventana_movil{
	position: fixed;
    float: left;
    width: 100%;
    height: 100%;
    background: url(../../../images/bg_black.png);
    top: 0%;
    left: 0;
    padding: 30px 0;
	display:none;
	    z-index: 8;
   }
 
   .l1_movil,.l2_movil,.l3_movil{
    width: 90%;
    display: block;
    /* background: #FFF; */
    margin: 2% auto;
    /* border: solid 1px #CCC; */
    padding: 1%;
     text-align: center; 
    text-transform: uppercase;
    color: #FFF;
    transition: 0.4s;
    font-size: 1.3em;
   
   }
   #home_perfil{
	    /* float: left; */
    position: fixed;
    left: 0;
    display: none;
    width: 100%;
    height: 50px;
    top: 0;
	padding-top:2%;
    /* cursor: pointer; */
    z-index: 9;
    /* background-size: cover; */
    /* background: url(../../../templates/balkanbomba/images/logo.png); */
    /* background-size: contain; */
    background-position: center;
  /*  border-bottom: solid 1px #666;
    background-color: #000;*/
    background-repeat: no-repeat;
    transition: ease-in-out 0.3s;
   }
   #home_perfil_enlace{
	   
   }
      #home_perfil_enlace img{
	   margin: auto;
    width: 60%;
    text-align: center;
    display: table;
   }
   .l1_movil:hover,.l2_movil:hover,.l3_movil:hover{
	    color: #b5093b;
    /* border: none; */
    /* border-bottom: 1px #F00; */
    /* background: #000; */
    text-decoration: none;
   }
   .l2_movil{
	     margin: 10px auto;
    width: 80%;  
   }
    .l3_movil{
	     margin: 10px auto;
    width: 70%;  
   }