.botonSecciones{
	color:black;
	background-color: #EEE;
}
.botonSeccionSelecta{
	color:black;
    background-color: orange;
}
.botonSecciones:active { 
    background-color: orange;
}
.botonSecciones:focus { 
    background-color: orange;
}
.headerP
{
	background-color:#FB3;
	color:#000;
	text-align: center;
	float:center;
	font-size:20px;
	padding-top:4px;
}
#header
{
	background-color:#FFF;
}
body
{
	font-size: 18px;

}
h4 
{
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 1.1;
}
#navigation > li > a 
{
    font-weight: 700;
    position: relative;
    display: block;
    padding: 12px 15px;
    padding-left: 20px;

    cursor: pointer;
    text-decoration: none;
    background-color: transparent;
    line-height: 1.42857143;
}
.badge
{
  border-radius: 50%;
  display: inline-block;
}
.panel-body
{
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right:  15px;
}
.fondoM
{
	 background:SteelBlue;
}
.fondoM a
{
		 color: rgba(255, 255, 255, 0.9);

}

.fondoA
{
	 background:SteelBlue;
	 color: rgba(255, 255, 255, 0.9);
}

#sidebar.scheme-light #navigation  li a {
    color: rgba(255, 255, 255, 0.9);
    background:SteelBlue;
}
#sidebar.scheme-light #navigation  li a {
    color: rgba(255, 255, 255, 0.9);
    background:SteelBlue;
}
body
{
	background-color: rgb(255, 255, 255);
}
.appWrapper
{
	background-color: Cornsilk;
}

details {
    width: 100%;
    margin: 0 auto ;
    margin-bottom: .5rem;
    /*padding-bottom: .5rem;*/
    box-shadow: 0 .1rem 1rem -.5rem rgba(0,0,0,.4);
    border-radius: 5px;
   /* overflow: hidden; */
  }
  
  summary {
    padding: 1rem;
    display: block;
    padding-left: 2.2rem;
    position: relative;
    cursor: pointer;
  }
  
  summary:before {
    content: '';
    border-width: .4rem;
    border-style: solid;
    border-color: transparent transparent transparent #444;
    position: absolute;
    top: 1.3rem;
    left: 1rem;
    transform: rotate(0);
    transform-origin: .2rem 50%;
    transition: .25s transform ease;
  }
  
  /* THE MAGIC 🧙‍♀️ */
  details[open] > summary:before {
    transform: rotate(90deg);
    
  }
  details[open] {
  
      padding-bottom: .5rem;
  }
  details summary::-webkit-details-marker {
    display:none;
  }
  
  










