/******************* menu lateral *********************/
.contexto > li > a {
  padding: 0px 15px;
}
.contexto {
  background-color: #812b2c;
}
.contexto li {
  text-align: center;
  border-bottom: 3px solid white;
}
.contexto a,
.contexto span {
  color: white;
  height: 40px;
  line-height: 40px;
}

.contexto > li > a:focus,
.contexto > li > a:hover {
  text-decoration: none;
  background-color: white;
  color: #812b2c;
  /*border-bottom: 2px solid white;*/
}
.contexto > li > a:hover {
  border-bottom: 1px solid #812b2c;
  border-top: 1px solid #812b2c;
}
.before-component {
}
.flox .mark1 {
  min-height: 79px;
}
.flox > div > p {
  margin-bottom: 21px;
}
/******************* menu lateral child ***************************/
ul.nav-child.unstyled.small {
  background-color: #ccc;
  border: 1px solid #812b2c;
}
ul.nav-child.unstyled.small li {
  list-style-type: none;
  height: 40px;
  border-bottom: 1px solid #812b2c;
}
ul.nav-child.unstyled.small a {
  color: #812b2c;
  font-weight: bolder;
}
li.deeper.parent {
  border-bottom: none;
}
