 /* Clases actuales
  background: #0DDC2D;bibo:Map
    background: #0930F0;dctype:Image
    background: #F1E70E;dctype:Dataset
    background: #18E9D9;dctype:Event
    background: #DD4C72;dctype:Collection
    background: #000080;dcterms:Location
    background: #2E8B57;dctype\:PhysicalObject 
    background: #800000 otros; */

 #item-content.bibo\:Map .title-item,
 #item-content.bibo\:Map .sidebar {
     background: #0DDC2D;
 }

 #item-content.dctype\:Image .title-item,
 #item-content.dctype\:Image .sidebar {
     background: #0930F0;
 }

 #item-content.dcterms\:Location .title-item,
 #item-content.dcterms\:Location .sidebar {
     background: #000080;
 }


 #item-content.dctype\:PhysicalObject .title-item,
 #item-content.dctype\:PhysicalObject .sidebar {
     background: #2E8B57;
 }

 #item-content.dctype\:Dataset .title-item,
 #item-content.dctype\:Dataset .sidebar {
     background: #F1E70E;
 }

 #item-content.dctype\:Collection .title-item,
 #item-content.dctype\:Collection .sidebar {
     background: #0930F0;
 }

 #item-content.dctype\:Event .title-item,
 #item-content.dctype\:Event .sidebar {
     background: #18E9D9;
 }


 #item-content .title-item,
 #item-content .sidebar {

     background: #800000;
 }

 #item-content.bibo\:Map .sidebar,
 #item-content.dctype\:Image .sidebar,
 #item-content.dcterms\:Location .sidebar,
 #item-content.dctype\:PhysicalObject .sidebar,
 #item-content.dctype\:Dataset .sidebar,
 #item-content.dctype\:Collection .sidebar,
 #item-content.dctype\:Event .sidebar,
 #item-content .sidebar {
     opacity: 0.6;

 }

 .sidebar {
     background-color: #5b5f61;
 }

 .item-content {
     padding: 0.5rem;
 }