/*.contenedor { max-height: none; width: 100%; } .banner { background-color: #333; color: white; padding: 2px; } .banner h1 { font-size: 35px; margin-left: 2%; pointer-events: none; } .banner nav { display: flex; justify-content: space-between; align-items: center; } .opciones { list-style: none; padding: 0; margin: 0; } .opciones li { display: inline-block; margin-left: 10px; margin-right: 30px; } .opciones li a { color: white; text-decoration: none; } .opciones li a:hover { text-decoration: underline; }*/ header.headerOE{ display: inline; width: 100%; height: 18%; text-align: center; } div.grupo1{ background-color: #D5EEBB; padding: 0%; } #logo{ width: 70px; height:min-content; } div.grupo2{ background-color: #D5EEBB; margin-top: 10px; margin-left: 10px; text-align: left; font-size: x-large; } li.tit{ background-color: #D5EEBB; color:rgba(36, 15, 103, 0.922); font-size: xx-large; font-weight: bold; } nav ul { list-style-type: none; background-color:#D5EEBB; } nav ul li { display: inline; margin-right: 80px; } li a{ background-color: #D5EEBB; color:rgb(172, 104, 9); }