@import url('https://fonts.googleapis.com/css?family=Open+Sans:300');


#contenedor {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

.responsiv {
  width: 210px;
  padding: 9px;
  margin: 5px;
  text-align: center;
}


.des, a {
  text-decoration: none;
  color: black;
  font-family: 'Open Sans', sans-serif;
}

.desc a:hover {
  color: #999999;
  text-decoration: underline;
}

.color1 a {
  color: #ff8000;
}

.linea {
  width: 200px;
  height: 1.2px;
  background-color: #666;
}