html, body {
  eight: 100%;
}
body {
  background-color: #fff;
  color: #808080;
  margin: 0;
  padding: 0;
  font-family: Roboto, Arial, serif;
}
a:link, a:visited {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #000;
  text-decoration: underline;
}
*, ::after, ::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#base {
  max-width: 1200px;
  text-align: center;
  font-family: 'Roboto', Arial, serif;
  font-weight: 400;
  position: relative;
  margin: 0 auto;
  padding: 0 40px;
}
#cabecera {
  height: 95px;
  background-image: url("../img/logo-Gesio.svg");
  background-repeat: no-repeat;
  background-position: center center;
  text-align: left;
}
#menu {
  left: 40px;
  position: absolute;
  top: 20px;
}
h1 {
  font-size: 18px;
  color: #000;
  font-weight: 400;
  margin: 0 0 50px;
}
h1::before {
  content: "UPDATE";
  font-size: 180px;
  position: absolute;
  color: #f4f4f4;
  z-index: -1;
  top: 120px;
  font-weight: 900;
  width: 100%;
  text-align: center;
  right: 10px;
  letter-spacing: .1em;
  line-height: 1;
}

#areaContenido {
  text-align: left;
}
/* MENU //////////////////////////////////////////////////////////////////////////////////////////////*/

