/* corpo da pagina */

body#fundo{
	margin:0px;
	background-image:url(img/fundo.jpg);
}

div#bordapagina{
	width: 80%; text-align: left; margin-left: auto; margin-right: auto;
	width:770px;
	height:auto;
}

/* cabeçalho, menu, conteúdo e rodapé */

div#cabecalho {
	width:770px;
	height:90px;
	position:relative;
	margin:0px;
	padding:0px;
	float:left;
	text-align:left;
	background-image:url(img/fundo-cabecalho.jpg);
}

div#menu {
	width:770px;
	height:50px;
	position:relative;
	margin:0px;
	padding:0px;
	float:left;
	text-align:left;
}

div#conteudo {
	background:#FFFFFF;
	width:770px;
	height:auto;
	position:relative;
	margin:0px;
	float:left;
}

div#conteudoesquerda {
	background:#FFFFFF;
	width:200px;
	height:auto;
	position:relative;
	margin:0px;
	float:left;
}

div#conteudodireita {
	background:#FFFFFF;
	width:400px;
	height:auto;
	position:relative;
	margin:0px;
	float:left;
}

div#rodape {
	width:770px;
	height:40px;
	position:relative;
	margin:0px;
	float:left;
	background-image:url(img/fundo-rodape.jpg);
}

/* links */

a{
	text-decoration:none;
	color: #000000;
}

a:hover{
	text-decoration:none;
	color: #004570;
}


/* fontes */

.texto12preto {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}

.texto10preto {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
}

.texto12branco {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}

.texto10branco {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
}

.texto16azul {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color: #004570;
}

.texto16cinza{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color: #E4E4E4;
}

.texto12amarelo {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFF00;
}

.texto12azul {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #004570;
}

.texto10amarelo {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFF00;
}

.h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color: #CA9800;
	font-weight:500;
}

.h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color: #004570;
	font-weight:500;
}

.h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color: #91201A;
	font-weight:500;
}

.h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color: #008F3F;
	font-weight:500;
}


img{

	border:0;

}

#topo-1{
	margin:0 auto;
	width:770px;
	height:100px;
	text-align:left;
	background-image:url(http://www.bruno.com.br/loja/img/fundo-cabecalho.jpg);
	background-repeat:no-repeat;
	padding:0;
}
#logo{
	margin:0;
	float:left;
}
#linguagem{
	float:right;
	margin:0;
	margin-right:5px;
}
#pesquisar{
	top:70px;
	left:50px;
	float:right;
	position:relative;
}
#pesquisar .input{
	font-size:10px;
	height:13px;
}

#topo-2{
	margin:0 auto;
	width:770px;
	height:50px;
	text-align:left;
	background-color:#036;
	background-repeat:no-repeat;

}

/* NOTICIAS */

ul.tituloNoticia{
	list-style:none;
	padding:0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
}
ul.tituloNoticia li a{
	margin:5px;
	padding-left:5px;
	border-left:5px solid #069;
	display:block;
}

ul.tituloNoticia li a:hover{
	background-color:#E9F3FE;
}
div.todasNoticias{
	border-left:5px solid #369;
	padding-left:5px;
}
div.todasNoticias a{
	display:block;
}
div.todasNoticias a:hover{
	background-color:#E9F3FE;
}
h1.tituloNoticia{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color: #004570;
}
span.data{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	margin:0px;
	padding:0px;
}
p.noticia{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	text-align:justify;
}