/* ESTRUTURA BÁSICA 		
****************************************************************/

body{
	margin: 0px;
	text-align: center;		
	background-color: #000000;		
	background-repeat:repeat-x;
	background-image: url(fundo2.jpg);
	background-repeat:repeat-x;
	}		

#popup{
	position: absolute;
	left: 80%;
	top: 120px;
}

	
		.tabelas {
			display: none;
			position: absolute;
			top: 10px;
			left: 10%;
			width: 725px;
			height: 580px;
			border: 10px solid #787f90;
			background-color: #000000;
			z-index:9999;
			overflow: auto;
			font: 20px Arial;	
			font-weight: bold;
		}
					
	
.geral {
	width: 100%;
	margin: auto;
}

.img {
	border: 2px solid #373737;
}

#TopoMenu{
	position: absolute;
	left: 0;
	top: 50px;
	height: 300px;
	z-index:2;
}

#Opc { /*  OPCIONAIS */
	float: left;
	width: 182px;
	font-weight:bold;	
	margin-top: 10px;
	margin-bottom: 10px;
	font: 11px Arial;	
	text-align: justify; 		
	line-height: 15px;
	color: #ebebeb;
	}
	
	
	
a:link{text-decoration: underline; color: #FFFFFF; }
a:visited{text-decoration: underline; color: #FFFFFF; }
a:hover{ text-decoration: none; color: #FFFFFF; font-weight: bold;	 }
a:active{text-decoration: underline; color: #FFFFFF; }


#rodape li a:link{text-decoration: none; color: #686868; font: 12px Calibri, Arial; }
#rodape li a:visited{text-decoration: none; color: #686868; font: 12px Calibri, Arial; }
#rodape li a:hover{ text-decoration: none; color: #000; background-color: #FFFFFF; padding: 1px; font: 12px Calibri, Arial; }
#rodape li a:active{text-decoration: none; color: #686868; font: 12px Calibri, Arial; }


.rodape2:link{text-decoration: underline; color: #191919; }
.rodape2:visited{text-decoration: underline; color: #191919; }
.rodape2:hover{ text-decoration: none; color: #FFFFFF; }
.rodape2:active{text-decoration: underline; color: #191919; }

.rodape2 {
	color: #191919;
	}	
	

#rodape li
{
display: inline;
list-style-type: none;
font: 11px Arial;
font-weight: bold;
padding-left: 3px;
border-left: 1px solid #303030;
}
.rodape1 {
font: 11px Arial;
/*background: url(rod2.jpg) no-repeat;*/
text-align:center;
}	

.conteudo {
	width: 850px;
	}	
	
.depoimento {

	font: 35px Georgia,Arial;
	color: #c1c1c1;

}	

h1 {
	font: 24px Arial;	
	color: #FFFFFF;
	font-weight: bold;	
	line-height: 45px;
	text-transform: uppercase;		
	}	
	
h2 {
	font: 18px Arial,Verdana,Arial;
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 35px;
	font-weight: bold;
	text-transform: uppercase;		
	}	

h3 {
	font: 18px Calibri,Arial;	
	color: #FFFFFF;
	font-weight: bold;	
	border-bottom:1px solid #434343;		
	text-align: left;	
}	
	
.txt {
	font: 14px Arial,Verdana;
	text-align: justify; 		
	line-height: 15px;
	color: #ebebeb;
}	
.txt0 {
	font: 11px Arial,Verdana;
	text-align: justify; 		
	line-height: 15px;
	color: #ebebeb;
}	



#itens
{
text-align: left;			
padding: 0;
margin: 0;
}
#itens li
{
height: 25px;	
font-weight: bold;
border-bottom:1px solid #434343;
padding: 5px;
list-style:none;
}




.img-left { /* ALINHA A ESQUERDA  */
	float:left;
	margin-left: 0px;
	margin-right: 15px;
	margin-bottom: 10px;			
	border: none;
	}
.img-right { /* ALINHA A ESQUERDA  */
	float:right;
	margin-left: 15px;
	margin-right: 0px;
	margin-bottom: 10px;			
	border: none;
	}	

				
/* FORMULÁRIOS	overflow-x: hidden;
****************************************************************/


.form {	/* CAMPOS */
	background-color: #000000;
	border:1px solid #434343;
	font: 11px Arial;
	margin-top: 5px;	
	padding: 2px;
	font-weight: bold;	
	color: #FFFFFF;		
	cursor:pointer;
	}
.bot {  /* BOTAO GRANDE  */
	background-color: #000000;
	font:12px Arial, Verdana;
	color: #FFFFFF;	
	font-weight: bold;
	cursor:pointer;
	border:1px solid #676767;
}	

				
	
