/* HTML */
*{
	margin:0px;
	padding:0px;
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000;
	border-collapse:collapse;
	outline:none;
}
a img{
	border:none;
}
body{
	background-image:url(img/bg.gif);
	background-attachment:fixed;
}
p{
	margin:0px;
	padding:0px;
	line-height:20px;
}
h1{
	font-size:20px;
	font-weight:bold;
	margin:20px;
	text-align:center;
	color:#06C;
}
h2{
	color:#06C;
	padding:5px;
	font-size:15px;
	font-weight:bold;
	border-bottom:2px solid #FC0;
	margin-bottom:10px;
	background-color:#FFF;
	font-family:Tahoma, Geneva, sans-serif;
}
h3{
	color:#06C;
	font-size:18px;
	font-weight:bold;
	margin:0px;
	margin-bottom:5px;
	padding:10px;
	text-align:center;
}
h4{
	color:#000;
	font-size:25px;
	font-weight:bold;
	margin:0px;
	margin-bottom:5px;
	padding:10px;
	text-align:center;
}
form{
	margin:0px;
}
img{
	border:none;
}

/* LAYOUT */
html, body {height:100%;}
* html #geral {height: 100%;}
#website {padding-bottom:20px;}
.clear {clear:both;}
#geral{
	width:1003px;
	background-color:#FFF;
	position:relative;
	margin:auto;
	text-align:left;
	min-height:100%;
}
#topo{
	background-image:url(img/fundo_topo.png);
	background-repeat:repeat-x;
	height:160px;
	text-align:center;
}
#conteudo{
	padding:20px;
	margin-bottom:10px;
	text-align:left;
}
#esquerda{
	width:200px;
	background-color:#F4F4F4;
	text-align:center;
	float:left;
	padding:10px;
}
#centro{
	width:453px;
	margin-left:20px;
	margin-bottom:20px;
	float:left;
}
#direita{
	background-color:#F4F4F4;
	width:230px;
	float:right;
	padding:10px;
}
#rodape{
	padding:5px;
	padding-bottom:7px;
	background-image:url(img/fundo_menu.png);
	text-align:center;
	color:#FFF;
    position: absolute;
    bottom:0px;
	width:993px;
	font-size:11px;
	height:13px;
}

/* Menu */
#menu{
	background-image:url(img/fundo_menu.png);
	height:30px;
	width:1003px;
}
#menu_dropdown{
	background-image:url(img/fundo_menu.png);
	height:30px;
	width:660px;
	margin:auto;
}
#barramenu {
	height:30px;
	background-image:url(img/fundo_menu.png);
	text-align:center;
}
ul.menubar .menu{
	list-style:none;
	background-image:url(img/fundo_menu.png);
	float:left;
}
ul.menubar .menu:hover{
	background-image:url(img/fundo_menu_over.png);
}
ul.menubar ul.submenu{
	display:none;
	position:absolute;
}
ul.menubar a{
	padding:7px 5px 9px 7px;
	display:block;
	text-decoration:none;
	color:#FFF;
	font-weight:bold;
	font-family:Tahoma, Geneva, sans-serif;
}
ul.submenu, ul.submenu ul{
	width:150px; /* Width of submenu Items */
	margin-left:-1px;
	text-align:left;
}
ul.submenu li{
	position:relative;
	list-style:none;
}
ul.submenu li a{
	display:block;
	text-decoration:none;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #CCC;
	border-left: 5px solid #06C;
	border-right: 1px solid #CCC;
	padding:5px;
	font-weight:100;
	color:#000;
	background-color:#E2E2E2;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
}
/* Fix IE. Hide from IE Mac \*/
* html ul.submenu li { float: left; height: 1%; }
* html ul.submenu li a { height: 1%; }
/* End */
ul.submenu li.men ul { display: none; } /* Hide sub-submenus initially */
ul.submenu li a:hover {
	background-color: #EFEFEF;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #CCC;
	border-left: 5px solid #FC0;
	border-right: 1px solid #CCC;
	color:#858585;
}

