	
	@charset "utf-8";
	@import "definicoes.css";

	/* CSS Document */

html, body{
	background: #FFFFFF;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	background-color:#e7bc0b;
	background-image:url(../images/interna/fundo.jpg);
	background-repeat:repeat-y;
	background-position:center;	
}
* {
	padding:0px;
	margin:0px;
}
.space{
	margin-right:8px;
}	
/*/////////////// CORPO ///////////////*/

div#main{
	width: 1000px;
	height:100%;
	margin:0 auto;
	background-color:#FFFFFF;
	}
	/********** TOPO **********/
	div#topo{
		float:left;
		text-align:left;
		width:598px;
		height:114px;
	}
	div#login{
		float:left;
		text-align:center;
		width:402px;
		height:94px;
		padding-top:20px;
		background-image:url(../images/home/fundo-login.jpg);
		background-repeat:no-repeat;
	}
	.contentInputlogin{
		float:left;
		width:150px;
		text-align:left;	
	}
	.contentInputsenha{
		float:left;
		width:130px;
		text-align:left;	
	}
	.contentInputpesquisa{
		float:left;
		width:280px;
		padding-top:30px;
		text-align:left;	
	}
	div#menu{
		float:left;
		text-align:center;
		width:999px;
		height:34px;
		background-color:#FFFFFF;
	}
	div#barratop{
		float:left;
		width:999px;
		height:6px;
		vertical-align:top;
		background-color:#F5BE38;
		border-right:solid 1px #FFFFFF;
	}
	div#barramenu{
		position:relative;
		float:left;
		text-align:left;
		width:100%;
		height:28px;
		background-color:#F39201;
		bottom:0px;
	}	
	
	/********** MENU **********/
	div#flash{
		float:left;
		text-align:center;
		width:100%;
		background-color:#FFFFFF;
	}	
	.contentFlash{
		float:left;
		height:331px;
		width:100%;
	}
	
		div#privacidade{
		float:left;
		text-align:center;
		width:100%;
		background-color:#FFFFFF;
	}	
	.contentPrivacidade{
		float:left;

		width:100%;
	}





	/********** miolo **********/
	div#content{
		width: 100%;
		height:240px;
		float:left;
		background-color:#FFFFFF;
		border-left:solid 1px #FFFFFF;
	}

	.contentBloco{
		float:left;
		width:852px;
		height:185px;
 		margin:0 auto;

		padding-left:70px;
		padding-top:30px;
	}






	.blocos{	
		float:left;
		text-align:left;
		width:200px;
		height:135px;
	}	
	.blocos1{	
		float:left;
		text-align:left;
		width:214px;
		height:135px;
	}	
	.tituloBloco{
		width:200px;
		height:35px;		
	}
	.tituloBloco1{
		width:187px;
		height:35px;		
	}	
	.textoBloco{
		width:180px;
		height:110px;
		padding:10px;
		background-image:url(../images/home/bloco-fundo.gif);
		background-repeat:repeat-y;		
	}	
	.textoBloco1{
		width:194px;
		height:110px;
		padding:10px;
		background-image:url(../images/home/bloco-fundo1.gif);
		background-repeat:repeat-y;		
	}			
	/********** rodape **********/
	div#rodape{
		clear:both;
		text-align:center;
		float:left;
		width:100%;
	}

	.contentRodape{
		clear:both;
		text-align:center;
		width:1000px;
		height:120px;	
		background-color:#EA8402;
	}

	.contentRodapeDivisao{
		width:100%;
		height:1px;
		margin-top:5px;
		border-bottom:solid 1px #f0a94e;
		/*background-color:#f0a94e;*/
	}

	.contentRodapequality{
		width:100%;
		height:30px;
		margin-top:10px;		
	}