         body{background-color: rgb(216, 213, 213);}
     /*   div{
            display:grid;
            grid-template-columns: repeat(auto-fit,minmax(150px,1fr));
            gap:32px;
        }*/

         #contenedor {
            padding: 5px; width: 100%; justify-content: center;  }

.titulo{
      background-color: rgb(37, 24, 112);padding: 5px;border: 1px solid black; width: 100%; justify-content: center;
}

#divmenu
{
    width: 39%;
    margin: 0.5%;
    padding: 0.5%;
    float: left;
    font-size: 1.5em;
}

.divA {
    height: auto;
    background-color: rgb(37, 24, 112);
    text-align: center;
    font-size: 2em; 
    color: rgb(74, 179, 117);
}

#divB {
    width: 100%;
    height: auto;
    background-color: rgb(37, 24, 112);
    text-align: center;
}

.costado {
    float: right;
}



#contenedor2{
width: 100%; padding: 5px; height: auto;
}

#divimagen {
    width: 59%;
    /*height: 60%;*/
    border-radius: 20%;
    float: right;
}

div.lista-azul li{list-style: none;}
div.lista-azul li::before{ content: "->";color: blue; display: inline-block;width: 2em; margin-left: -1em ; font-size: 2em;}

.fondito{
    background-color: rgb(9, 75, 24);
    color:white;
    text-align: center;
}
.superior {
    margin-top:100px;
    margin-bottom: 10px;
}

@media screen and (max-width: 760px){
    .superior
  {
    margin-top:170px;

  }


#productos {
    float: left; 
    text-align: center;
}

#contenedorproductos {
    float: right;
}