* { margin: 0px; font-family: Arial; }

body, html {
	background-color: #000;
	height: 100%;
}

embed { min-height: 100%; } * html embed { height: 100%; }

#catalogo { display: none; position: absolute; width: 300px; height: 400px; background: #B9CAC2 url(../../images/ajuda.jpg) no-repeat 40px center; border: 2px solid #006167; color: #666666; top: 50%; left: 50%; padding: 5px; margin: -205px 0px 0px -155px; }

	#catalogo span { display: block; text-align: left; background: #709C9D; color: #B9CAC2; padding: 0px 5px; height: 25px; line-height: 25px; font-weight: bold; }
	
		#catalogo span font { float: left; }
		
		#catalogo span .fechar { float: right; margin: 4px 4px 0px 0px; width: 20px; height: 18px; line-height: 17px; background: #006167; color: #FFFFFF; text-decoration: none; text-align: center; font-family: Verdana; font-size: 14px; }
		
		#catalogo span .fechar:hover { background: #107177; font-weight: bold; }
#conteudoCatalogo { position: absolute; }


#popup {
	width: 900px;
	height: 307px;
	/*top: 140px;*/
	top: 90px;
	left: 250px;
	position: absolute;
	z-index:9999;
	background-color:#000;
}

 #popup #fecharPop {
	float:right;
	font-size:13px;
	margin:0;
	/*display: none;*/
	/*padding:1px 12px;*/
	text-align:center;
}

	 #popup #fecharPop a {
		 color: #fff;
		 font-weight:bold;
		 text-decoration: none;
	 }
	 
	 #popup .video {
		 width: 900px;
		 height: 307px;
		 float: left;
	 }
	 
	 	 #popup .video img{
			 width: 900px;
			 height: 307px;
			 overflow: hidden;
		 }