.logo {
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo img {
  width: 200px;
}

.conte_texto {
  width: 100%;
  max-width: 900px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: justify;
}
.conte_texto p {
  color: #0066cc;
}

.imagen,.imagen_v,.imagen_p {
  display: flex;
  justify-content: center;
  align-items: center;
}
.imagen img {
  width: 350px;
}
.imagen_v img {
  width: 250px;
}
.imagen_p img {
  width: 200px;
}
.rojo_2 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.rojo_2 {
  position: relative;
  width: 130px;
  height: 140px;
  background:url(Inde/circ/rojo_pincha.png);
  background-size: cover;
  margin: 10px;
}
.rojo_2 a {
  text-decoration: none;
}
.rojo_2 a p {
  text-decoration: none;
}
.facebook {
  position: relative;
  text-align: center;
  padding-bottom: 20px;
}
.facebook a {
  text-decoration: none;
  color: #1ad1ff;
}
.icon {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.t_rojo {
  color: #004d99;
}
@media screen and (max-width: 600px) {
  .tex_central p,.tex_central_2 p,.conte_texto p {
    margin: 20px;
  }
}