/* TUDO */

body{
	background-image:url(../img/fundo_pagina.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	font:normal 12px/16px "Arial", Tahoma, sans-serif;
	color:#363636;
	margin:0;
	padding:0;
	overflow-x: hidden;
}

/* DIVS */

#titulos{
	background-image:url(../img/fundo_titulos.jpg);
	background-repeat:no-repeat;
	width:570px;
	height:22px;
	padding-top:5px;
	padding-left:8px;
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
}

#barra_topo_total{
	width:100%;
	background-color:#03024e;
	color:#FFFFFF;
	margin:0 auto;
	position:relative;
}

#barra_topo{
	width:890px;
	text-align:right;
	font-size:12px;
	padding:5px;
	background-color:#03024e;
	color:#FFFFFF;
	margin:0 auto;
	position:relative;
}

#total{
	width:900px;
	margin:0 auto;
	position:relative;
}

#superior_esquerda{
	width:474px;
	height:256px;
	padding-top:46px;
	padding-left:8px;
	float:left;
}

#logo{
	width:247px;
	height:62px;
	padding-right:227px;
	padding-bottom:20px;
	float:left;
}

#box_introducao{
	background-image:url(../img/fundo_box_intro.jpg);
	width:463px;
	height:125px;
	padding-top:11px;
	padding-left:11px;
	float:left;
}

#superior_direita{
	background-image:url(../img/foto_familia.jpg);
	background-repeat:no-repeat;
	width:418px;
	height:302px;
	float:left;
}

#menu{
	background-image:url(../img/fundo_menu.jpg);
	background-repeat:no-repeat;
	width:770px;
	padding-left:65px;
	padding-right:65px;
	float:left;
	margin-bottom:15px;
}

#conteudo_home{
	width:900px;
	padding-top:25px;
	padding-bottom:35px;
	float:left;
}

#conteudo_paginas{
	width:590px;
	padding-left:15px;
	padding-top:15px;
	float:left;
}

#lateral{
	width:275px;
	padding-left:15px;
	padding-top:15px;
	float:left;
}

#rodape_total{
	width:100%;
	background-color:#03024e;
	color:#FFFFFF;
	clear:both;
	margin:0 auto;
	position:relative;
}

#rodape{
	width:890px;
	height:55px;
	font-size:12px;
	padding:35px 0px 15px 0px;
	background-color:#03024e;
	text-align:center;
	color:#FFFFFF;
	margin:0 auto;
	position:relative;
	clear:both;
	margin:0 auto;
	position:relative;
}


/* MENU */

.barNav a {
color:#03024e;
font-size:13px;
font-weight:bold;
text-decoration:none;
text-align:center;
padding:3px;
margin-right:13px;
}

.barNav a:hover {
color:#03024e;
background:#e6e5eb;
}

/* LINKS */

a:link{text-decoration: none; font-weight: none;} 

a:visited{text-decoration: none; font-weight: none;}

a:active{text-decoration: none; font-weight: none;}

a:hover{font-weight: none; color:#eed8bd;}

/* FONTES */

.style1 {font-size:13px; font-weight:bold;}
.style2 {color:#03024E; font-weight:bold; font-size:13px;}