#mySidenav ul {
  font-size: 14px;
  padding: 10px 20px;
  margin: 0;
  list-style-type: none;
}
#mySidenav ul li {
  margin: 0;
  padding: 0;
}
#mySidenav ul a {
  color: #999;
  display: block;
  margin: 0;
  padding: 5px 0;
  text-decoration: none;
  moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#mySidenav ul a::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 2px;
  background-color: #999;
  vertical-align: middle;
  margin-right: 5px;
}
#mySidenav ul a:hover {
  padding: 5px 0 5px 8px;
  color: #000;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#mySidenav ul a:hover::before {
  width: 15px;
}
#mySidenav ul li.activo {
  color: #000;
  font-weight: 700;
  display: block;
  margin: 0;
  padding: 5px 0;
  font-size: 20px;
}
#mySidenav ul li.activo::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 2px;
  background-color: #000;
  vertical-align: top;
  margin-right: 5px;
  margin-top: 16px;
}
.sidenav {
  height: 100%;
  width: 300px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: -320px;
  background-color: rgba(255, 255, 255, 0.99);
  overflow-x: hidden;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .25);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, .25);
  box-shadow: 0 0 20px rgba(0, 0, 0, .25);
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-color: #f4f4f4;
}
.sidenav.abierto {
  left: 0;
}
.sidenav .closebtn {
  position: fixed;
  top: 10px;
  left: -30px;
  font-size: 36px;
  z-index: 99999;
}
.sidenav.abierto .closebtn {
  left: 260px;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/* CONTENIDO //////////////////////////////////////////////////////////////////////////////////////////////*/

#submenu h2 {
  color: #000;
  font-family: 'Roboto Condensed', Arial, serif;
  font-weight: 300;
  font-size: 60px;
  padding: 0;
  margin: 0;
}
#submenu h2 span.fecha {
  font-size: 20px;
  display: block;
}
div.megaeditor {
  margin: 0px;
  padding: 0;
}
#listaMejoras, #listaBugs {
  padding-left: 0;
  list-style-type: none;
}
div.megaeditor b, div.megaeditor strong {
  color: #000;
  font-weight: 600;
  margin-bottom: 5px;
  display: block;
}
#contenido div.megaeditor h2 {
  font-family: 'Roboto Condensed', Arial, serif;
  font-weight: 300;
  font-size: 36px;
  color: #000;
  border-bottom: 0 none;
  margin: 30px 0 0;
  background-repeat: no-repeat;
  background-position: right bottom;
  padding-right: 40px;
  background-size: 36px auto;
  display: inline-block;
}
#mejoras {
  background-image: url(../img/ico_mejoras.svg);
}
#bug {
  background-image: url(../img/ico_bug.svg);
}
.proximamente {
  font-style: italic;
  text-align: center;
  padding: 50px 20px;
  background-color: #f4f4f4;
}
.seccionPrincipal {
  margin-top: 20px;
}
.seccionPrincipal ul {
  padding-left: 0;
}
.seccionPrincipal li {
  padding: 2px 0;
  list-style-type: none;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.seccionPrincipal li:hover {
  background-color: #f4f4f4;
  padding: 10px 0 10px 20px;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  margin: 5px 0;
  color: #000;
  font-size: 18px;
}
.tipo {
  font-style: italic;
  font-size: 11px;
  background-color: #f4f4f4;
  padding: 5px 7px;
  display: block;
}
.mejora {
  font-size: 14px;
  display: flex;
  padding-right: 40px;
}
.seccionPrincipal li:hover .mejora {
  font-size: 16px;
}
.seccionPrincipal li:hover .tipo {
  font-size: 14px;
}
.seccionPrincipal li span.mejora::before {
  content: "";
  position: relative;
  width: 6px;
  height: 2px;
  background-color: #808080;
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
  margin-top: 7px;
}
/*//////////////////////////////////////////////////////////////////////////////////////////////*/
/*  PIE  */
/*//////////////////////////////////////////////////////////////////////////////////////////////*/
#pie {
  width: 100%;
  text-align: center;
}
#capaWebs {
  margin-bottom: 20px;
  margin-top: 20px;
}
#contenedorPie {
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 0 30px;
}
#direccion {
  text-align: left;
  color: #999;
  font-size: 12px;
  line-height: 1.6;
  background-repeat: no-repeat;
  background-position: left top;
  background-image: url(../img/logo-Gesio.svg);
  background-size: 130px auto;
  padding-left: 150px;
  padding-top: 3px;
  position: relative;
}
#social {
  float: right;
  margin-top: -15px;
}
#capaWebs ul {
  font-size: 12px;
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
#capaWebs ul li {
  margin: 0;
  padding: 0 5px;
  text-align: left;
}
#pie #capaWebs ul li a:link, #pie #capaWebs ul li a:visited {
  color: #8b8b8b;
  background-color: #f4f4f4;
  display: block;
  padding: 20px;
}
#pie #capaWebs ul li a:hover {
  color:#000;
  text-decoration: none;
}
#pie  #capaWebs ul.listaPie {
  padding-top: 20px;
}
.titPie {
  display: block;
  color: #000;
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 500;
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
     ESTILOS HASTA 1280
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

@media only screen and (max-width: 1280px) {

}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
     ESTILOS HASTA 768
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

@media only screen and (max-width: 768px) {
#cabecera {
  height: 65px;
  background-image: url("../img/logo-Gesio.svg");
  background-repeat: no-repeat;
  background-position: 0 15px;
  text-align: left;
  background-size: 140px auto;
}
#menu {
  left: inherit;
  right: 40px;
}
h1 {
  text-align: left;
  margin-bottom: 30px;
}
h1::before {
  font-size: 22vw;
  z-index: -1;
  top: 20px;
  right: inherit;
  left: 0;
}
#capaWebs ul {
  flex-direction: column;
}
#capaWebs ul li {
  padding: 5px 0;
}
#direccion {
  padding-left: 0;
  padding-top: 50px;
}
#capaWebs {
  margin-top: 10px;
}
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
     ESTILOS HASTA 600
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

@media only screen and (max-width: 600px) {
#base {
  padding: 0 20px;
}
#cabecera {
  height: 55px;
  background-position: 0 15px;
  background-size: 120px auto;
}
#menu {
  right: 20px;
  left: inherit;
}
h1::before {
  font-size: 30px;
  top: 22px;
  right: inherit;
  left: 147px;
  color: #000;
  text-align: left;
  font-weight: 300;
}
#submenu h2 {
  font-size: 48px;
}
.mejora {
  padding-right: 20px;
}
#social {
  float: none;
  margin-top: 0;
  position: absolute;
  right: 0;
  top: 0;
}
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
     ESTILOS HASTA 480
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

@media only screen and (max-width: 480px) {
#base {
  padding: 0 20px;
}
#submenu h2 {
  font-size: 42px;
}
#contenido div.megaeditor h2 {
  font-size: 30px;
}
}