﻿body{background-color:#fff;margin:0;padding:0;}.main-layout{display:grid;width:100%;margin:0;height:100%;min-height:100vh;grid-template-columns:1fr;grid-template-rows:auto auto 1fr auto auto;grid-template-areas:"header" "bodyHeader" "bodyContainer" "menuFooter" "footer";}#header{grid-area:header;position:sticky;position:-webkit-sticky;top:0;height:4rem;z-index:90;}#body-header{grid-area:bodyHeader;position:relative;z-index:89;}#body-container{grid-area:bodyContainer;min-height:60vh;z-index:1;}#menu-footer{display:block;grid-area:menuFooter;z-index:10;}#footer{display:block;grid-area:footer;background-color:#fff;color:#808080;text-align:center;padding:.25rem .5rem;z-index:10;}#footer a{color:#808080;text-decoration:none;}@media only screen and (max-width:690px){.main-layout{width:100%;grid-template-columns:1fr;grid-template-rows:auto auto 1fr auto auto;grid-template-areas:"header" "bodyHeader" "bodyContainer" "menuFooter" "footer";}}div.page-layout #pageMenu{position:sticky;position:-webkit-sticky;top:3.5rem;}div.page-layout #pageProgreso{position:sticky;position:-webkit-sticky;top:4rem;z-index:89;}div.page-layout #pageInformacion{position:sticky;position:-webkit-sticky;top:6.75rem;}