body {
    background-color: white;
}

* {
    box-sizing: border-box;
}

/* TOP DE LA PÁGINA */

.topweb::after {
    content: "";
    clear: both;
    display: table;
}

.topweb img {
    float: left;
    height: 100px;
}

.topweb h1 {
    text-align: center;
    font-size: 40px;
    line-height:100px;
    color: #999999;
}

.topweb h2 {
  text-align: center;
  font-size: 30px;
  color: #999999;
}


/* BARRA DE NAVEGACIÓN */

.topnav {
    background-color: #a71026;
    overflow: hidden;
}

.topnav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.topnav li {
    border-right: 1px solid #bbb;
    float: left;
    display: block;
    text-align: center;
    font-size: 25px;
    color: #eead39;
    text-decoration: none;
}

.topnav li a {
    display: block;
    text-align: center;
    padding: 10px 40px;
    font-size: 25px;
    color: #eead39;
    text-decoration: none;
}

.topnav li a:hover {
    background-color: #ddd;
    color: black;
}

.topnav li a.active {
    background-color: #eead39;
    color: #a71026;
}

/* TALLERES */

.talleres {
    width: 100%;
}

.talleres td, th {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: center;
}
