@charset "utf-8";
/* CSS Document */

html, body {height:100%;} 

body {
	margin:0;
	padding:0;
	background:#fff url(images/fundo.jpg) repeat-x center top;
	}
	
#tudo { 
	width:791px;
	position:relative;  /*Contexto de posicionamento */
	margin:0 auto;
	text-align:left;
	min-height:100%;
	}
 * html #tudo {height: 100%;}

#conteudo {
	padding-bottom:70px;
	background:#ffffff; 
	}

#topo {
	position:absolute;
	left:15px;
	top:0;
	}
	
#texto {
	width:690px;
	float: left;
	padding-top:230px;
	padding-left:50px;
	}
	
#rodape {
	width:761px;
	height:61px;
	left:15px;
	background:#fff url(images/rodape.jpg) repeat-x center top;
	position: absolute;
	bottom: 0; /**/ 
	text-align:center;
	vertical-align: bottom;
	}
	
.clear {clear:both;}

#assina {
	right:7px;
	position: absolute;
	padding-bottom:7px;
	}

		
/* =Textos */

  .texto {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #999999;
	line-height: 16px;
	text-align:left;
}

  .texto_adv {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #999999;
	line-height: 16px;
	text-align:left;
	max-width: 300px;
		
}

  .titulo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #7F7D7B;
	line-height: 24px;
}





/* = Links */

  a.texto_link:link {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #999999;
	line-height: 16px;
	text-decoration: none;
	}
  a.texto_link:visited {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #999999;
	line-height: 16px;
	text-decoration: none;
	}
  a.texto_link:hover {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #999999;
	line-height: 16px;
	text-decoration: underline;
	}
  a.texto_link:active {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #999999;
	line-height: 16px;
	text-decoration: none;
	}
	
  a.flecha:link {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	color: #DFDECF;
	line-height: 16px;
	text-decoration: none;
	}
  a.flecha:visited {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	color: #DFDECF;
	line-height: 16px;
	text-decoration: none;
	}
  a.flecha:hover {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	color: #666666;
	line-height: 16px;
	text-decoration: none;
	}
  a.flecha:active {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	color: #DFDECF;
	line-height: 16px;
	text-decoration: none;
	}
	
  a.texto_contato:link {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #999999;
	line-height: 24px;
	text-decoration: none;
	}
  a.texto_contato:visited {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #999999;
	line-height: 24px;
	text-decoration: none;
	}
  a.texto_contato:hover {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #999999;
	line-height: 24px;
	text-decoration: underline;
	}
  a.texto_contato:active {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #999999;
	line-height: 24px;
	text-decoration: none;
	}
	
/* =Formularios */
	
.campo1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#E6E9EC;
	font-size: 11px;
	height: 18px;
	width: 250px;
	color:#283084;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.campo_texto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#E6E9EC;
	color:#283084;
	font-size: 11px;
	height: 100px;
	width: 250px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.enviar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #283084;
	background-color: #64CDE4;
	height: 21px;
	width: 100px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
