@charset "utf-8";
/* CSS Document */

a:visited {
	color: #E4E4E4;
}
a:hover {
	color: #E4E4E4;
}
a:active {
	color: #E4E4E4;
}

#principal {
	width:860px;
	margin: 0 auto;
}

/*#cabecalho {
float:left;
height:272px;
margin:0;
}*/


#navcontainer {
margin:0;
position:relative;
}

#navcontainer ul
{
width:820px;
margin:0px auto;
list-style: none;
padding-left: 17px;
border: none;

}

#navcontainer li
{
display: block;
margin: 0;
padding: 0;
float: left;
width: 89px;
height:23px;

background: url(imagens/bt_off.gif);
}

#navcontainer a
{
font-family: Accidental Presidency;
font-size:16px;
color: #fff;
display: block;
width: auto;
text-decoration: none;
border-left: 1px solid # E3223F;
border-top: 1px solid #fff;
border-right: 1px solid #600;
height:auto;
text-align:center;
}

#navcontainer a:hover, #navcontainer a:active { 
background: url(imagens/bt-on.gif); }



.conteudo {
	float:left;
	width:530px;
	padding:8px 0px 08px 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align: justify;
}

.conteudo2 {
	float:right;
	width:220px;
	padding:35px 8px 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:5px 30px 0px 15px;
	background-image:url(imagens/box-right.gif);
	background-repeat:no-repeat;
	height:410px;
}

.conteudo3 {
	float:left;
	width:520px;
	padding:8px 0px 08px 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	height:100%;
	
}

.conteudo4 {
	float:left;
	width:790px;
	padding:8px 0px 08px 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	height:100%;
	
}

.texto-historia {
float:right;
width:550px;
padding:5px;

}

.fotos {
	float:left;
	width:200px;
	margin-top:10px;
	
}
#pagina {
	background-image:url(imagens/bg-pagina.gif);
	background-repeat: repeat-y;
	height:auto;
	float:left;
	width:860px;
	margin-left:1px;
}

.box {
	
	border-bottom:dotted 1px #333;
	height:70px;
	padding-bottom:5px;
}


#cadastro {
	margin-top:60px;
	padding:5px;
}

.btenviar {
	width:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	height:20px;
	background-color:#CCC;
	width:30px;
}

input, textarea, select {
     color: #666666;
     width: 120px;
     border: solid 1px  #999999;
}
	

#rodape {
	width:806px;
	height:25px;
	float:left;
	clear:both;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:11px;
    padding:10px 0px 0px 0px;
	margin-left:26px;
	text-align:center;
	position:relative;
	background-image: url(imagens/rodape.gif);
	background-repeat:no-repeat;
}

.divform1 {
margin-left:20px;
float:left;
width:450px;
}

/* LABEL */
label {
     display: block; /* DEIXANDO UM ACIMA DO OUTRO */
     margin: 5px 0 5px 0; /* ESPAÇO ACIMA E ABAIXO */
}

/* FORMATANDO OS IDENTIFICADORES DOS CAMPOS */
label span {
	display: block;
	width: 132px;
	margin-top: 2px;
	float: left;
	margin-left:10px; /*20*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* FORMATANDO INPUT, SELECT E TEXTAREA */
input, textarea, select {
     color: #000000;
     width: 220px; 
     border: solid 1px #C8C8C8;
	 background-color:#F9F8F7;
}

/* SELECT COM LARGURA AUTOMÁTICA */
select {
     width: auto;
}

textarea {
     height: 100px;
     overflow: auto; /* BARRA DE ROLAGEM AUTOMÁTICA */
}

.textfield2 {
	width:50px;
	text-align: center;
}

.textfield3 {
	width:120px;
	
}

/* FORMATAÇÃO DO BOTÃO */
button {
     background: #C8C8C8;
     color: #FFF;
     font-weight: bold;
     margin-top: 10px;
     border: 1px solid #A6A6A6;
	 
}

.imagem {
	width:340px;
	height:autopx;
	margin-left:40px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

.imagem2 {
	width:340px;
	height:autopx;
	margin-right:40px;
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}


.contatohome {
	float:left;
	width:860px;
	text-align:center;
	padding-bottom:10px;
	padding-top:15px;
	clear:both;
	
}

a img{
	border:0px;}