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

.container{
	text-align:center;
	font-family: Arial;
	border: 0px;
	width:100%;
	margin-left: auto;
    margin-right: auto;
}

.inicio_bot
{
	margin-left:auto;
	margin-right:auto;
	background-color:#92D050;
	text-align:center;
	height: 30px;
	width:230px;
}
.inicio_bot:hover
{
	margin-left:auto;
	margin-right:auto;
	background-color:#45A5AE;
	text-align:center;
	height: 30px;
	width:230px;
	cursor: pointer;
}
div.intrabot { width:100%; height: 100%;}
a.iniciando:link, a.iniciando:visited, a.iniciando:hover, a.iniciando:active
{font-size: 24px; font-family:Verdana, Geneva, sans-serif; color: #FFF; text-decoration:none;}

body {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
}

.menu {
	background-color: #000;
	font: Arial, Helvetica, sans-serif;
	margin: 0px;
}

.footer{
	background-color: #45A5AE;
	font-family: Arial;
	height: 40px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
	width: 100%;
	position: fixed;
	bottom:0;
	z-index: 100;
}
.footer2{
	background-color: #45A5AE;
	font-family: Arial;
	height: 40px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
	width: 100%;
	position: relative;
	bottom:0;
	z-index: 100;
}

.logotipo
{
	background-image:url(img/fundo.jpg);
	background-position:right;
	background-repeat:no-repeat;
}

.selecionado{
	background:#45A5AE;
}

.tabela_menu{
	width: 100%;
	height: 25px;
	margin: 0;
	padding:0;
	border: 0;
	border-spacing: 0px;
}
.tabela_menu td
{	width: 150px;}
.tabela_menu td:hover
{	background-color:#45A5AE; width: 150px;}

a.menuP:link, a.menuP:visited, a.menuP:hover, a.menuP:active 
{color: #FFF;	text-decoration: none;	font-family: Arial, Helvetica, sans-serif;}

#conteudo_dicionario a,
#conteudo_dicionario a:link,
#conteudo_dicionario a:visited
{color: #45A5AE;	text-decoration: none;	font-family: Arial, Helvetica, sans-serif;}
#conteudo_dicionario a:hover
{color: #45A5AE;	text-decoration: underline;	font-family: Arial, Helvetica, sans-serif; cursor:pointer;}
#conteudo_dicionario a:active 
{color: #45A5AE;	text-decoration: none;	font-family: Arial, Helvetica, sans-serif;}


.content {
	font-family: Arial, Helvetica, sans-serif; 
	padding: 10px;
	padding-bottom:100px;
}

input[type="text"]{
	border: solid 1px #45A5AE;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #45A5AE;
}

img{ border: 0px;}
.img_bot{ cursor:pointer;}

.dic_letras {
	font-size: 24px;
	margin-left:auto;
	margin-right:auto;
}
.handy { cursor:pointer; color: #000;}
.handy:hover { cursor:pointer; color: #45A5AE;}

.termos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 200%;
	text-align:justify;
}

.sugestao {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 200%;
	text-align: justify;
	background-color: #DCF8FA;
	border:1px solid #45A5AE;
	padding-left: 10px;
}

.style2 {
	font-size: 36px;
	font-weight: bold;
}
.style3 {
	font-size: 24px;
	font-weight: bold;
}
.style4 {color: #333333}
.style6 {color: #666666; cursor:pointer; font-weight:normal;}
.style6 > b:hover {color: #45A5AE; font-weight:bold;}

.galeria
{
	position: relative;
	width: 140px;
	height: 600px;
  	overflow-x: hidden;
    overflow-y: scroll;    
  	margin: 0 auto;
	border: 1px solid black;
}
.galeria_atlas
{
	position: relative;
	height: 140px;
  	overflow-x: scroll;
    overflow-y: hidden;
	white-space: nowrap;
  	margin: 0 auto;
	border: 1px solid black;
}
.galeria > img, .galeria_atlas > img
{	cursor: pointer;}

.invisivel
{display:none; height: 0px;}

.visivel
{display:block; border:1px solid #45A5AE; padding:5px; text-align:justify;}

.resposta
{ color: #45A5AE; }

#warning{
	font-size:10px;
}
.nome{font-weight:bold; font-size:16px;}
.func{font-weight:100; font-size:14px;}