@charset "utf-8";
/* CSS Document */
/* Add a black background color to the top navigation */
.topnav {
  background-color: #333;
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: indianred;
  color: black;
}

/* Add a color to the active/current link */
.topnav a.active {
  background-color: darkred;
  color: white;
}
footer {
  background-color: #333; /* Dark background color */
  color: #fff; /* White text color */
  padding: 10px; /* Spacing inside the footer */
  text-align: center; /* Center-align text content */
  font-family: Arial, sans-serif; /* Font style */
  font-size: 14px; /* Font size */
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
}
body {
  background: #D9D9D9 url(  "Diseño sin título (1).png") no-repeat fixed center;
}
header {
  background-color: #333; /* Dark background color */
  color: #fff; /* White text color */
  padding: 10px; /* Spacing inside the footer */
  text-align: center; /* Center-align text content */
  font-family: Arial, sans-serif; /* Font style */
  font-size: 14px; /* Font size */
  position: fixed;
  left: 0;
  top: 0;
    width: 100%;}
img:hover {
  transform: scaleX(-1);
}

    