

	/* layerPopUp.html */
		a.openLayerPopUp {}
			a.openLayerPopUp:link,
			a.openLayerPopUp:visited {}
			a.openLayerPopUp:hover,
			a.openLayerPopUp:active {}
		div.layerPopUp {
			display : none;
		}
			div.layerPopUp div.popupShadow {
				position : fixed;
				left : 0px;
				top : 0px;
				z-index : 10000;
				width : 100%;
				height : 100%;
				background-color : #000000;
			}
			div.layerPopUp div.popupCanvas {
				position : fixed;
				left : 0px;
				top : 0px;
				z-index : 20000;
				width : 100%;
				height : 100%;
				text-align : center;
			}
				div.layerPopUp div.popupContent {
					width : 40em;
					margin : 10em auto 0px auto;
					padding : 2em 1em 1em 2em;
					//border : solid 1px #333333;
					//background : #ffffff url(../images/button_passive.png) no-repeat 0px 0px;
					text-align : left;
				}
					div.layerPopUp div.popupContent a.closeLayerPopUp {
						float : right;
						margin : -1.5em 1em 0em 0em;
						cursor : pointer;
					}
						div.layerPopUp div.popupContent a.closeLayerPopUp:link,
						div.layerPopUp div.popupContent a.closeLayerPopUp:visited {
							color : #6699CC;
							text-decoration : underline;
						}
						div.layerPopUp div.popupContent a.closeLayerPopUp:hover,
						div.layerPopUp div.popupContent a.closeLayerPopUp:active {
							color : #6699CC;
							text-decoration : underline;
						}
				div.layerPopUp div.popupContent div.margin {
					height : 20em;
					padding : 0px 1em 0px 0px;
					overflow : none;
				}
				div.layerPopUp div.popupContent iframe {}

		/* exception: popup without scroll-bar and full height content */
		div.fullHeightPopUp {}
			div.fullHeightPopUp div.popupCanvas {
				position : absolute;
				height : auto;
			}
			div.fullHeightPopUp div.popupContent div.margin {
				height : auto;
				overflow : none;
			}
	
		/* exception: hacks for internet explorer 6 */
		* html div.layerPopUp {}
			* html div.layerPopUp div.popupShadow {
				position : absolute;
				left : 0px;
			}
			* html div.layerPopUp div.popupCanvas {
				position : absolute;
				text-align : center;
			}
				* html div.layerPopUp div.popupContent {
					text-align : left;
				}


/*
	background : #333333 url(../images/shinyButton_link.png);
	background : #1c1c1c url(../images/shinyButton_hover.png);
	background : #1b4c6b url(../images/shinyButton_active.png);
	background : #ffffff url(../images/button_passive.png);
*/


/* Estilo */
.style43 {
	font-family: verdana;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}
.style43b {
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
