body {
	width: 1000px;
	margin: auto;
  font-size: 100%;
  color: #fff;
  color: #000;
}

div.logo {
  width: 30%;
  float: left;
  margin-right: 5%;
}

div.logo img {
  width: 100%;
  height: 200px;
  border-radius: 5px;
}

div.banderole {
  width: 65%;
  float: left;
}

div.banderole img {
  height: 200px;
  width: 100%;
  border-radius: 5px;
}

div.leftPart {
  width: 100%;
  min-width: 120px;
  float: left;
  margin: 0;
  margin-bottom: 20px;
}

div.menumenuPrincipal {
  width: 100%;
	min-width: 120px;
  float: left;
	margin: 0;
  border-radius: 5px;
  height: 10px;
  color: #fff;
  background-color: #00b;
}

div.menumenuPrincipal {
  display: inline-block;
/*  overflow: hidden; */
  height: 10px;
  padding: auto;
}

div.login p {
  margin-top: 5px;
  text-align: center;
}

div.login input {
  width: 90px;
}

div.menuItem.level0 {
  display: none;
}

div.contentInner {
 /* outline: 1px solid #2b0;*/
  width: 100%;
	margin: 0;
	min-width: 400px;
  float: left;
  margin-left: 2%;

  /*background-image: url(images/dot.png);
  background-repeat: repeat-y;
  background-position: right;
  text-align: justify;*/
}

div.contentInner2 {
	padding: 10px;
}

div.menuItem a {
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #bfb;
  outline: none;
}

div.menuItem a:hover {
  color: #efe;
}

div.menuItem.current {
  border: 1px solid black;
}

h1 a, h2 a {
  color: #000;
}

h2 a:visited, h1 a:visited {
  color: #000;
}

div.footer {
  width: 100%;
  overflow: hidden;
  text-align: center;
  float:left;
}

h1 {
  font-size: 250%;
  text-align:center;
}

h2 {
  font-size: 150%;
}


hr.headerHr, hr.footerHr {
  display: block;
  width: 1000px;
  height: 4px;
  float: left;
  margin-top: 20px;
  margin-bottom: 30px;
  padding: 0;
  border: 0;
}

hr.footerHr {
  background-image: url(images/hr.png);
}

div.menumenuPrincipal div.menuItem:nth-child(1) {
  background-color: #b00;
  margin-left: 0;
}

div.menumenuPrincipal div.menuItem:nth-child(2) {
  background-color: #0a0;
}

div.menumenuPrincipal div.menuItem:nth-child(3) {
  background-color: #00b;
}

div.menumenuPrincipal div.menuItem:nth-child(4) {
  background-color: #066;
}

div.menumenuPrincipal div.menuItem:nth-child(5) {
  background-color: #606;
}

div.menumenuPrincipal div.menuItem:nth-child(6) {
  background-color: #660;
}

hr.footerHr {
  margin-bottom: 10px;
}

div.menumenuPrincipal div.menuItem {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  height: 30px;
  line-height: 30px;
  vertical-align: center;
  border-radius: 15px;
  padding-left: 15px;
  padding-right: 15px;

  position: relative;
  top: -10px;
}

div.content div.menuItem {
  color: #030;
}

div.content div.menuItem a {
  color: #050;
}

div.content div.menuItem a:hover {
  color: #090;
}
