body { background:url(../images/bg2.jpg) center center; margin:0px; padding:0px;}
a { text-decoration:none;}
a:hover { text-decoration:underline;}

.bg_madeira { background:url(../images/bg_madeira.jpg) left center repeat-x;}
.bg_form { background:url(../images/bg_form.jpg) left top repeat;}

.txt_marrom18 { font:18px "Times New Roman", Times, serif; color:#2e1e06;}
.txt_marrom16 { font:16px "Times New Roman", Times, serif; color:#2e1e06;}
.txt_vermelho { font:16px "Times New Roman", Times, serif; color:#B70000; font-weight:bold;}
.txt_marrom_claro18 { font:18px "Times New Roman", Times, serif; color:#734a23;}

.input { background:none; border:0px; border-bottom:1px solid #2e1e06; margin:0px; padding:2px; font:15px "Times New Roman", Times, serif; color:#734a23;}
.input_select { background:#ede8e0; border:1px solid #2e1e06; margin:0px; padding:2px; font:15px "Times New Roman", Times, serif; color:#734a23;}


.bgProgramacao{
	background: url(../images/bg_programacao.png) left center no-repeat; _background: none!important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/bg_programacao.png',sizingMethod='scale')!important;
}

.bgProgramacao img{
	position:relative
}


.bgProgramacao a{
	position:relative
}



/* Alerta */
#divJanela{
	position:absolute;
	top:0;
	left:0;
	z-index:999998;
	width:100%;
	-width:110%;
	height:100%;
	filter: alpha(opacity=55);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=55);
	-moz-opacity: 0.55; opacity:0.55;
	background-color:#000000;
	display: table-cell;
}
#divResultado{
	float:left;
	padding:0px;
	z-index:999999;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-150px;
	margin-top:-150px;
}
/***/
