/* CSS Document */

body{
	background-image:url(images/fundo_body.jpg);
	background-repeat:repeat-x;
	text-align:center;
}

* body, html {
	margin:0;
	padding:0;
}

#principal{
	text-align:center;
	width:780px;
	height:auto;
	margin:auto;
}

#topo {	
	text-align:center;
	height:auto;
	margin:auto;
}

#sistema {
	text-align:center;
	height:auto;
	width:780px;
	margin:auto;
	background-image:url(images/topo_enciclopedia.jpg);
	background-repeat:no-repeat;	
	padding-top:110px;
	padding-bottom:10px;
}

#voltar{
	margin:auto;
	height:20px;
	width:510px;
	text-align:right;
}

#conteudo_sistema{
	text-align:center;
	width:780px;
	margin:auto;
	height:auto;
	background-image:url(images/fundo_conteudo.jpg);
	background-repeat:repeat-y;	
}

#rodape_sistema{
	width:770px;
	height:31px;
	background-image:url(images/rodape_sistema.jpg);	
	background-position:center;
	background-repeat:no-repeat;
	margin:0;
	float:left;
}

#rodape{
	width:770px;
	height:31px;
	background-image:url(images/escola1_08.jpg);	
	background-position:center;
	background-repeat:no-repeat;
	font-family: Tahoma;
	font-size: 11px;	
	margin:0;
	float:left;
	color:#FFFFFF;
}

#formulario{
	width:510px; 
	padding-left:50px;
	text-align:center;
	margin:auto;
	height:auto;
}

#formulario2{
	width:550px; 
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
}

table{
	font-family:verdana;
	color:#000066;
	font-size:11px;
}

input{
	font-family:Verdana;
	font-size:11px;
	color:#000066;	
	border:1px solid #000066;
}

.linha {
	font-family:verdana;
	font-size:11px;
	color:#000000;
    *cursor:hand;
    cursor:pointer;
}

legend{
	font-family:verdana;
	font-size:11px;
	font-weight:bold;	
}

#carregando{
	float:center;
	font-family:Verdana;
	font-size:11px;
	color:#FF0000;
	text-align:right;
	width:550px;
	margin:auto;
	height:20px;
}

#result{
	width:560px;
	height:auto;
	margin:auto;
	padding-right:5px;
}

#informacoes{
	padding:5px;	
	height:auto;
	margin:auto;
	text-align:justify;
	font-family:verdana;
	color:#000066;
	font-size:11px;
	font-weight:bold;
}

#verbetes{
	height:auto;
	margin:auto;
	text-align:justify;
	font-family:verdana;
	color:#000066;
	font-size:11px;
	padding:5px;
}

#nome_verbete{
	font-weight:bold;
	padding-bottom:5px;
	padding-left:5px;
}

#descricao_verbete{
	padding-bottom:5px;
}

a{
	color:#000066;
	text-decoration:none;
}

a:houver {
	color:#999999;
	text-decoration:none;
}

#div_descricao {
	color:#CC0000;
	width:410px;
}

.barra{
	background-color:#0A345E !important;
	color:#FFFFFF !important;
}

div#boxEnciclopedia{
	position:absolute;	
	z-index:100;
	isibility:hidden;		
	text-align:center;
	background-color:#FFFF8F;
	border: 1px solid #0A345E;
}

div#box{
	border: 1px solid #0A345E;
}

div#content{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px !important;
}

div.descCont{
	padding:15px;
	color:#000066;
}
