@font-face {
  font-family: "Eurostile";
  src: url("../Fuentes/Eurostile.woff2")format('woff');
}
#Contenido {
  width: 90%;
  margin: auto;
  max-width: 1200px;
}
.BtnVolver a {
  width: 100px;
  height: 40px;
  float: left;
  margin-top: 25px;
  background-image: url(../img//BtnVolver.svg);
  transition: all 0.5s ease 1s;
}
.BtnVolver :hover {
  background-image: url(../img/BtnVolverHover.svg);
}
#Explicacion {
  width: 100%;
  height: auto;
  float: left;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
  padding-top: 25px;
  margin-bottom: 25px;
}
#TiraColorExplicacion {
  background: #007d81;
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
}
#Titulo {
  color: #FFFFFF;
  padding-left: 10px;
  float: left;
  line-height: 50px;
  font-size: 35px;
}
#Iconos {
  float: right;
  width: 25%;
  margin-top: 10px;
}
#Iconos img {
  margin-right: 10px;
  float: right;
  width: 30px;
  height: auto;
}
#Texto {
  float: left;
  font-family: Arial, sans-serif;
  font-size: 18px;
  color: #646363;
  text-align: justify;
  margin-top: 25px;
}
#Texto p {
  font-family: Arial, sans-serif;
}
#Texto p em {
  font-family: Arial, sans-serif;
}
.Subtitulo {
  color: #007d81;
  float: left;
  overflow: hidden;
  width: 100%;
  border-bottom: 1px solid #9D9D9C;
  margin-bottom: 20px;
}
.SubtituloExplicacion {
  float: left;
  display: block;
  font-family: Arial, sans-serif;
  font-size: 18px;
  color: #646363;
  margin-top: -15px;
  margin-bottom: 20px;
}
.ImagenHorizontal img {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: auto;
  margin-bottom: 50px;
  display: block;
  border-radius: 5px;
}
.FotoSinMargen img {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: auto;
  display: block;
  border-radius: 5px;
}
.FotoVertical img {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  display: block;
  max-width: 707px;
  border-radius: 5px;
}
.FotoPortada img {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: auto;
  max-width: 500px;
  margin-bottom: 20px;
  display: block;
  border-radius: 5px;
}
.FotoRedes img {
  margin-left: 5%;
  margin-right: 5%;
  width: 40%;
  float: left;
  height: auto;
  max-width: 500px;
  margin-bottom: 20px;
  display: block;
  border-radius: 5px;
}
.FotoRedesCentro img {
  margin-left: auto;
  margin-right: auto;
  width: 40%;
  height: auto;
  max-width: 500px;
  margin-bottom: 20px;
  display: block;
  border-radius: 5px;
}
.Video16_9 {
  width: 100%;
  height: auto;
  margin-bottom: 50px;
  border-radius: 5px;
}
.Video1_1 {
  width: 40%;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  max-width: 500px;
  margin-bottom: 25px;
  display: block;
  border-radius: 5px;
}
#BotonIrWeb a {
  color: #dad6ca;
  text-decoration: none;
  height: 35px;
  line-height: 40px;
  padding: 0 25px;
  text-align: center;
  display: block;
  font-size: 18px;
  margin-bottom: 25px;
}
#BotonIrWeb:hover {
  color: #123642;
  background: #dad6ca;
  height: 35px;
  transition: all 1000ms ease;
  text-align: center;
}
@media only screen and (max-width: 950px) {
  #Titulo {
    padding-left: 10px;
    float: left;
    line-height: 40px;
    width: 100%;
    padding-top: 10px;
  }
  #Iconos {
    float: right;
    width: 100%;
    Xborder-top: 2px solid #d0d0d0;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #Iconos img {
    margin-left: 10px;
    float: right;
    width: 25px;
    height: auto;
  }
  .FotoRedes img {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: auto;
    float: none;
  }
  .FotoRedesCentro img {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: auto;
    float: none;
  }
  .Video1_1 {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: auto;
    float: none;
  }
}