/* menu lateral     border-left: 10px solid #666;  */
#nosotros{
  width:90%;
  height:100px;
  margin:auto;
  border-bottom:1px solid #D43A3B;
  margin:10px;
  
}

.menu_lateral{
    
 }      
.menu_lateral ul.acorh,
.menu_lateral ul.acorh * {
margin: 0;
padding: 0;
border: 0;
}
.menu_lateral ul.acorh {
margin: 10px auto;
padding: 0;
list-style: none;
width: 100%;
font-size: 18px;
}
.menu_lateral ul.acorh li {
list-style: none;
}
.menu_lateral ul.acorh li a {
display: block;
padding: 10px 10px 10px 20px;
background: #81A7D6; /* #333*/
color: #eee;
border-bottom: 1px solid #fff;
/* border-top: 1px solid #666; */
text-decoration: none;
box-sizing: border-box;
}
.menu_lateral ul.acorh li ul {
max-height: 0;
margin: 0;
padding: 0;
list-style: none;
overflow: hidden;
transition: .5s all ease-in;
}
.menu_lateral ul.acorh li li a {
padding: 10px 10px 10px 40px;
background: #D3E1F1; /* #999*/
color: #000;
font-size: 16px;
border: 0;
border-bottom: 1px solid #fff;
box-sizing: border-box;
}
.menu_lateral ul.acorc li li:last-child a {
border-bottom: 0;
}
.menu_lateral ul.acorh li:hover ul {
max-height: 300px;
transition: .5s all ease-in;
}
.menu_lateral ul.acorh li a:hover {
background: #BAD0E9; /*#BAD0E9*/
color: #fff;
}
      
#nosotros_der{
    width:94%;
    padding:1%;
    margin:2%;
    text-align: justify;
    /*border:1px solid red;*/
   }     
 
 
 @media(min-width:1024px){
    .nosotros{
    display:flex;
    /*background:#EDF0F5;*/
     } 
     
     
     #nosotros_izq{
     width:20%;
     margin-right:2%;
    /*border:1px solid red;*/
    
     }
     
   #nosotros_der{
    width:78%;
    padding:1%;
    margin:2%;
    text-align: justify;
    /*border:1px solid red;*/
   }  
     
     
 }  
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
      