*{
  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 p.titulo{
  width: 655px;

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

  margin-top: 13px;
  line-height: 20px;

  margin-left: 12px;
}

body section p.texto{
  width: 655px;

  font-size: 13px;
  line-height: 20px;

  margin-left: 12px;
}

body section p.texto2{
  font-size: 13px;

  width: 655px;

  margin-left: 12px;
}

body section p.enlace{
  font-size: 13px;

  width: 655px;

  margin-left: 12px;
}

body section p.enlace a{
  color: #000;
}


hr{
  margin-bottom: 25px;
}
