﻿

.divCuadrosCursos {
  background-color: whitesmoke;
  margin-bottom: 10px;
  padding-right: 5px !important;
  padding-left: 5px !important;
}

.cuadrosCursos {
  height: 100px;
  background-color: white;
  margin-top: 1px;
  margin-bottom:3px;
  padding-right: 5px !important;
  padding-left: 5px !important;
  border: solid 1px lightgray;
}

#cuadrosCursos ul {
  display: flex;
  list-style: none;
}
