/* CSS Document */
body {
font-family:Arial, Helvetica, sans-serif;
font-size: 10px;
}

#Main {
position: relative;
align: center;
text-align:center;
left:50%;
margin-left:-390px;
top:0px;
width:780px;
height:580px;
z-index:1;
background-color:#FFFFFF;
border: 1px solid #000000;
}

#header {
position: absolute;
width:780px;
height: 80px;
z-index: 10;
top: 1px;
left: 0px;
}

#menu  {
position: absolute;
width:780px;
height: 19px;
z-index: 100000;
top: 80px;

}

#content {
position: absolute;
height: 465px;
left: 0px;
top:99px;
z-index: 100;
text-align:left;
}

#externo  {
position: absolute;
width:780px;
height: 464px;
left: 0px;
top:100px;
visibility: hidden;
z-index: 1000;
overflow: auto;
}

#mapa {
position: absolute;
width:764px;
height: 355px;
left: 7px;
top:78px;
z-index: 10000;
overflow: auto;
background-color: #FFFFFF;
}

#footer {
position: absolute;
width: 780px;
left: 0px;
height: 16px;
z-index: 100;
height: 16px;
top: 565px;
}
