/* CONTAINERS INTEIROS */
html{
	height:100%;	
}

body{
	height:100%;	
	width:100%;
	margin:0px;
	background-image:url('../layout/fundo.jpg');
	background-repeat:repeat-x;
}

#geral{
	position:relative;
	min-height:100%;
	text-align:center;
}

#corpo{
	width:800px;
	position:absolute;
	left:50%;
	margin-left:-405px;
	background-color:#fff;
}

/* SUB CONTEUDOS */

#cabeco{
	width:800px;
	height:90px;
	background-color:#2e2d73;
}

#topo{
	text-align:center;
	height:250px;
	width:800px;
	background-color:#ddd;
}

#menu{
	height:40px;
	width:800px;
	background-color:#2e2d73;
	text-align:center;
}

#conteudo{
	width:800px;
	height:100%;
	background-color:#fff;
}

#miolo{
	width:780px;
	margin-bottom:10px;
}

#dados{
	text-align:center;
	width:100%;
	height:60px;
	float:right;
	background-color:#fff;
	margin:40px 0px 80px 0px;
}

#rodape{
	text-align:center;
	width:100%;
	height:60px;
	float:right;
	background-color:#fff;
}

#inteira{
	width:800px;
}

#titulo{
	width:100%;
	background-color:#ccc;
	text-align:left;
	margin-bottom:20px;
}

#campos{
	width:600px;
	padding:10px;
	border:1px solid #bbb;
	background-color:#ccc;
	margin-bottom:5px;
	float:right;
}

#titulo2{
	background-color:#009ee0;
	width:200px;
	height:30px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:bold;
	line-height:20px;
	color:#fff;
	padding-top:9px;
}

#titulo3{
	background-color:#009036;
	width:200px;
	height:30px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:bold;
	line-height:20px;
	color:#fff;
	padding-top:9px;
}

#subtitulo{
	background-color:#eee;
	width:190px;
	text-align:justify;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	padding:5px;
	line-height:20px;
	color:#162983;
	margin-bottom:30px;
}

#campL2{
	width:300px;
	float:left;
	text-align:justify;
}

#campR2{
	width:200px;
	float:right;
	text-align:justify;
}

#campL{
	width:190px;
	float:left;
	text-align:justify;
}

#campR{
	width:399px;
	float:right;
	text-align:justify;
}

#linha{
	width:600px;
	text-align:justify;
}

#linha2{
	width:80%;
	padding:10px;
	margin-bottom:10px;
}

/* ESPECIAIS */
#divisor{
	width:20px;
	height:200px;
}

#cont{
	width:600px;
	margin:2px;
	text-align:justify;
}

