body{
    background: #fffbef!important;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
}
#container{

   
    display: flex;
    align-items: center;
    align-self: center;
    justify-content: center;
    width: 100%;
    
   

}
#container2{

    

}
#texto{
    width: 100%;
    
   
}
a{
    text-decoration: none;
}
.separador{
    height: 20px;
   
}
.separador-ln{
    height: 20px;
    border-bottom: solid 1px;
}

#nosotros{
   display: flex;
   align-items: center;
   justify-content: left;
   margin-right: 20px;
   margin-left: 20px;
}
.btn{
    width: 120px;
    background-color: #e6e2d7;
    padding-left: 6px;
    border-radius: 30%;
   
    border: solid 1px;
    
}
.btn a{
   
    font-size: 14px!important;
}

footer{
    min-height: 70px;
 
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#191919', endColorStr='#000000');
  border-top: 1px solid rgba(50, 50, 50, 0.3);
  width: 100%;
  /*position: relative;
  clear: both;             
  margin-top: 0px;            ELIMINADO
  padding-top: 0px;
  overflow: visible;*/
  position: fixed;
  bottom: 0;              /* NUEVO */
}

#cont_info{
    display: flex;
    align-content: center;
    justify-content: center;

    width: 50%;
}

.p_titulo_empresa
{    
   
    text-align:center;
    font-size:18px;
    text-transform:uppercase;
    color:#0B7C6A;
    width:95%;
    }       
.p_contenido_empresa
{    
   
    width:95%;
    text-align: center;
    font-size:16px;
    
}  

#body_empresa{
    margin: auto;
}
.btn_empresa{
    display: flex;
}
.btn_empresa button{
    margin-top: 10px;
    margin-left: 20px;
    margin-bottom: 50px;
    background: #e6e2d7;
    border: solid 1px;
    border-radius: 30%;
    height: 32px;
    font-size: 16px;
    
    
}

#img-logo{
   display: flex;
   justify-content: center;
   align-items: top;
   margin-left: 45%;
  

    height: 100px;
    width: 100px;
    
}