*{
  margin: 0px;
  padding: 0px;
}

body{
  background-color: #fff;

  font-family: 'Karla', sans-serif;
}

body img#imagen_fondo_1{
  display: none;

  width: 100%;
  height: 100%;

  position: fixed;

  z-index: 1;

  object-fit: cover;
}

body img#imagen_fondo_2{
  display: none;

  width: 100%;
  height: 100%;

  position: fixed;

  z-index: 1;

  object-fit: cover;
}

body img#imagen_fondo_3{
  display: none;

  width: 100%;
  height: 100%;

  position: fixed;

  z-index: 1;

  object-fit: cover;
}

body img#imagen_fondo_4{
  display: none;

  width: 100%;
  height: 100%;

  position: fixed;

  z-index: 1;

  object-fit: cover;
}

body img#imagen_fondo_5{
  display: none;

  width: 100%;
  height: 100%;

  position: fixed;

  z-index: 1;

  object-fit: cover;
}

body img#imagen_fondo_6{
  display: none;

  width: 100%;
  height: 100%;

  position: fixed;

  z-index: 1;

  object-fit: cover;
}

body img#imagen_fondo_7{
  display: none;

  width: 100%;
  height: 100%;

  position: fixed;

  z-index: 1;

  object-fit: cover;
}

body img#imagen_fondo_8{
  display: none;

  width: 100%;
  height: 100%;

  position: fixed;

  z-index: 1;

  object-fit: cover;
}

body img#imagen_fondo_9{
  display: none;

  width: 100%;
  height: 100%;

  position: fixed;

  z-index: 1;

  object-fit: cover;
}

body header{
  height: 100px;

  background-color: #fff;

  display: flex;
  align-items: center;
}

body header h1{
  margin-left: 50px;

  z-index: 2;
}

body header h1 a{
  font-size: 15px;

  color: #000;

  text-decoration: none;
}

body header h1 a:hover{
  font-size: 15px;

  color: #ff00ff;
}

body div{
  display: flex;
}

body div nav{
  width: 200px;

  display: flex;
  flex-direction: column;
}

body div nav ul{
  margin-left: 50px;
  margin-bottom: 20px;

  list-style-type: none;
}

body div nav ul h2{
  font-size: 13px;
}

body div nav ul h2 .titulo_enlaces{
  font-weight: bold;

  color: #000;

  text-decoration: none;
}

body div nav ul li{
  margin: 10px 0px;
}

body div nav ul li a{
  text-decoration: none;

  color: #777;

  font-weight: bold;
  font-size: 13px;
}

body div nav ul h2 a#activo{
  background-color: #ff00ff;

  color: #fff;
}

body div nav ul li a#activo{
  background-color: #ff00ff;

  color: #fff;
}

body nav ul#contenedor_redes_sociales li a.redes_sociales{
  text-decoration: none;

  color: #000;

  font-weight: bold;
}

body section#contenedor{
  display: flex;
  flex-direction: column;
}

body section#contenedor div#contenedor_informacion{
  display: flex;
  flex-direction: column;

  margin-left: 12px;
  margin-bottom: 10px;
  margin-top: 13px;
}

body section#contenedor div#contenedor_informacion p#titulo{
  font-size: 13px;

  margin-bottom: 5px;
}

body section#contenedor div#contenedor_informacion p#titulo span{
  font-weight: bold;
}

body section#contenedor div#contenedor_informacion p.texto{
  font-size: 13px;

  margin-bottom: 5px;
}

body section#contenedor div#contenedor_informacion div#pasar_imagen{
  display: flex;
  align-items: baseline;

  margin-top: 20px;
}

body section#contenedor div#contenedor_informacion p#posicion_imagen{
  font-size: 13px;

  color: #555;
}

body section#contenedor div#contenedor_informacion div#pasar_imagen a#previa{
  font-size: 13px;

  text-decoration: none;

  color: #000;

  margin-right: 7.5px;
}

body section#contenedor div#contenedor_informacion div#pasar_imagen #barra{
  margin-right: 7.5px;
}

body section#contenedor div#contenedor_informacion div#pasar_imagen a#siguiente{
  font-size: 13px;

  text-decoration: none;

  color: #000;

  margin-right: 20px;
}

body section#contenedor div#contenedor_informacion div#pasar_imagen p#posicion_imagen{
  font-size: 13px;

  color: #444;

  margin-right: 50px;
}

body section#contenedor div#contenedor_informacion div#pasar_imagen #mas_info{
  color: #ff00ff;

  font-size: 13px;

  text-decoration: none;
}

body section#contenedor div#contenedor_informacion div#pasar_imagen #mas_text{
  color: #ff00ff;

  font-size: 13px;

  text-decoration: none;

  margin-left: 50px;
}

body section#contenedor div#contenedor_informacion div#pasar_imagen #volver{
  margin-left: auto;
}

body section#contenedor div#contenedor_informacion div#pasar_imagen #volver img{
  width: 20px;
}

body section#contenedor div#contenedor_imagenes{
  margin-left: 12px;

  padding-bottom: 50px;
}

body section#contenedor div#contenedor_imagenes article img{
  width: 895px;
}

.borde{
  border: #aaa solid 1px;
}
