@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(imagens/bg2.jpg);
	background-repeat: repeat-x;
	background-color:#000;
	list-style-image:url(imagens/marcador_li.jpg);
}

 a:link {	
	text-decoration: none;
	color: #3e3e3e;
}
 a:visited {
	text-decoration: none;
	color: #3e3e3e;
}
 a:hover {
	text-decoration: underline;
	color: #3e3e3e;
}
 a:active {
	text-decoration: none;
	color: #3e3e3e;
}

	/************************************************
	*** - > propriedades da página
	*************************************************/

#container{
	margin:0 auto;
	width:975px;
	min-height:650px;
	background-color:#000;
	background-image:url(imagens/bg.jpg);
	background-repeat:no-repeat;
}

#banner{
	width:750px;
	height:135px;
}

#espaço{
	width:975px;
}

#menu{
	width:975px;
	height:125px;
}

#miolo{
	width:975px;
	height:300px;
}

#galeria{
	width:80px;
	height:60px;
	float:left;
	margin:6px;
}

#rodape{
	width:935px;
	height:79px;
	padding-top:20px;
	padding-left:40px;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}

#rodape2{
	width:887px;
	height:79px;
	background-image:url(imagens/bg_rodape2.jpg);
	background-repeat:no-repeat;
	padding-top:20px;
	padding-left:88px;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}

#linha {
clear:both;
}

	/************************************************
	*** - > propriedades de texto
	*************************************************/

.titulo {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #3e3e3e;
	border-bottom:thin;
	border-bottom-style:solid;
}

.tituloBranco {
	font-family: Helvetica, sans-serif;
	font-size: 30px;
	font-weight:bold;
	color: #FFF;
}

.tituloBranco2 {
	font-family: Helvetica, sans-serif;
	font-size: 18px;
	font-weight:bold;
	color: #FFF;
}

.texto {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	text-align:justify;
	line-height:15px;
	color: #3e3e3e;
}

.textoBranco {
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	text-align:justify;
	line-height:22px;
	color: #FFF;
}

.textoBranco a:link {	
	text-decoration: none;
	color: #FFF;
}
.textoBranco a:visited {
	text-decoration: none;
	color: #FFF;
}
.textoBranco a:hover {
	text-decoration: underline;
	color: #FFF;
}
.textoBranco a:active {
	text-decoration: none;
	color: #FFF;
}

.textoBranco2 {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	text-align:left;
	line-height:20px;
	color: #FFF;
}

.texto_interna {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	text-align:justify;
	line-height:18px;
	color: #3e3e3e;
}

