@import url("https://fonts.googleapis.com/css?family=Didact Gothic");

html , body {
    font-family: 'Didact Gothic', serif;   
    overflow: hidden;       
  } 

  * {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }

.caja{
  border-width:0px;  
  border-style:solid;
  max-width: none;
  margin: 0 auto;
  padding: 0px;
}

.header{
  background-color: rgb(0, 150, 200); /* azul synapsis */  
  color: white;
  /*text-align: center;    */
  max-width: none;
  margin: 0 auto;
  height: 50px;
}

.main{
  border-width:0px;
  width: 100%;
  max-width: none;
  margin: 0 auto;
}


.footer{
  background-color: rgb(0, 150, 200);
  color: white;
  max-width: none;
  margin: 0 auto;
  bottom: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 50px;
  text-align: center;  
}

tr.spaceUnder>td {
  padding-bottom: 2em;
}

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

  #footer {
    
  }

  #main{

  }
}

/**********/


