#menu {
  font-family: Arial;
  font-size: 12;
  font-weight:bold;
  margin:0px;
  padding:0px;
}

#menu ul {
  margin:0px;
  padding:0px;
  list-style-type:none;
}

#menu a {
  display: block;
  padding: 3px;
  width: 108px;
  background-color: #2874A6;
  border-bottom: 1px solid #eee;
  text-align:center;
}

#menu a:link, #menu a:visited {
  color: #FFF;
  text-decoration: none;
}

#menu a:hover {
  background-color: #3498DB;
  color: #FFF;
}

#submenu a {
  display: block;
  padding: 3px;
  width: 108px;
  background-color: #fff;
  border-bottom: 1px solid #eee;
  text-align:left;
  font-weight:normal;
}

#submenu a:link, #submenu a:visited {
  color: #000;
  text-decoration: none;
}

#submenu a:hover {
  background-color: #f0e3bf;
  color: #000;
}


table
{
  border: 0px solid #FFFF;
  width: 100%;
 }

th
{
   font-size:13px;
   text-align: left;
   font-family:arial;
   font-weight: bold;
}

td {
	
   font:11px arial;
   text-align: center;
}

thead th
{
  color: #fff;
}

tbody th
{
  font-family:arial;
  font-weight: normal;
  color:#fff;
}
.botonsubmit {
  color:#FFF;
  background-color:#0099FF;
  border: 1px solid #0000;
}
.centerlogin {
  margin: auto;
  width: 25%;
  height: 400px;
  border: 0px solid #73AD21;
  padding: 80px;
}
