    .help {
      cursor: help;
     }     
    .hint {
      background-color: #FFEEAA;
      font-family: verdana,arial,helvetica;
      visibility: hidden;
      font-size: 8pt;
      position: absolute;
      padding: 1px 2px;
      border: 1px solid #000000;
      color: #006600;
      width: 150px;
      left: 328px;
     }
	#plano {
		border: 2px double #000184;
		float: left;
		overflow:auto;
		cursor: move;
	}
	#left {
		background-color: #CFD4D8;
		margin-left:700px;
		width:300px;
		height: 400px;	
		position:absolute;
		left: 0px;
		top: 0px;
	    visibility:show;  
		z-index:1;	
		border: 1px none #000000;
	}
	#menu {
		margin-top: 0px;
		margin-left: 5px;
	}
	#lista {
		background: Gray;
		font-family: sans-serif;
		font-size: 12px;
		font-style: normal;
		font-weight: bold;
		color: White;
		text-align: center;
		width:200px;
	}
	#listalista {
		background: #638cb5;
		width: 200px;
		height: 400px;
}
	a.opmenu{
		font-family: sans-serif;
		font-size: 12px;
		font-style: normal;
		font-weight: bold;
		color: Navy;
		text-decoration: none;
	}
	a.lista {
	font-family: sans-serif;
	font-size: 12px;
	font-style: normal;
	color: Navy;
	text-decoration: none;
	border-left-width: 10px;
	}
	.boton {
        font-size:10px;
        font-family:Verdana,Helvetica;
        font-weight:bold;
        color:white;
        background:#638cb5;
        border:0px;
        width:199px;
        height:14px;
		cursor: pointer;
	}
	.punto {
		position: absolute;
		left: 0px;
		top: 0px;
		border: 1px none #000000;
		padding: 1px 2px;
	}