	
	
	@charset "utf-8";
	@import "definicoes_interna.css";

	/* CSS Document */

html, body{
	background: #FFFFFF;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	background-color:#e7bc0b;
	background-image:url(../images/interna/fundo.jpg);
	background-repeat:repeat-y;
	background-position:center;
	height:100%;
	margin:0px;
}

* {
	padding:0px;
}


/*/////////////// CORPO ///////////////*/

div#main{
	text-align:center;
	width: 1000px;
	height:100%;
	height:auto;
	margin:0 auto;
	background-color:#FFFFFF;
	}

	/********** TOPO **********/
	div#topo{
		float:left;
		text-align:left;
		width:598px;
		height:85px;
	}
	div#login{
		float:left;
		text-align:center;
		width:402px;
		height:60px;
		padding-top:25px;
		background-image:url(../images/interna/fundo-login.jpg);
		background-repeat:no-repeat;
	}
	.contentInputlogin{
		float:left;
		width:150px;
		text-align:left;	
	}
	.contentInputsenha{
		float:left;
		width:150px;
		text-align:left;	
	}
	
	/********** MENU **********/
	div#menu{
		float:left;
		text-align:center;
		width:100%;
		height:34px;
		background-color:#FFFFFF;	
	}
	div#barratop{
		float:left;
		width:100%;
		height:6px;
		vertical-align:top;
		background-color:#F5BE38;
	}
	div#barramenu{
		position:relative;
		float:left;
		text-align:left;
		width:100%;
		height:28px;
		background-color:#EA8302;
		bottom:0px;
	}
	div#barramenupesquisa{
	}		
	div#imgDireita{
		float:left;
		text-align:right;
		width:100%;
		height:85px;
		background-color:#FFFFFF;
		background-image:url(../images/interna/fundo-menu.gif);
		background-repeat:repeat-x;
	}	





	/********** MIOLO ********/
	div#miolo{
		float:left;
		text-align:center;
		width:100%;
		height:100%;
height:auto;
		background-color: #dee1c6;
		background: repeat-y url(../images/fundo-interna.gif);
	}

	div#conteudo{
		float:left;
		text-align:left;
		width:600px;
		height:100%;
height:auto;
		background-color:#FFFFFF;
	}

	div#conteudoTitulo{
		float:left;
		text-align:left;
		width:600px;
		height:50px;
	}




	div#conteudoPrincipal{
		float:left;
		text-align:left;
		width:600px;
	}

	div#coluna{
		float:left;
		text-align:left;
		width:400px;
		min-height:610px;
		background-color:#dee1c6;
	}
	div#conteudoColuna{
	}

	.formataFck img {
		clear:both;		
	}

	.tituloColuna{
		float:left;
		text-align:left;
		width:310px;
		height:62px;
		background-color:#CFD2B6;
		vertical-align:bottom;
	}
	.contentColuna{
		float:left;
		width:310px;
		height:100%;
		padding-top:5px;		
	}
	.contentNoticia{
		float:left;
		width:310px;
		height:75px;
		padding-top:5px;		
	}	
	.contentVideo{
		float:left;
		width:310px;
		height:140px;		
	}
	.contentVideotexto{
		float:left;
		width:310px;
		height:40px;		
	}
	/********** rodape **********/
	.contentClientes{
		float:left;
		width:100px;
		margin-right:5px;
		border:1px #999999 solid;
	}	
	/********** rodape **********/
	div#rodape{
		clear:both;
		text-align:center;
		float:left;
		width:100%;
	}
	.contentRodape{
		text-align:center;
		width:1000px;
		height:120px;	
		background-color:#EA8402;
	}
	.contentRodapedivisao{
		width:100%;
		height:1px;
		margin-top:5px;
		border-bottom:solid 1px #f0a94e;
	}
	.contentRodapequality{
		width:100%;
		height:30px;
		margin-top:10px;		
	}