* {
	margin: 0;
	padding: 0;
}

html {font-size: 100%;}
body {font-size: 12px;}

a img {
	border: none;
}

a {
	text-decoration: none;
	/*border-bottom: 1px dotted #ff7200;*/
	color: #0f76b7;
}

a:visited {
	text-decoration: none;
	/*border-bottom: 1px dotted #ff7200;*/
	color: #0f76b7;
}

p {
	font-size: 12px;
	color: #000000; 
}

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

body, html {
	width: 100%;
	height: 100%;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.47em;
	text-align: justify;
	text-align:center; /* hack para o IE */
}

td {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

input, text, button, textarea, select, file {
	font-size: 11px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	margin: 2px;
}

ul, ol {
	padding: 0;
}

ul {
	list-style: circle;
}

li {
	margin: 0;
	padding: 0;
}

body {
	background: url("../images/background.jpg") #ffffff no-repeat center top;
}

div#conteudo { 
	width: 1002px;
	position: static;
	margin:0 auto;
	height: 100%;
	background: #ffffff;
	text-align:left; /* "remédio" para o hack do IE */
}

.barraMenu {
	height: 40px;
	background: url("../images/barra-noticias-672.png") no-repeat center top;
}

div#itensmenu {
	
}

	div#itensmenu ul li {
		margin-top: 4px;
		font-weight: bold;
		float: left;
		text-transform: uppercase;
		margin-right: 5px;
		list-style: none;
		font-size: 11px;
	}

	div#itensmenu ul a {
		border: 0;
		color: #FFFFFF;
		padding: 2px 6px;
		background: #154d71;
		border: 1px solid #99ccff;
		display: block;
	}

	div#itensmenu ul a:hover {
		background: #FFFFFF;
		color: #0f76b7;
	}

	div#itensmenu ul li.on {
		color: #0f76b7;
		padding: 2px 6px;
		background: #FFFFFF;
		border: 1px solid #99ccff;
	}

.barraPaginas {
	height: 29px;
	background: url("../images/fundo-paginas-672.png") no-repeat center top;
}

div#titulo-paginas h2 {
	float: left;
	font-size: 12px;
	margin: 6px 5px;
	font-weight: bold;
	color: #000000;
}

div#paginas ul li {
	display: table-cell;
	margin-top: 4px;
	float: left;
	text-transform: uppercase;
	margin-right: 5px;
	list-style: none;
	font-size: 11px;
	font-weight: bold;
}

div#paginas ul a {
	border: 0;
	color: #FFFFFF;
	padding: 1px 6px;
	background: #154d71;
	border: 1px solid #99ccff;
	display: block;
}

div#paginas ul a:hover {
	background: #FFFFFF;
	color: #0f76b7;
}

div#paginas ul li.on {
	color: #0f76b7;
	padding: 1px 6px;
	background: #FFFFFF;
	border: 1px solid #99ccff;
}

div#banner-1 {
	margin: 5px 0px 0px 0px;
	border: 0px;
}

	div#sub-banner-1-1 {
		float: left;
		border: 0px;
	}

	div#sub-banner-1-2 {
		text-align: right;
		border: 0px;
	}

div#banner-2 {
	border: 0px;
	margin: 10px 0px 0px 0px;
}

div#rodape {
	clear: both;
	width: 100%;
	background: url("../images/barra-rodape-982.png") no-repeat center top;
	position: block;
	height: 60px;
}
	div#copyright {
		clear: both;
		padding: 20px;
		margin: 15px auto 0px 300px;
		font-size: 11px;
	}

.tituloNoticia {
	font-size: 15px;
	letter-spacing: -0.01em;
	font-weight: bold;
	color: #154d71;
	/*height: 10%;*/
}

.tituloNoticiaGrande {
	font-size: 22px;
	letter-spacing: 0.01em;
	font-weight: bold;
	color: #000000;
	/*height: 10%;*/
}

.tituloNoticiaFotosVideos {
	font-size: 18px;
	letter-spacing: 0.01em;
	font-weight: bold;
	color: #154d71;
	/*height: 10%;*/
}

.textoNoticia { 
	font-size: 12px;
	color: #000000; 
}

.dataNoticia {
	font-size: 12px;
	color: #D76B28;
}

.fotoVideo {
	font-size: 10px;
	color: #7c0000;
}

.barraTitulo {
	font-size: 14px;
	letter-spacing: -0.01em;
	font-weight: bold;
	color: #FFFFFF;
	height: 10%;
}

.legenda{
	margin: 2px;
	font-size: 12px;
	color: gray;
}

.box{
  border-bottom: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
  padding: 0px;
  margin: 0px;
}

* html div#div_titulo { 
   height: expression( this.scrollHeight > 39 ? "40px" : "auto" );
   width: expression( this.scrollWidth > 443 ? "444px" : "auto" );
}

div#div_titulo {
   max-height: 40px;
   margin-top: 5px;
   overflow: hidden;
}

* html div#div_resumo_consulta { 
   height: expression( this.scrollHeight > 53 ? "54px" : "auto" );
}

div#div_resumo_consulta {
   max-height: 54px;
   margin: 5px auto;
   overflow: hidden;
}

* html div#div_titulo_consulta { 
   height: expression( this.scrollHeight > 53 ? "54px" : "auto" );
}

div#div_titulo_consulta {
   max-height: 54px;
   margin: 5px auto;
   overflow: hidden;
}

* html div#div_texto { 
   height: expression( this.scrollHeight > 75 ? "76px" : "auto" );
   width: expression( this.scrollWidth > 443 ? "444px" : "auto" );
}

div#div_texto {
   max-height: 76px;
   max-width: 444px;
   margin-top: 4px;
   overflow: hidden;
}

* html div#div_data { 
   height: expression( this.scrollHeight > 443 ? "444px" : "auto" );
}

div#div_data {
   max-width: 444px;
   margin-top: 6px;
   overflow: hidden;
}

div#div_foto_video {
   margin-top: 10px;
   overflow: hidden;
}

.barraBusca {
	font-size: 15px;
	font-weight: bold;
	color: #154d71;
	/*height: 10%;*/
}

.campoBusca {
	font-size: 15px;
	font-weight: bold;
	background: #F6F9FB;
	color: #666666;
	border: 2px solid #154d71;
	padding: 0px;
	height:24px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.campo {
  background: #F6F9FB;
  color: #666666;
  border: 1px solid #9BABB0;
  padding: 2px 0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

div.messages {
  background: #FFFCE3;
  border: 2px solid #EED300;
  color: #C28E00;
  font-weight: bold;
  font-size: 1.166em;
  margin: 5px 0pt;
  padding: 10px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}

div.messages ul {
  list-style-position: inside;
}

div.messages em {
  color: #656C9B;
}

div.error {
  background-color: #FFF2F2;
  border-color: #FF0000;
  color: #B20000;
}
div.sucess {
  background-color: #e8e8e8;
  border-color: #0e7a00;
  color: #0e7a00;
  text-align: center;
}