@import "formatTxt.css";

body{
	margin:0px;
	padding:0px;
	font-size:11px;
	color:#333333;
	font-family:Tahoma,Verdana, Arial;
}
div#fundoTopo{
	width:100%;
	height:250px;
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	background:url(../imgs/fundoTopo.gif) repeat-x;
}
div#conteudoGeral{
	position:absolute;
	margin-left:-500px;
	left:50%;
}
div#topo,
div#principal,
div#rodape{
	width:1001px;
	min-width:775px;
	clear:left;
	overflow:hidden;
}


div#topo{
	text-align:center;
	overflow:hidden;
	background:url(../imgs/fundoTopo.gif) repeat-x;
	z-index:2;
}
div#principal{
	float:left;
	min-height:300px;
}
div#rodape{
	min-height:50px;
	margin-top:20px;
	background:url(../imgs/fundoRodape.gif) repeat-x;
	clear:both;
	padding-top:15px;
	text-align:center;
}



/* -----------VALIDACAO --------*/
div.caixaenvio{
	display:none;
	border:2px solid #000000;
	position:absolute;
	top:35%;
	left:50%;
	margin-left:-150px;
	width:300px;
	min-height:100px;
	overflow:hidden;
	text-align:center;
	z-index:300;
}
div.msgenvio{
	min-height:30px;
	margin-left:90px;
	margin-top:40px;
	font-size:12px;
	color:#444444;
	text-align:left;
	list-style-type:cicle;
}
#btn_okenvio{
	width:60px;
	margin-top:15px;
	margin-bottom:15px;
	position:relative;
	left:80px;
}
div.errovalidacao{
	display:none;
	border:2px solid #000000;
	position:absolute;
	top:35%;
	left:50%;
	margin-left:-150px;
	width:300px;
	min-height:100px;
	overflow:hidden;
	text-align:center;
	background:#FFFFFF url(../imgs/alerta.gif) no-repeat 20px 20px;
	z-index:210;
}
div.msgerro{
	min-height:30px;
	margin-left:90px;
	margin-top:40px;
	font-size:12px;
	color:#444444;
	text-align:left;
	list-style-type:cicle;
}
#btn_okerro{
	width:60px;
	margin-top:15px;
	margin-bottom:15px;
	position:relative;
	left:80px;
}
div.pelicula{
	display:none;
	position:fixed;
	_position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:#000000;
	z-index:200;
	filter:alpha(Opacity=80);
	opacity:0.8;
}
