#header_container{
  background-color: black;
}
#header{
  width: 100%;
  height: 90px;
  color: white;
  background: #33508F url("/images/logo_tarifario_aniversario.png") no-repeat;
  background-size: auto 116px;
  background-position: 50%;
  border-top: 1px solid #294FB3;
  border-bottom: 1px solid #294FB3;
  margin: 0px auto;
}

#header #logo{
  position: relative;
  top: 20px;
  left: 0px;
  float:left;
  text-indent: -2000px;
  width: 400px;
  height: 120px;
  margin: 0em auto;
}

#nav{
  width: 100%;
  height: 32px;
  color: white;
  font-size: 14px;
  line-height: 30px;
  background-image: url('/images/bg_nav.png');
  background-repeat: repeat-x;
}

#subnav-main{
  clear: both;
}
#subnav-main a{
  text-decoration: none;
}
#subnav img{
  padding-right: 0.5em;
  padding-left: 0.5em;
}
#subnav-main{
  margin: 0em auto;
  text-align: left;
  width: 750px;
}

#flash{
  clear: both;
  font-size: 1em;
  margin: 0em auto;
  position: relative;
  top: -20px;
  width: 500px;
}
#flash div{
  color: white;
  font-weight: bold;
  text-align: center;
  width: 450px;
}

.tarifa_nav{
  background: transparent url("/images/bg_tarifa_nav.png");
  text-align: right;
  width: 750px;
  background-color: white;
  padding: 0.5em 1.5em 0.5em 1.5em;
  margin: 0em auto;
}
.tarifa_nav img{ padding-left: 1em; }

a, .link{
  color: #26459E;
  cursor: pointer;
}

