html,body{height:100%;margin:0}body{display:flex;flex-direction:column;min-height:100vh}.layout-wrapper{flex:1;display:flex;flex-direction:column}.cabezera-layout{width:100%;overflow:hidden}.banner-img{width:100%;height:auto;display:block;object-fit:contain}.div-titulo{display:grid;place-content:center}.menu{display:flex;height:50px}.contenedor-imagen{width:100%}.contenedor-menu{display:grid;grid-template-rows:100px 1fr;flex:1}.vacio{margin:0;padding:0;height:0px;background-color:red}.pie-de-pagina{width:100%;background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="300" height="300"><circle cx="50" cy="50" r="3" fill="white" opacity="0.2"/><circle cx="100" cy="150" r="2" fill="white" opacity="0.3"/><circle cx="200" cy="100" r="4" fill="white" opacity="0.1"/></svg>'),linear-gradient(120deg,#0f3b53);color:#fff;height:150px;text-align:center;font-size:13px;padding-top:20px}
