* html #information {
  height:10em;
  font-family: Helvetica, Arial, Verdana, sans-serif;
}

h3{
font-family: Helvetica, Arial, Verdana, sans-serif;
font-weight:normal;
}


#novedades {
  text-align: left;
  font-size: 12px;
  width: 390px;
  float: left;
  margin-right: 55px;
  margin-top: 20px;
}

#novedades li {
  list-style: none;
  margin-bottom: 5px
  padding-left: 0px;
}

#novedades li a {
  text-decoration: none;
}

#iniciativas {
  text-align: left;
  font-size: 12px;
  width: 190px;
  float: left;
  margin-right: 55px;
  margin-top: 20px;
}

#iniciativas li {
  list-style: none;
  margin-bottom: 5px
  padding-left: 0px;
}

#iniciativas li a {
  text-decoration: none;
}

#onthego {
  text-align: left;
  font-size: 12px;
  width: 190px;
  float: left;
  margin-top: 20px;
}

#onthego li {
  list-style: none;
  margin-bottom: 5px
  padding-left: 0px;
}

#onthego li a {
  text-decoration: none;
}

#clientes{
  text-align: center;
  margin-top: 30px;
  width: 912px;
}
#clientes li{
  list-style: none;
  padding-right: 25px;
}

#banner {
  height: 220px;
  width: 910px;
  margin-top:15px;
  margin-bottom:15px;
}

#nav {
  text-align: right;
  margin-bottom: 5px;
  margin-right: 20px;
}

#nav a {
  background: url('/images/cuadrado_azul_p.jpg');
  background-repeat: no-repeat;
  color: #FFF;
  text-decoration: none; 
  margin: 0 2px; 
  padding: 2px 5px;
}

#nav a.activeSlide {
  background: url('/images/cuadrado_azul.jpg');
  background-repeat: no-repeat;
}

#nav a:focus {
  outline: none; 
}

img{
     border: 0px;
     behavior: url('./images/ie6/iepngfix.htc');
}