

.img_separador{
  
  width: 100%;
}
.img_separador img{
  width: 100%;
}



.footer{
  margin-top: -10px;
  width: 100%;
 
  background-color: green;

  display:    flex;               
  flex-wrap:  wrap;               
  justify-content: space-around;  
        
  background-color:#1b1b1d;
}

.caja{
   
      margin-top:       50px;
      width:           500px;
      min-width:       300px; 
   
      color: white;
      font-family: 'Raleway';

      /*border: 1px solid white;*/
}

.caja img{

  width: 100%;

}


.caja h1{
    
    margin-left:       20%; 
    font-family: 'Raleway';
    font-size:        15px;
    cursor:        pointer;
}

.caja h1:hover{
    text-decoration: underline;

}


.c_COPYRIGHT{
   position: relative;
   width: 100%;
   height: 100px;
   background-color:#1b1b1d;
}

.COPYRIGHT{

  position: absolute;
  top: 60px;
  left: 40px;
text-align:        center;
  font-family: 'Raleway';
  font-size:        15px;
  cursor: pointer;

  color: white;
  text-decoration: none;

}

/*@media screen and (max-width:800px){}*/