@charset "utf-8";
/* CSS Document */

body{
	text-align:center;
	height:100%;
	background-color:#96979a;
	background-repeat: repeat-x;
	background-image: url(../img/bg.png);
}

html{
	height:100%;
}

#main,#produtos,#textoInterno{
	width: 737px;
	margin: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#main{
	text-align:left;
}

#textoInterno{
	font-family: tahoma;
	font-size: 14px;
	background-color:#e0e1e2;
}

.inputCemPorcento{
	width:98%;
}

.input, .inputCemPorcento{
	border-style: solid;
	border-color: #000033;
	border-width: 1px;
	color: #000000;
	background-color: #FFFFFF;
	font-family: tahoma;
	font-size: 12px;
}

.atencao,.atencaoMicro{
	color: #FF0000;
}

.textoMini{
	font-size: 12px;
}

.textoMicro,.atencaoMicro{
	font-size: 10px;
}


form{
	margin: 0px;
}

.texto{
	padding: 30px;
}

.esconde{
	display: none;
}
