body {
  margin:0;
  padding:0;
}

#principal
{
  min-height:100vh;
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url(fondo.jpg) no-repeat center center fixed;
  background-size: cover;
}

.producto
{
  font-family: 'Marck Script', cursive;
  font-size: 1rem;
  color: #404B51;
  margin:0;
  padding:0;
}
.descripcion_producto
{
  font-family: 'Marck Script', cursive;
  color: #404B51;
  font-size: 0.7rem;
  margin-left:0.5rem;
  padding:0;
}

.precio
{
  font-family: 'Marck Script', cursive;
  font-size: 1rem;
  margin-left:0.5rem;
  padding:0;
}

#tabla_Menu
{
  margin: 0 auto;
}

#tabla_Menu td
{
  border-bottom-width: 3px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: dotted;
  border-left-style: none;
}

 /* Style the navigation menu */
.topnav {
  overflow: hidden;
  background-color: #333;
  position: relative;
}

/* Hide the links inside the navigation menu (except for logo/home) */
.topnav #myLinks {
  display: none;
}

/* Style navigation menu links */
.topnav a {
  color: white;
  padding: 1rem 1rem;
  text-decoration: none;
  font-size: 1rem;
  display: block;
}

/* Style the hamburger menu */
.topnav a.icon {
  background: black;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

/* Add a grey background color on mouse-over */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Style the active link (or home/logo) */
.active {
  background-color: #04AA6D;
  color: white;
}
.topnav a.active {
  background-color: #04AA6D;
  color: white;
}


h2 
{
  font-family: 'Marck Script', cursive;
  font-size: 2rem;
  color: #343636;
  margin:0;
  padding:0;
}

footer{
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  background: #111;
  height: auto;
  width: 100vw;
  padding-top: 0px;
  color: #fff;
  font-size: 0.7rem;
}

footer p {
  text-align:center;
}

.tUno
{
  font-family: 'Marck Script', cursive;
  font-weight: bold;
  font-size: 1.2rem;
  color: #404B51;
  margin:0;
  padding:0;
}

.tDos
{
  font-family: 'Marck Script', cursive;
  font-size: 1rem;
  color: #404B51;
  margin:0;
  padding:0;
}