/* CSS Document */
body,td,th {
	font-family: tahoma;
	font-size: 12px;
	color: #333333;
}
body {
	background-color: #FFFFFF;
	background-image: url(../imagens/layout/bkg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a {
	font-family: tahoma;
	font-size: 12px;
	color: #996600;
	text-decoration:none;
}
a:visited {
	color: #CC9900;
	text-decoration:none;
}
a:hover {
	color: #3966A9;
	text-decoration:none;
}
a:active {
	color: #93B0DD;
	text-decoration:none;
}

ul {
margin-top:10px;
text-align:left;
}

li{
list-style:none;
}
h1,h2,h3,h4,h5,h6 {
	font-family: tahoma;
}
h1 {
	font-size: 14px;
	color: #5A7FB6;
}
h2 {
	font-size: 11px;
	color: #996600;
	font-weight:normal;
}
/* --------------------------- Div's */
#topo {
width:785px;
height:128px;
background:url(../imagens/layout/Topo.jpg) no-repeat;
margin:0 auto;
}

#container_geral {
width:785px;
margin:0 auto;
padding-bottom:30px;
clear:both;
display:block;
background:url(../imagens/layout/bkg_conteudo.jpg) repeat-y;
}

#container_menu {
width:195px;
height:496px;
background:url(../imagens/layout/menu.jpg) no-repeat;
float:left;
}

#container_txt {
width:570px;
float:left;
padding-right:20px;
_padding-right:10px;
padding-top:10px;
padding-bottom:20px;
text-align:left;
background:url(../imagens/layout/bkg_direita.jpg) no-repeat right top;
}

#ancora {
clear:both;
}

#container_btn {
width:245px;
height:26px;
float:right;
margin-right:-9px;
_margin-right:-5px;
margin-top:-10px;
padding:0px;
}

#rodape {
width:100%;
height:80px;
background:url(../imagens/layout/rodape.jpg) repeat-x;
text-align:center;
font-size:10px;
padding-top:20px;
}

#mapa {
width:780px;
margin:0 auto;
font-family:tahoma;
font-size:10px;
text-align:center;
}

#nome, #email, #genero, #pais, #comentario {
	width:80%;
	border:1px solid #CC9900;
	height:20px;
}

#comentario {
	height:80px;
}
/* --------------------------- Fim Div's */

/* --------------------------- Classes */
.menu {
height:29px;
color:#996600;
margin-left:-30px;
background:url(../imagens/layout/sombra.png) no-repeat bottom left;
}
.fl {
float:left;
}

.fr {
float:right;
}

.centro {
margin:0 auto;
}

.capitular {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:20px;
}

.seta {
font-size:15px;
font-weight:bold;
color:#3663A8;
}

.img {
border:1px solid #3563A7;
margin:5px;
margin-right:10px;
}

.img_r {
border:1px solid #3563A7;
margin:5px;
margin-left:10px;
}


.lista_itens{
	width:500px;
	height:25px;
    text-indent:22px;
	background:url(../imagens/homilas/lista_azul.jpg) no-repeat;
	margin:10px;

}
.lista_footer{
	width:500px;
	height:25px;
    text-indent:22px;
	background:url(../imagens/homilas/lista_azul_2.jpg) no-repeat;
	margin:10px;

}

.azul {color: #5A7FB6;}
.bege {color:#996600;}

a.mapalink:link {
	color: #000066;
}
a.mapalink:visited {
	color: #000099;
}
a.mapalink:hover {
	color:#0000FF;
}
a.mapalink:active {
	color: #FFFF00;
}
a.mapalink {
	font-size: 10px;
}
/* --------------------------- Fim Classes */
