* {
  margin: 0;
  padding: 0;
}
body {
  font-size: 76%;
}
img {
  border-width: 0;
}
a {
  outline-style: none;
}
body {
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  font-size: 14px;
}
#menu ul {
  margin-left: 0;
  color: White;
  width: 100%;
  font-style: normal;
  font-size: small;
  padding-left: 0;
  background-color: #003366;
  float: left;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: normal;
}
#menu ul li {
  display: inline;
}
#menu ul li a {
  border-right: 1px solid #ffffff;
  padding: 0.2em 1em;
  background-color: #003366;
  color: White;
  text-decoration: none;
  float: left;
  height: 18px;
}
#menu ul li a:hover {
  background-color: #336699;
  color: #ffffff;
}
#cabecera {
  background-color: #ffffff;
  height: 100px;
  width: 100%;
}
#logo {
  margin: 10px;
  float: left;
  width: 305px;
  height: 75px;
  background-color: transparent;
  background-image: url(imagenes/logo.gif);  
  background-repeat: no-repeat;
  background-position: left top;
}
#flash {
  width: 390px;
  height: 96px;  
  float: left;
  background-color: transparent;
  background-image: url(imagenes/flashtexto.gif);
  background-repeat: no-repeat;
  background-position: center;
}
#google {
  float: left;  
  margin-top: 64px;  
}
#centro {
  margin: 5px;
  font-family: verdana,helvetica,sans-serif;
  width: 100%;
  float: left;
  background-color: #ffffff;
  min-height: 600px;
  height: auto ! important;
}
#pie {
  margin: 0;
  padding: 4px;
  clear: both;
  font-family: verdana,helvetica,sans-serif;
  color: black;
  background-color: #aaaaaa;
  height: 16px;
  font-size: 10px;
  text-align: left;  
  text-decoration: none;
}

