  #infoDiv {
        background-color: white;
        padding: 10px;
        width: 260px;
        margin: 5px;
        position: absolute;
        bottom: 15px;
        right: 10px;
        font-size: 14px;
        display: none;
      }



 /* Listado de capas  */
         .esri-component.esri-layer-list.esri-widget.esri-widget--panel{
          width:200px;
        }
        ul {
        width:220px;
       }
       .esri-layer-list__item-container
       {
         width:170px;
         border:1px solid cornflowerblue;
         outline-style:solid;
        outline-color: cornflowerblue;
       }
 
       .esri-layer-list__item-title
       {
        font: italic bold 10px Georgia, serif;
        
       }


     .cboxes{font: italic bold 10px Georgia, serif;}

       .esri-layer-list__item-title:hover{
        background-color: gainsboro;
       }
        
       .esri-component.esri-legend.esri-widget--panel.esri-widget{
        width:180px;
        background-color:lightblue;
        
       }



esri-basemap-gallery.esri-widget.esri-widget--panel-height-only{width:250px;}