html,
body {
  margin:0;
  padding:0;
  height:100%;
  font-family: 'Open Sans', sans-serif;
}

h1,h2,h3,h4,h5,h6{
  color: #073774;

}

#wrapper {
  min-height:100%;
  position:relative;
}


#header {
  background:#003c73;
  border-bottom: 3px solid #f0c209;
}

#header #logo {
  background-image: url(img/uap_logo_home.png);
  position: relative;
  background-repeat: no-repeat;
  background-position: top left;
  background-position: left 30px top 22px;
  width: 100%;
  height: 80px;
  margin: 0px 0px 18px 0px;
}



#content {
  padding:10px;
  padding-top: 80px;
  padding-bottom:44px;   /* Height of the footer element */
}

#manteinance_title{
 /* color: #063e88; */
 font-weight: 700;
 font-size: 3em;
}

#manteinance_text{
  font-weight: 300;
  font-size: 2.3em;
  color: #575757;
}

#manteinance_back_soon{
  
}

#footer {
  width:100%;
  height:44px;
  position:absolute;
  bottom:0;
  left:0;
  background:#003c73;
}

#uap_online_logo {
  position: relative;
  float: left;
  height: 44px;
  margin: 0 0 0 20px;
}

#uap_online_logo_img {
  margin: 5px 0;
}

#gerencia_ti_logo {
  position: relative;
  color: #FFF;
  font-family: sans-serif;
  float: right;
  height: 44px;
  padding-top: 9px;
  margin: 0 20px 0 0;
}
