﻿body {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: small;
}
form {

  margin-bottom: 10px;
}
#map {
  width: 100%;
  height: 300px;
  border: 1px solid black;
}
.tituloGlobo {
	font-family: Verdana;
	font-size: small;
	color: #000080;
	font-weight: bold;
}

.estado0
{
    color: #000000;
    background-color: #6699FF;
    font-size: x-small;
}
.estado1
{
    color: #000000;
    background-color: #33CC33;
    font-size: x-small;
}
.estado2
{
    color: #000000;
    background-color: #FFCC00;
    font-size: x-small;
}
.estado3
{
    color: #000000;
    background-color: #FF3300;
    font-size: x-small;
}