#janela_blog {
	display: none;
	height: 100%;
	width: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	vertical-align: bottom;
	background: url(images/transparente.png) repeat;
}
#fechar {
	display: block;
	height: 30px;
	padding-top: 10px;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
}
#fechar a{
	margin-right: 20px;
}
#iframe_div, #fechar{
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}

#iframe_div, #iframe_div iframe{
	height: 97%;
	overflow: auto;
}

#iframe_div iframe{
	width: 780px;
}
#carregando {
	height: 100%;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	margin: 0px;
}

.botao_blog {
	width: 63px;
	height: 22px;
	background: url(images/homepage13.gif) no-repeat left top;
	border: none;
}
