@CHARSET "ISO-8859-1";

.popup
{
	font-family: Trebuchet MS;
	font-size: x-small;
	visibility: hidden;
	Position : Absolute;
	width: 700;
	margin: 1px 1px 1px 1px;
	border: thin solid red;
	background-color: #eeeeee;
	text-align: justify;
	padding: 16px 16px 16px 16px;
	line-height: 140%;
	z-index: 3;
}

.popupbol
{
	font-family: Trebuchet MS;
	font-size: x-small;
	visibility: hidden;
	Position : Absolute;
	width: 900px;
	margin: 1px 1px 1px 1px;
	border: thin solid gray;
	background-color: teal;
	z-index: 3;
}

.popupactiv
{
	font-family: Trebuchet MS;
	font-size: x-small;
	color: fuchsia;
	margin: 1px 1px 1px 1px;
	border: thin groove aqua;
	background-color: #eeeeee;
	text-align: justify;
	padding: 2px 2px 2px 2px;
	line-height: 140%;
	z-index: 4;
}

.titulopopup
{
	font-family: sans-serif;
	font-weight: bold;
	padding: 5px;
}

.cierrepopup
{
	font-family: sans-serif;
	font-weight: bolder;
	cursor: crosshair;
}

.cierrepopuplink
{
	font-family: sans-serif;
	font-weight: bolder;
	color: red;
}

.formpopup
{
	font-family: Verdana;
	border-style: solid;
	border-color: red;
	border-width: medium;
	visibility: hidden;
	position: absolute;
	background-color: window;
	background-attachment: scroll;
	line-height: 140%;
	z-index: 5;
}

.errorpopup
{
	font-family: Verdana;
	text-align: right;
	background-color: buttonshadow;
	position: absolute;
	border: thick solid red;
	border-color: infotext;
	padding: 20px;
	margin: 20px;
	visibility: hidden;
	clip:auto;
	z-index: 10;
}

.popupmenuflot
{
	font-family: Verdana;
	background-color: window;
	border: thin solid gray;
	margin-right: 110px;
	z-index: 2;
}

.popupmenuflotelem
{
	font-family: Verdana;
	font-size: x-small;
	text-align: center;
	background-color: #efefef;
	padding: 4px;
}
