
html, body {
    height: 100%;
	margin: 0px;

	height:100%;
	
}

a {
	font-family: "Trebuschet MS", Verdana, Tahoma, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
}

a:hover {
	font-family: "Trebuschet MS", Verdana, Tahoma, Helvetica, sans-serif;
	color: #2ecbff;
	text-decoration: none;
}


.fundoLateral {
	background-image: url(../../images/layout/fundo_geral.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	
	background-color: #1871FF;
}

#estruturasite {
	height: 100%;
	width: 778px;
	background-color: #FFF;
	
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	
	border-bottom: none;
	border-top: none;
	/*
	float:none;
	position: absolute;
	left:50%;
	top: 50%;
	margin: -334px 0 0 -394px;
	*/
	
}

#estruturaTopo {
	height: 244px;
	width: 778px;
	
	background-image: url(../../images/layout/topo.jpg);
}

/*******************************************************************************************************/
/* colunas centrais
/*******************************************************************************************************/
#estruturaCentral {		
	height: 430px;
	width: 778px;
	float: left;		
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* coluna de menu
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

#estruturaCentralTexto {
	background-image: url(../../images/layout/conteudo.jpg);		
	background-repeat: no-repeat;
	float: left;
	height: 430px;
	width: 623px;		
}


	#estruturaCentralHOME {
	background-image: url(../../images/layout/inicial_home.jpg);		
	background-repeat: no-repeat;
	float: left;
	height: 430px;
	width: 623px;		
}



#estruturaCentralTextoImagem {
	background-image: url(../../images/layout/imagem.jpg);			
	background-repeat: no-repeat;
	float: left;
	height: 430px;
	width: 190px;		
}

#estruturaCentralTextoEscrito {
	background-image: url(../../images/layout/inicial_home.jpg);			
	background-repeat: no-repeat;
	float: left;
	height: 201px;
	width: 623px;		
}

#estruturaCentralformulario {		
	background-repeat: no-repeat;
	float: left;
	height: 430px;
	width: 623px;		
}


	#estruturaCentralMENU_flash {
	/*height: 430px;*/
	height: 160px;
	width: 155px;
	float: left;


}
			
	#estruturaCentralMEIO {
		/*height: 430px;*/
		height: 270px;;
		width: 155px;
		float: left;
		background-image: url(../../images/layout/menu.jpg);
	
	}
	
	
	#estruturaCentralMENU {
		
		height: 270px;
		width: 155px;
		float: left;
		

	}
	
/*******************************************************************************************************/
/* rodapé
/*******************************************************************************************************/

#estruturaRodape {	
	width: 778px;
	height: 82px;
	background-image: url(../../images/layout/rodape.jpg);
	float: left;
}

#estruturaRodapeEsquerda {
		padding: 45px 0 0 0;
		float: center;
		text-align: center;
	}
	
#estruturaRodapeDireita {		
	float: right;		
	text-align: right;
}
	
	
	/*******************************************************************************************************/
/* Dicas
/*******************************************************************************************************/
		#estruturaDicas {
		
		height: 100%;
		width: 338px;
		float: left;
		padding:  0 10px 0 0 ;
		background-image: url(../../images/layout/dicas.jpg);
		background-position: bottom left;
		background-repeat: no-repeat;
	}
	
	
/*******************************************************************************************************/
/* objetos e classes
/*******************************************************************************************************/

#estruturaCentralINICIAL {
	background-image: url(../../images/layout/inicial_home.jpg);
	
	background-repeat: no-repeat;
	float: left;
	height: 201px;
	width: 623px;
	
	}

#tblCellTitulo {
	
	font-size: 25px;
	font-family: "Trebuschet MS", Verdana, Tahoma, Helvetica, sans-serif;
	color: #FFF;
	
	margin: 5px 0 0 0;
	line-height: 23px;
	
}

#txtConteudo {
	font-family: "Trebuschet MS", Verdana, Tahoma, Helvetica, sans-serif;
	padding: 10px 10px 0 20px;
	font-size: 11px;
	color: #54565a;
	width: 100%;
	height: 100%;
	align: center;
}



.link {
	color: #000000;
	text-decoration: none;
}




#global_carregando {
	font-family: "Trebuschet MS", Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 16px;
	background-color:#333333;
	color: #FFF;
	text-decoration: none;
	
	width: 100%;
	margin: 10px 0 0 0;
}

.txt {
	
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
}

.titulo {
	font-family: "Trebuschet MS", Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 17px;
	color: #2ecbff;
}


.rodape {
	font-family: "Trebuschet MS", Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 8px;
	color:#00368c;
}

.textfield {
	font-family: Trebuschet MS;
	font-size: 10pt;
	color: #786A41;
	height: 15px;
	width: auto;
	border: 1px solid #786A41;
}
.textarea {

	background:#b3ecff;
	font-family: Trebuschet MS;
	font-size: 10pt;
	color: #786A41;
	height:17px;
	border: 1px solid #786A41;
	
}
.textBox {

	background:#b3ecff;
	font-family: Trebuschet MS;
	font-size: 10pt;
	color: #786A41;
	height:70px;
	border: 1px solid #786A41;
	
}

.btn_site{
	background-color:#FFF;
	color:#93aeda;
	height:18px;
	border: 1px solid #93aeda;
	
}