/*CSS - principal IDT*/

BODY {
	margin: 0px;
	background: #333333;
	font-family: Verdana;
	font-size: 10pt;
	border:0;
}




#tudo {
	min-height: 100%;
	...
	}

#cabecalho{
	position: relative;
	width:100%;
	text-align: center;
	overflow:visible;
	padding:10px 0px 0px 10px;
	background-color:#FFFFFF;
	height: 135px;
	margin: 0px 0px 0px 0px;
	/*background-image: url(../images/repeater2.gif);*/
	
}



.internaConteudo{
	width:1020px;
	left: 50%;
	margin: 0 50% 0 -510px;
	bottom:0px;
	z-index:auto;
	position:relative;
	background-position: center;
	background-image: url(../imagens/backgroundRepeat.jpg);
	background-repeat: repeat-y;
}

.internaCategoria{
	width:590px;
	background-color: #828282;
	margin: 0px 0px 0px 185px;
	padding: 10px 20px 10px 40px;
	border-top: solid 20px #333333;
}

.internaTitulo{
	width:560px;
	margin: 0px 0px 0px 185px;
	padding: 35px 50px 35px 40px;

}
.internaTexto{
	width:661px;
	background-image: url(../imagens/fotoHolder.png);
	padding: 20px 21px 26px 17px;
	background-repeat: no-repeat;
	float: left;
	margin: 0px 0px 0px 120px;
	display: inline;
}
.internaMais{
	width:140px;
	background-image: url(../imagens/canetaPapel.png);
	background-repeat: no-repeat;
	float: left;
	height: 400px;
	padding: 20px 20px 20px 40px;
}

.internaFoto{
	width:auto;
	height:160px;
	float: left;
	margin: 0px 40px 40px 0px;
}
#internaLeitura{
	padding: 0px 30px 20px 90px;
}



/*principal*/
.principalaConteudo{
	width:750px;
	left: 50%;
	margin: 0 50% 0 -375px;
	bottom:0px;
	z-index:auto;
	position:relative;
	background-position: center;
	background-image: url(../imagens/backgroundRepeat.jpg);
	background-repeat: repeat-y;
}
.principalCategoria{
	width:590px;
	background-color: #828282;
	margin: 0px 0px 0px 50px;
	padding: 10px 20px 10px 40px;
	border-top: solid 20px #333333;
}
.principalTexto{
	width:661px;
	background-image: url(../imagens/fotoApresenta.png);
	padding: 19px 21px 26px 17px;
	background-repeat: no-repeat;
	float: right;
	background-position:right;
}

#principalLeitura{
	padding: 0px 250px 20px 25px;
}



#inventario{
	float:right;
}

#rodape{
	background-color: #333333;
	bottom: 0;
	padding: 10px 0px 10px 0px;

}

.botaoGenerico{
	background-color:#999999;
	font-family: sans-serif, Arial, Verdana, Helvetica;
	font-size: 1em;
	color: #000000;
	cursor:pointer;
	text-decoration: none;
	font-weight: normal;
	border:#333333 1px solid;
	padding: 0px 4px 0px 4px;
	height: 20px;

}
input {
	border:#999999 1px solid;
	background-color:#FFFFFF;
	font-family: sans-serif, Arial, Verdana, Helvetica;
	font-size: 1em;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	height: 20px;
}

textarea {
	border:#999999 1px solid;
	background-color:#FFFFFF;
	font-family: sans-serif, Arial, Verdana, Helvetica;
	font-size: 1em;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	height:auto;
}


.limpa{
	clear:both;
}