/* BotÃ£o selecionado */
.botao:link, .botao:visited, .botao:active{
	color:#FFF;
	text-decoration:none;
}
.botao:hover{
	color:#FFF;
	text-decoration:none;
}
.botao_selecionado:link, .botao_selecionado:visited, .botao_selecionado:active{
	color:#FFE635;
	text-decoration:none;
}
.botao_selecionado:hover{
	color:#FF0;
	text-decoration:none;
}
.destaque{
	color:#FF0000;
	background-color:#FEF7B2;
	margin-right: 5px;
	margin-bottom: 5px;
	font-weight:bold;
	padding:3px;
}
#a1{
	background-color:#FFF;
	padding:3px;
}
#a2{
	background-color:#EFEFEF;
	padding:3px;
}

/* LINKS */
a:link, a:visited, a:active {
	color:#06C;
	text-decoration:none;
}
a:hover {
	color:#06C;
	text-decoration:underline;
}

.link_tabela:link, .link_tabela:visited, .link_tabela:active{
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
}
.link_tabela:hover {
	color:#FFF;
	text-decoration:underline;
	font-weight:bold;
}

.d:link, .d:visited, .d:active{
	color:#C00;
	text-decoration:none;
}
.d:hover {
	color:#C00;
	text-decoration:underline;
}

.w:link, .w:visited, .w:active{
	color:#FFF;
	text-decoration:none;
	font-size:11px;
}
.w:hover {
	color:#FFF;
	text-decoration:underline;
	font-size:11px;
}

/* FORMULáRIOS */
.campo_select{
	font:15px Garamond;
}
.campo{
	border:1px solid #CCCCCC;
	padding:2px;
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	width:250px;
	color:#999999;
}
.campo_hover{
	border:1px solid #0066FF;
	padding:2px;
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	width:250px;
	color:#333333;
}

/* TABELAS */
#titulo_tabela{
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
	background-color:#0066CC;
	height:25px;
}
#excluir{
	border:none;
	cursor:pointer;
}
.tab1{
	background-color:#F0F0F0;
}
.tab2{
	background-color:#FFFFFF;
}
.over{
	background-color:#DDEDFB;
}

/* GALERIA */
#quadro_imagens{
	border:none;
}
#branco{
	background-color:#FFFFFF;
	margin-bottom:0px;
	margin-left:4px;
	margin-right:4px;
	margin-top:0px;
}
#carregando{
	background-image:url(img/carregando.gif);
	width:500px;
	height:375px;
}
#frase{
	background-image:url(img/fundo_frase.png);
	margin-bottom:10px;
	padding:5px;
	line-height:20px;
}
#bola1, #bola2{
	margin-bottom:-4px;
}
#novo_documento{
	background-color:#FFC;
	padding:10px;
	text-align:center;
}
#mensagem{
	background-color:#EAF5FD;
	padding:10px;
	margin-top:10px;
}
#nota{
	background-color:#FFFFE8;
	padding:10px;
	margin-top:10px;
	margin-bottom:10px;
}
#img_mini{
	margin-bottom:3px;
}
.pop{
	display:none;
}
.popok{
	width:620px;
	height:420px;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-310px;
	margin-top:-210px;
	text-align:center;
	z-index:100;
	display:block;
	cursor:pointer;
}
.popok p{
	line-height:23px;
}
.bt_fechar{
	padding:4px;
	background-color:#EBEBEB;
	border:1px solid #CCCCCC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
.bt_fechar_over{
	padding:4px;
	background-color:#FFF;
	border:1px solid #E1E1E1;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	cursor:pointer;
}
#fechar{
	text-align:right;
	margin-right:10px;
}
#quaresma{
	font-size:20px;
	margin:15px;
	font-weight:bold;
}
#finalidade li{
	margin-bottom:10px;
	margin-left:12px;
	line-height:18px;
}
.centro{
	text-align:center;
}
.a_direita{
	text-align:right;
}
#santos{
	margin-top:10px;
}
.bola{
	margin-bottom:-6px;
	margin-right:3px;
}
/* Textos */
.autor{
	text-align:right;
	font-style:italic;
}