/* CSS Document */
@import "news.css";
@import "programas.css";
@import "projetos.css";
 
body {
	margin:0px;
	background-image: url(../imagens/tira.gif); background-attachment:fixed;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

td, p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

a:link, a:visited, a:active{
	color:#573C1F;
	font-weight:normal;
	text-decoration:none;
}
a:hover{
	color:#573C1F;
	font-weight:bold;
	text-decoration:none;
}
.menu{ 
	color:#FFFFFF;
	font-size:10px;
}
a.menu:link, a.menu:visited, a.menu:active{
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
}
a.menu:hover{
	color:#CCCC00;
	font-weight:bold;
	text-decoration:none;
}


.rodape {
	position:relative;
	/*width:700px;*/
	height:40px;
	background-color:#5E5E2F;
	text-align:center;
	padding-top:9px;
	font-size: 9px;
	font-weight: bold;
	color: #D8D8B1;
}

body.popup{
	margin:10px;
	background-image:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
body.popup .titulo {font-size: 12px}

a.home:link, a.home:visited, a.home:active{
	font-weight:bold;
}
a.home:hover{
	font-weight:bold;
	text-decoration:underline;
}
.home{
	font-weight:bold;
	color:#573C1F;
}

.pesquisador{
	position:relative;
	padding:10px 20px 10px 20px;
}

#titulo{
	position:relative; 
	margin:20px;
	font-family:Georgia, "Times New Roman", Times, serif; 
	font-size:28px;
}

#titulo_menor{
	position:relative; 
	margin:20px;
	font-size:15px; font-weight:bold;
}

#conteudo, #conteudo_2_txt{
	position:relative;
	margin:20px 20px 40px 20px;
}


.fundo_verde{ 
	background-color:#D5D500;
}

.fundo_marrom{
	background-image:url(../imagens/fundo/marrom.gif);
}

.fundo_marromescuro{
	background-image:url(../imagens/fundo/marromescuro.gif);
}

.fundo_marrom_gradiente{
	background-image:url(../imagens/fundo/gradiente_marrom.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
}

.fundo_laranja_gradiente{
	background-image:url(../imagens/fundo/gradiente_laranja.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
}
.fundo_laranja2_gradiente{
	background-image:url(../imagens/fundo/gradiente_laranja2.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
}
.fundo_verde_gradiente{
	background-image:url(../imagens/fundo/gradiente_verde.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	
}

.fundo_verdeescuro_gradiente{
	background-image:url(../imagens/fundo/gradiente_verdeescuro.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
}

.fundo_home{
	background-image:url(../imagens/fundo/fundo_home.gif);
	background-color:#FFFFFF;
}
hr.linha_branca {
	border: 0;
	color: #ffffff;
	background-color: #ffffff;
	height: 1px;
	margin:0px 5px 10px 5px;
}


.livrosevideos_detalhes{
	width:150px; height:150px;
	position:absolute;display:none;
	border:1px #999999 solid;
	margin-left:150px;
	z-index:1;
}


