/* Centraliza a div Principal do site */

html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	text-align:center; /* hack para o IE */	
	background-color:#FFF;
	margin-left: 0px;
	margin-top: 0px;
}

*.txtTopo, *.linkTopo, *.linkBaixo{
	font-family:Arial;
	font-size:7pt;
	font-weight:bold;
	color:#FFF;
}

*.lateralEsquerdaMenuImg
{
	position:relative;
	top:-2px;
}



*.lateralDireitaMenuImg
{
	position:relative;
	top:-2px;
}


.contentLateralDireitaMenu
{
	position:relative;
	top:3px;
	display:block;
	visibility:show;
}

*.linkTopo
{
	margin-top:3px;
	text-decoration:none;
}

*.campoTextoEsquerda, *.campoTextoDireita
{
	padding:0px;
	margin:0px;
	
	display:inline;
}

*.campoTexto, *.campoCompo
{
	border:1px solid black;
}

*.campoTexto
{	
	border-left:0px none;
	border-right:0px none;
}



*.campoCompo
{
	border-left:0px none;
}

*.textoInferior
{
	font-family:Arial;
	font-size:6pt;
	color:white;
}

*.textoPadrao{
	font-family:Arial;
	font-size:8pt;
	color:white;
}

*.textoPadraoEscuro{
	font-family: Arial;
	font-size:10pt;
	color:#000000;
}

*.tblLoginTopo
{
	height:25px;
	/*width:100%;*/
	width: 770px;
}

*.btEntrarLogin
{
	margin-left:10px;
	margin-right:60px;
}

*.tblTop
{
	width:885px;
	padding:0px;
	border:0px;
	background-color:#FFF;
	/*height:100%;*/
	
}

*.imgMenu
{
	border:0px;
	padding:0px;
	margin:0px;
}

*.logoTopo
{
	padding:0px;
	
	/*display:inline;
	text-align:justify;*/
	width:100%;
	margin:0px;
	/*height:140px;*/
    background:url('../images/home_topo_frase_fundo.png');
}

*.fundoCadastreSe{
    background:url('../images/home_topo_frase_full.png');
    width:331px;
    height:123px;
}

*.posicaoBotaoCadastrar{
    position:relative;
    /*left:250px;*/
    top:30px;
    cursor:pointer;
    width:82px;
    height:74px;
}

*.posicaoMenu{
    position:relative;
    top:-6px;
}

*.logo
{
	margin-right:0px;
	margin-left:0px;
}

*.imgAleatoriaTopo
{
	margin-left:0px;
}

/* DIV principal */
.site {
	/*border: 1px #000000 double;*/
	width: 100%;
	margin:0 auto;			
	padding: 0px;
	background-color:#FFFFFF;
	text-align:left; /* "remédio" para o hack do IE */
	position:relative;
	height:auto !important; /* Para browsera modernos */
}

*.rodape {
    /*width:885px;*/
	width: 100%;
    
    height:50px;
    position: absolute;
	bottom:0  !important; 
	text-align:center;
    font-family:Arial;
    font-size:9px;
	display:none;
}

#rodape2{
	list-style:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	font-weight: bold;
	margin-top:5px;
	
	width:100%;
	background:url('../images/rodape.png') repeat-x;
	float:left;
	text-align:center;
}

*.botEnter{
    cursor:pointer;
}

*.topo {
    /*width:885px;*/
	width: 100%;
    background:url('../images/topo.png') repeat ;
    /*height:30px;*/
	top:0px; 
	/*text-align:center;*/
    font-family:Arial;
    font-size:9px;
}

*.topo input{
    border:1px solid #FFF;
    font-size:9px;
}

.inputLogin{
    background:url('../images/home_topo_campo_login.png') no-repeat;
    width:113px;
    height:19px;
    text-align:center;
}

*.imgCruz{
	clear:both;
	float:left;
	/*position:absolute;*/
	margin-left: 0px;
	margin-top: 5px;
	bottom: 0px;
}

.espacamento{
    padding-top:2px; 
    padding-bottom:5px;
}

.posicao{
    position:relative;
    top:-4px;
}

*.rodape a {
    font-weight:bold;
    text-decoration:none;
    font-size:10px;
    color:white;
    position:relative;
    padding-bottom:3px;
}

*.rodape a:hover {   
    text-decoration:underline;
}

#rodape2 a {
    font-weight:bold;
    text-decoration:none;
    font-size:10px;
    color:white;
    position:relative;
    padding-bottom:3px;
}

#rodape2 a:hover {   
    text-decoration:underline;
}

.campo_erro {
	border: 1px solid #FF0000;
	background:#FFF2F2;
}