/******************************************************************************* CSS Document */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#696969;
	margin:0;
	background-image:url(../img/fundo.jpg);
	background-repeat:repeat-x;
	background-color:#ffffff;
}

h1 {
	background-image:url(../img/h1_fundo.jpg);
	background-repeat:repeat-y;
	background-color:#ede4ee;
	color:#6f317e;
	padding:4px;
	font-weight:bold;
	font-size:14px;
}

h2 {
	background-image:url(../img/h2_fundo.jpg);
	background-repeat:repeat-y;
	background-color:#aea5ae;
	color:#6f317e;
	padding:7px;
	font-weight:bold;
	font-size:14px;
}

h2 a {color:#6f317e; text-decoration:none;}

h3 {
	color:#582367;
	font-weight:bold;
	font-size:12px;
	margin-bottom:10px;
}

h4 {
	color:#000000;
	font-weight:bold;
	font-size:11px;
	margin-top:0;
	margin-bottom:8px;
}

h4 a {color:#000000; text-decoration:none;}
h4 a:hover {color:#000000; text-decoration:underline;}

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


/************************************************************************************ Persona */

.saiba {
	text-align:right;
	font-size:10px;
}

.saiba a {color:#000000; text-decoration:none;}
.saiba a:hover {text-decoration:underline;}

.bordaimg {
	background-image:url(../img/img_fundo.jpg);
	background-repeat:no-repeat;
	padding:7px;
}

.mini {
	font-size:10px;
	color:#545454;
}

/*************************************************************************************** DIVS */

#geral {
	width:950px;
	margin:0 auto;
	background-image:url(../img/geral_fundo.jpg);
	background-repeat:repeat-y;
	display:table;
}

#lateral {
	width:231px;
	float:left;
	padding:0 8px;
	background-image:url(../img/lateral_fundo.jpg);
	background-repeat:repeat-x;
}

#miolo {
	width:;
	margin-left:250px;
}

#topo {
	text-align:right;
	font-size:10px;
	padding-top:19px;
	width:950px;
	margin:0 auto;
	height:34px;
}

#topo a {color:#ffffff;text-decoration:none;}
#topo a:hover {color:#ffffff;text-decoration:underline;}

#menu {
	text-align:right;
}

#menu_int {
	height:120px;
	margin-top:20px;
	margin:0;
	padding:0;
	list-style:none;
}

#menu_int li {
	background-image:url(../img/menu_fundo.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
	text-align:right;
	font-size:13px;
	width:71px;
	height:16px;
	float:left;
	margin:0;
	padding:7px;
	padding-top:75px;
	padding-bottom:22px
}

#menu_int li a {display:block; color:#434144; text-decoration:none; }
#menu_int li a:hover {color:#582367; text-decoration:underline}

#conteudo {
	padding:8px;
	text-align:justify;
	width:680px;
}

#banner {
	margin:30px 0 ;
	margin-bottom:60px;
}

#noticia {
	background-color:#cac2ca;
	margin:0;
	padding:0;
	list-style:none;
	height:170px;
	width:430px;
	float:right
}

#noticia li {
	width:190px;
	padding:10px;
	padding-top:0;
	float:left;
}

#rodape {
	font-size:11px;
	color:#6f317e;
	text-align:center;
	clear:both;
}