body{
          display: flex;
    /*background: url(/fondo_desktop.png);*/
    background-color: var(--navegacion-externa-fondo-color);    
    background-size: cover;
      }
      .myappi.template{
      	position:relative;
        border-radius:10px;
      }
      
      .menu_externo {
          width: 300px;
          font-size: 20px;
          margin-left: 100px;
          margin-top: 30px;
      }
      .menu_externo a{
      	color: var(--navegacion-externa-fuente-color);
        font-size: var(--navegacion-externa-fuente-size);
        font-family: var(--navegacion-externa-fuente-family);
        font-weight: var(--navegacion-externa-fuente-weight);
        line-height:1.2em;
        padding:10px;
        border-radius:3px;
      }
      nav.top {
    width: 75% !important;
      }
      .menu_externo a:hover,.menu_externo a.active{
      	background:rgb(0,97,166);
        color:white;
        box-shadow: 1px 1px 6px 0px rgba(0,0,0,.3)
      }
      .menu_externo a>.fa{
      	width:1.4em;
        color:rgb(1,176,264);
      }
      .menu_externo>div{
      	font-size: 22px;font-weight: bold;margin-bottom: 20px;color: #444;cursor:pointer;
      }
      .menu_externo>div>div{
      	width: 50px;height: 50px;background: white;border-radius: 3px;box-shadow: 1px 1px 6px 0px rgba(0,0,0,.3);padding: 5px;display: inline-block;margin-right: 10px;
      }
      .menu_externo>div>div>img{
      	width:100%;
      }
      .menu_externo .logo{
      	width:200px;margin:50px auto
      }
      .myappi.template{
        height: 90vh !important;
    	width: 400px !important;
    	margin: 5vh auto !important;
        box-shadow: 1px 1px 6px 0px rgba(0,0,0,.3);
        /*border-radius:10px;*/
        overflow:hidden;
      }
      @media only screen and (max-width:630px){
        .menu_externo{
        	display:none;
        }
        .myappi.template{
          height: 100vh !important;
          width: 100% !important;
          margin: 0 !important;
        }
      }
	  
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: transparent;
}
::-webkit-scrollbar-thumb {
        border-radius: 10px;
    background: #c1c1c14a;
}