/***************************
  Disposição do layout
 ***************************/

body{
	text-align:center;
	background:#ffffcc;
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:80%;
	margin:0px;
	padding:0px;
}

div#menu {
	background:#DD2424;
	padding: 2px;
    width: 150px;
    position: absolute;
    left: 10px;
    top: 70px;
    text-align: left;
	border-top:2px solid #DD2424;
	border-left:2px solid #DD2424;
	border-right:2px solid #DD2424;
    border-bottom:2px solid #DD2424;
    font-size:10px;
}

div#menu span {
  display: block;
  text-align: center;
  border-bottom: 2px solid white;
  font-weight: bold;
  font-size:16px;
  color:white;
}

div#menu a span {
  display:none;
}

div#menu a:hover span {
  display: block;
  position: absolute;
  left: 130px;
  z-index: 100;
  width: 150px;
  border: 1px solid #000000;
  background: #ffffcc;
  color: #000000;
  text-decoration: none;
  padding: 0.5em;
}

div#menu a {
  padding: 2px;
  border-left: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
  display: block;
  margin: 2px;
  color: #000000;
  background: #ffffe0;
  text-decoration:none
}

div#menu a:visited {
  color: #000000;
}

div#menu a:hover {
  border-left: 1px solid #42697b;
  border-top: 1px solid #42697b;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  background: #ffff00;
  color:#000000;
}

div#topo {
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
  padding: 10px;
  border-left: 2px solid #DD2424;
  border-top: 2px solid #DD2424;
  border-right: 2px solid #DD2424;
  border-bottom: 2px solid #DD2424;
  background:#DD2424;
  color:white;
  font-size:20px;
  font-weight: bold;
}

div#principal{
   position: absolute;
   text-align:left;
   background:#ffffff;
   left: 180px;
   right: 10px;
   top: 70px;
   margin-bottom: 10px;
   padding: 10px;
   border-top:2px solid  #DD2424;
   border-left:2px solid #DD2424;
   border-right:2px solid #DD2424;
   border-bottom:2px solid #DD2424;
	min-height: 400px;
}

div#principal table{
   text-align:center;
   font-size:80%;
}

div#banners {
  width: 150px;
  position: absolute;
  margin-left: 10px;
  margin-top: 300px;
  text-align: center;
}

div#banners img {
  clear: both;
}

/***************************
  Estilos de texto
 ***************************/

/* Títulos */

h2{
  text-align: center;
}

