/*
 * css/general.css
 */

body {
  background: #000 url("../imgs/body_bg_01.jpg") repeat-x;
  color: #e6e6e6;
  margin: 0;
  padding: 0;
  font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
}

input, textarea {
  border: 1px solid #eee;
}

table {
  margin-left: 20%;
}

#banner {
  background: url("../imgs/io_logo_01.jpg") no-repeat center;
  height: 83px;
  margin-top: 15%;
  padding: 0;
}

#banner h1{
  display: none;
}

#contenido {
  margin: 0 20% 0 20%;
}

#contenido a{
  color: #fff;
  text-decoration: none;
}

#contenido h2 {
  text-align: center;
}

#somos {
  text-align: center;
}

#somos span {
  font-weight: bold;
}

#f {
  opacity: 0;
}

#msg {
  position: absolute;
  background: #F7CF00;
  top: 0px;
  padding: 0 10px 0 10px;
  color: #000;
  font-size: 10px;
}
