/* ESTRUTURA BÁSICA 		
****************************************************************/

body{
	margin:0px 0px;
	text-align: center;		
	background-color: #000000;		
	background-image: url(fundo.jpg);	
	}						

.geral {
	width: 1004px;
	margin: auto;
}
		
a:link{text-decoration: underline; color: #dedede; }
a:visited{text-decoration: underline; color: #dedede; }
a:hover{ text-decoration: none; color: #8b4e84; }
a:active{text-decoration: underline; color: #dedede; }

/*
.popup{
	position: absolute;
	margin-top: 90px;
} */


#rodape li
{
display: inline;
list-style-type: none;
padding-right: 20px;
font: 14px Arial;
font-weight: bold;
font: 20 px "Trebuchet MS";
color:#8b4e84;
}

#rodape li a:link { color: #8b4e84; }
#rodape li a:visited { color: #8b4e84; }

#rodape li a:hover
{
color: #FFFFFF;
background-color:#8b4e84;
padding: 1px;
font-weight: bold;
}


#empresa li
{
display: inline;
list-style-type: none;
padding-right: 20px;
font-weight: bold;
font: 18 px "Trebuchet MS";
}

#empresa li a:link { color: #FFFFFF; }
#empresa li a:visited { color: #FFFFFF; }

#empresa li a:hover
{
color: #FFFFFF;
background-color:#000000;
padding: 3px;
font-weight: bold;
}

#empresa li a#current
{	
color: #8b4e84;
background: #FFFFFF;
text-decoration: none;
padding: 3px;
}


.txtP {
	color: #000000;
	}
		
.conteudo {
	background-color: #63375b;	
	font: 16px "Trebuchet MS";
	color: #FFFFFF;	
	background-image: url(fundo1.jpg);		
	}	
	
.conteudo2 {
	background-color: #ffb900;	
	font: 16 px "Trebuchet MS";
	background-image: url(fundo2.jpg);	
	color: #000000;	
	}		
	
h1 {
	font: 42 px "Trebuchet MS";
	color: #FFFFFF;	
	margin-top: 0px;
	margin-bottom: 2px;
	font-weight: bold;
	letter-spacing: -1px;
	}	
	
h2 {
	font: 20 px "Trebuchet MS";
	color: #fbc900;
	margin-top: 0px;
	margin-bottom: 2px;
	font-weight: bold;
	text-transform: uppercase;		
	}	

.img-left { /* ALINHA A ESQUERDA  */
	float:left;
	margin-right: 15px;
	margin-bottom: 10px;			
	border: none;
	}
.img-right { /* ALINHA A ESQUERDA  */
	float:right;
	margin-left: 15px;
	margin-bottom: 10px;			
	border: none;
	}	
			
.rodape { 
	font: 11px Arial;
	color: #ACACAC;			
	}		
	
.img {
border: 1px solid #000000;
margin-top: 2px; /* IMAGEM COM BORDA PEQUENA  */	
}	


#fotos {
	width:125px;
	height:500px;
	overflow:auto;
	border:1px solid #C7C7C7;
	border-bottom:1px solid #F5F5F5;			
	font: 12px Arial; 	
	background-image: url(fundo.jpg);		
	}


#videos {
	width:145px;
	height:500px;
	overflow:auto;
	border:1px solid #C7C7C7;
	border-bottom:1px solid #F5F5F5;			
	font: 12px Arial; 	
	background-image: url(fundo.jpg);		
	}

/* FORMULÁRIOS	overflow-x: hidden;
****************************************************************/


.form {	/* CAMPOS */
	background-color: #FFFFFF;
	border:1px solid #BCBCBC;
	font: 11px Arial;
	margin-top: 5px;	
	padding-left: 10px;
	font-weight: bold;	
	}
.bot {  /* BOTAO GRANDE  */
	background-color: #25247B;
	font:12px Arial, Verdana;
	color:#FFFFFF;
	font-weight: bold;
	cursor:pointer;
}	

				
	
