.fundoopaco {
	background-color: #333333;
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	z-index: 2;
}
.bordaestado{
	position: absolute;
	z-index: 3;
	padding: 0px;
	border: 2px solid #999999;
	background-color:#FFFFFF;
	height: 350px;
	width: 500px;
	display: none;
}
.topoestado{
	background-color: #EFEFEF;
	margin: 0px;
	padding: 0px;
	height: 24px;
	background-image: url(setaestado.jpg);
	background-repeat: no-repeat;
}
.tituloestado{
	margin: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #006699;	
	float: left;
	margin-left: 30px;
	margin-bottom: 3px;
}
.listaestado{
	border-top: 1px solid #CCCCCC;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	padding: 5px;
	overflow: auto;
	height: 314px;
	width: 490px;
	margin: 0px;
	background-color: #FFFFFF;
	text-align: left;
}
a.linkestado{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	display: block;
	padding: 5px;
	float: right;
	background-color: #F5F5F5;
	border-left: 2px solid #BBBBBB;
}
a.linkestado:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	display: block;
	padding: 5px;
	float: right;
	background-color: #CCCCCC;
	border-left: 2px solid #BBBBBB;
}
.formestado{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #006699;
}
.comboestado{
	float: right;
	margin: 2px;
	margin-right: 20px;
}
.listarevenda{
	background-color: #F5F5F5;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #FFFFFF;
	padding: 5px;
}
.listarevendaover{
	background-color: #DDDDDD;
	border-bottom: 1px solid #999999;
	border-top: 1px solid #FFFFFF;
	padding: 5px;
}
.nomerevenda{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #006699;
	margin-bottom: 3px;
}
