/*css*/

/*definicoes de fonte*/
@font-face {
	font-family: 'helveticaneue';
	src: url('Helvetica55Roman.ttf');
}

/*tags*/

body{
	background:#92B3C7 url(../../imagens/fundo_regua.jpg) repeat-x;
	font:12px helveticaneue, Arial, Tahoma, Sans-serif;
	color:#00326E;
}

p{
	font-size:12px;
	line-height:22px;
	margin:10px 0 10px 0;
}

a{
	color:#B01B1A;
}

a:hover{
	color:#B01B1A;
	text-decoration:underline;
}

h1{
	margin: 0 0 10px 0;
	font-size:26px;
}

h2{
	margin: 0 0 10px 0;
	font-size:20px;
	border-bottom:1px solid #C9C7C9;
	-webkit-box-shadow: 0px 1px 0px 0px #ffffff;
	-moz-box-shadow: 0px 1px 0px 0px #ffffff;
	box-shadow: 0px 1px 0px 0px #ffffff;
}

h3{
	font-size:18px;
}

/*estrutura basica*/
#tudo{
	position:relative;
	margin:auto;
	width:980px;
	height:auto;
}

#topo{
	background:url(../../imagens/fundo_topo.jpg) repeat-x;
	height:193px;
	width:980px;
}

#corpo{
	background-color:#fff;
	margin:38px 0 0 0;
	height:975px;
	width:980px;
}

#rodape{
	background:url(../../imagens/fundo_rodape.jpg) repeat-x;
	width:930px;
	height:101px;
	padding:15px 25px 25px 25px;
}

/*conteudo topo*/
#logotipo{
	margin:25px 0 0 15px;
}

/*menu*/
#menu{
	position:relative;
	background:url(../../imagens/fundo_boxes.jpg) repeat-x;
	float:left;
	width:225px;
	height:350px;
	top:25px;
	left:25px;
}

#menu ul{
	margin:-40px 10px 10px 10px;
}

#menu ul li{
	border-bottom:1px solid #C9C7C9;
	-webkit-box-shadow: 0px 1px 0px 0px #ffffff;
	-moz-box-shadow: 0px 1px 0px 0px #ffffff;
	box-shadow: 0px 1px 0px 0px #ffffff;
	line-height:40px;
}

#menu ul li a{
	color:#00326E;
	font-size:15px;
	font-weight: bold;
	margin:0 0 0 45px;
}

#menu ul li a:hover{
	text-decoration:underline;
}

.fita{
	position:relative;
	margin:-7px;
}

/*conteudo corpo index*/
#chamadaPrincipal{
	position:relative;
	background:url(../../imagens/fundo_boxes.jpg) repeat-x;
	float:left;
	width:640px;
	height:350px;
	top:25px;
	left:50px;
	padding:20px;
}

#corpoIndex{
	position:relative;
	background:url(../../imagens/fundo_foto.jpg) no-repeat;
	width:980px;
	height:575px;
	margin:10px 0 0 0;
}

.boxBranco{
	position:relative;
	background-color:#fff;
	float:left;
	width:205px;
	height:460px;
	top:25px;
	left:25px;
	padding:10px;
}

.boxAzul{
	position:relative;
	background:#fff url(../../imagens/fundo_h2noticias.png) no-repeat;
	float:left;
	width:640px;
	height:460px;
	top:25px;
	left:50px;
	padding:10px;
}

.noticia{
	border-bottom:1px solid #C9C7C9;
	-webkit-box-shadow: 0px 1px 0px 0px #ffffff;
	-moz-box-shadow: 0px 1px 0px 0px #ffffff;
	box-shadow: 0px 1px 0px 0px #ffffff;
}

/*conteudo rodape*/
#rodape1, #rodape2{
	position:relative;
	float:left;
	margin-right:25px;
}

/*geral*/
.clear{
	clear:both;
}

/*texto*/
#rodape p{
	font-size:12px;
	color:#000;
	font-weight:bold;
}

.assinatura, .assinatura a{
	font-size:12px;
	color:#00326E;
}

.assinatura a:hover{
	text-decoration:underline;
	color:#00326E;
}

.data{
	font-size:11px;
}

.h2Noticias{
	margin: 5px 0 20px 30px;
	font-size:20px;
	border-bottom:none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.boxAzul p, .boxBranco p{
	color:#000;
}
