/******************************************************************************* 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:#eff2f6;
}

h1 {
	font-size:13px;
	color:#035895;
	font-weight:bold;
	margin-top:1.4em;
	margin-bottom:0.9em;
}

h2 {
	font-size:13px;
	color:#0299e2;
	font-weight:bold;
	margin-top:1.4em;
	margin-bottom:0.9em;
}

h3 {
	font-size:11px;
	color:#000000;
	font-weight:bold;
	margin-top:0;
	margin-bottom:1em;
}

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

h4 {
	font-size:11px;
	color:#0362a6;
	font-weight:bold;
	margin-top:1em;
	margin-bottom:0.5em;
}

a {color:#000000; text-decoration:underline}
a:hover {text-decoration:none; font-weight:bold;}

/*div {border:1px solid #000000; padding:5px; margin:5px;}*/

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

.borda {
	border:solid 16px #ffffff;
}

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


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

#geral {
	width:780px;
	margin:0 auto;
}

#topo {
	height:135px;
}

#miolo {
	float:left;
	width: 545px;
}

#lateral {
	float:right;
	width:210px;
	color:#ffffff;
	background-color:#0362a6;
}

#menu {
	margin:0;
	padding:5px;
	list-style:none;
	text-transform:uppercase;
	background-color:#035895;
}

#menu li {
	border-left:29px solid #0198e1;
	margin:5px 0;
	padding-top:13px;
	padding-left:20px;
}

#menu li a {color:#ffffff; text-decoration:none; display:block;}
#menu li:hover {
	border-left:29px solid #ffffff;
}

#lancamento {
	height:287x;
}

#conteudo {
}

#rodape {
	background-color:#ffffff;
	font-size:11px;
	color:#767676;
	clear:both;
}

#rodape_int {
	width:780px;
	margin:0 auto;
	height: 60px;
}
