
#divAlarmas {
	height: 21.00em;
	overflow:scroll;
	width: 100%;
}
.listaAlarmas {
	width: 95%;
}

.listaAlarmasLabel {
	width: 95%;
}

.listaAlarmasValue {
	width: 5%;
	text-align: right;
}

#divAvisos {
	height: 21.00em;
	overflow:scroll;
}

.listaAvisos {
	width: 95%;
}

.listaAvisosLabel {
	width: 95%;
}

.listaAvisosValue {
	width: 5%;
	text-align: right;
}

#divAnuncios {
	height: 21.00em;
	overflow:scroll;
}

.listaAnuncios {
	width: 95%;
}

.listaAnunciosLabel {
	width: 95%;
}

.listaAnunciosValue {
	width: 5%;
	text-align: right;
}

#divEdictos {
	height: 21.00em;
	overflow:scroll;
}

.listaEdictos {
	width: 95%;
}

.listaEdictosLabel {
	width: 95%;
}

.listaEdictosValue {
	width: 5%;
	text-align: right;
}

#menuNegociados ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#menuNegociados #selected {
	float: left;
	border: 1px solid #bbb;
	border-bottom-width: 0;
	margin: 1px 2px 0px 0px;
	color: #ffffff;
	padding: 12px 0px 12px 0px;
	border-radius: 10px 10px 0px 0px;
	background: #ffffff;
}

#menuNegociados .unselected {
	float: left;
	border: 1px solid #bbb;
	border-bottom-width: 0;
	margin: 1px 2px 0px 0px;
	background: #00adc6;
	color: #ffffff;
	padding: 12px;
	border-radius: 10px 10px 0px 0px;
}

#menuNegociados .unselected:hover {
	background: #ffffff;
	cursor: pointer;
}

#menuNegociados .unselected a {
	text-decoration: none;
	display: block;
	text-align: center;
	color: #ffffff;
}

#menuNegociados #selected a {
	position: relative;
	top: 1px;
	color: #00adc6;
	font-weight: bold;
	background-color: white;
	padding: 0 12px 12px 12px;
}

#divNegociados {
	border: 1px solid black;
	border-color: #bbb;
	padding: 0 1em;
}