.contenedorMenHrz {
  /*display: flex;*/
  /*flex-direction: column;*/
  /*border: 2px solid #00468Baa;
  border-radius: 0 0 10px 10px;*/
}

.rt-blockFiscal {
    margin: 20px auto;
    padding: 20px;
    width: 90%;
}
.pestanasMenHrz {
  display: flex;
  color: white;
  width: 100%;
  /*border-bottom: 2px solid #00468Baa;*/
}

.pestannaMenu {
  flex: 1;
  padding: 10px;
  text-align: center;
  cursor: pointer;
  /*border: 1px solid #00468B;*/
  border-radius: 10px 10px 0 0;
  margin: 0 10px;
  background-color: #00468B; /*#333;*/
  position: relative;
}

.activoMnFiscal::before {
  content: '▶'; /*'\003E'; /* Símbolo mayor (>), puedes cambiarlo por el símbolo que desees */
  position: absolute;
  left: 20%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.activoMnFiscal::after {
  content: '◀'; /*'\003C'; /* Símbolo menor (<), puedes cambiarlo por el símbolo que desees */
  position: absolute;
  right: 15%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.activoMnFiscal {
  background-color: #00468Baa;
  /*border: 2px solid #D9534F;*/
}
.activoCntFiscal {
  display: block !important;
}

.contentContenido{
  border: 2px solid #00468Baa;
  border-radius: 10px;
  min-height: 200px;
}

.activoCntFiscal{display: block;}
.contenidoOption{display: none; padding: 20px;}
.cntndLateral{ 
    width: 100%;  
    border-top: 1px #D9534F solid;
    border-right: 1px #D9534F solid;
    border-bottom: 1px #D9534F solid;
    border-radius: 0 10px 10px 0; 
    background-color: f3f3f3;
    max-height: 1000px;
    overflow: auto;
}
/*
.cntndLateral::-webkit-scrollbar-thumb,
.cntndLateral::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: red;
}
*/

/*menuItem { display: none;}*/

.menuItem.active::after {
    position: relative; 
    content: '◀'; 
    margin-right: 5px;
    right: -20px; 
}

@media screen and (max-width: 768px) {
    .activoMnFiscal::before { left: 10%; }

    .activoMnFiscal::after { right: 3%; }

    .cntndLateral{ max-height: none; }

}

/******/
.pstnnsFlex{display: flex;}
.mrg20{margin: 20px;}

