@charset "utf-8";
/* CSS Document */
body{margin:0px; font-family:Tahoma, Verdana, Arial; font-size:12px; color:#88440e; line-height:20px; background-color:#736357;}
body:hover{margin:0px; font-family:Tahoma, Verdana, Arial; font-size:12px; color:#88440e; line-height:20px;}
.rodape {
	font-family:Tahoma, Verdana, Arial;
	font-size:9px;
	color:#f8e0c2;
	text-decoration:none;
}
.rod {
	font-family:Tahoma, Verdana, Arial;
	font-size:9px;
	color:#f8e0c2;
	text-decoration:none;
}
.rod:hover {
	font-family:Tahoma, Verdana, Arial;
	font-size:9px;
	color:#f8e0c2;
	text-decoration:underline;
}
.bordaImagem img{
	border:1px solid #88440e;
	margin-bottom:20px;
	font-size:12px;}
.bg_home{
	background-attachment: fixed;
	background-color: #736357;
	background-image: url(../images/bg_page.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.bg_internas{
	background-attachment: fixed;
	background-color: #736357;
	background-image: url(../images/bg_page_int.jpg);
	background-repeat:repeat-y;
	background-position: center top;
}
#menu_parent{
width: 168px;
}

#menu_child{
	position: absolute;
	visibility: hidden;
	background-color: #c17738;
	width: 166px;
	text-align:left;
	text-indent:6px;
	border-bottom-width: 0;
}

#menu_child a{
display: block;
width: 98%;
height: 25px;
border-bottom: 1px solid white;
padding: 2px;
text-decoration: none;
font-weight: bold;
color: white;
}

#menu_child a:hover{
background-color: #9f5727;
}
