@charset "iso-8859-1";

* {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	margin: 0px;
	padding: 0px;
}
p {
	margin-bottom: 5px;
	margin-top: 5px;
}
h1,h2,h3,h4,h5,h6 {
	color:#FFFFFF;
	margin-top: 6px;
	margin-bottom: 7px;
}
h2 {
	font-size:16px;
}
h3 {
	font-size:14px;
}
h4 {
	font-size:12px;
}
h5 {
	font-size:11px;
}
body {
	background-image: url(../images/fundo_muccini.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #650000;
	margin: 0px;
	padding: 0px;
	height: 100%;
}
html {
	height: 100%;
}
#geral {
	width: 1002px;
	display: table;
	margin: 0px auto;
	height: 100%;
}
#topo {
	background-color:#000000;
	height:35px;
}
#topo2 {
	background-color:#181818;
	height:35px;
}
.logo {
	position: absolute;
	left: 50%;
	margin-left: -97px;
	top: 0px;
	z-index: 30;	
}
#banner {
	width:1002px;
	height:330px;
	background-color:#dcb886;
	margin-bottom: 15px;
	position: relative;
	z-index: 10;
	clear: left;
}
#banner .selo{
	position: absolute;
	bottom: -80px;
	right: 0px;
	z-index: 20;
}
#rodape {
	padding-top: 20px;
	clear: left;
	color: #FFFFFF;
	position: relative;
	margin: 0px auto;
	height: 61px;
	margin-bottom: 0px;
	background-color:#181818;
}

.confirmacao {
	display: block;
	width: 50%;
	clear: left;
	padding: 10px;
	background-color: #DCF7C4;
	border: 1px dashed #668B41;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.confirmacao p {
	margin: 10px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

.alerta {
	display: block;
	width: 50%;
	clear: left;
	padding: 10px;
	background-color: #FFFF99;
	border: 1px dashed #FFCC00;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.alerta p {
	margin: 10px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
#colunaesq .alerta p{
	color: #333333;
}
#colunaesq .confirmacao p{
	color: #000000;
}
#processado {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 0px;
	width: 0px;
	overflow: auto;
	z-index: 200;
	visibility: hidden;
}
#processado #img_alpha{
	background-image: url(../images/fundo.gif);
	background-repeat: repeat;
	filter: Alpha(Opacity=80);
	opacity:0.8;
	alpha: 80%;
	position: fixed;
	top: 0px;
	left: 0px;
	height: 0px;
	width: 0px;
	overflow: auto;
	z-index: 190;
}
#processado #areea{
	width: auto;
	text-align: center;
	top: 50%;
	padding-top: -100px;
	position: fixed;
	left: 50%;
	padding-left: -100px;
	z-index: 250;
	color: #FFFFFF;
}
