html, body {height:100%;}

body {
   background-image: url('../_images/fundo.jpg');
   font-family: Verdana,Arial,Sans-Serif;
   font-size: 12px;
   color: black;
	margin: 15x;
}
img {
   behavior: url("./css/pngbehavior.htc");
}
p{
   margin-top: 5px;
   margin-bottom: 10px;
}

a:link, a:visited{
   color: #000000;
   text-decoration: none;
}

a:hover, a:active{
   color: #0033FF;
   text-decoration: underline;
}

.padraoTexto{
   color: #990000;
}
.verMais{
   background: url('../_images/ver_mais.jpg') left no-repeat ;
   padding-left: 16px;
}

div.corpo {
	width:900px;
	position:relative;  /*Contexto de posicionamento */
	margin:0 auto;
	min-height:100%;
	border-width:0 1px;
}

div.topo{
	width: 100%; 
	height: 175px;
	z-index: 0; 
}
div.complemento_topo{
	width: 100%;
	height: 79px;
   padding-top: 9px;
	z-index: 1;
	top: 175px;
	left: 0px;
	background: url('../_images/complemento_imagem.jpg') no-repeat;
	text-align:center;
}
.complemento_topo a:link, .complemento_topo a:visited{
   color: #FFFFFF;
   text-decoration: none;
}
#topMenu{
	width: 135px; 
	float:left; 
	text-align:center;
	border: 5px solid #FFFFFF:
}
.complemento_topo a:hover, .complemento_topo a:active{
   color: #FFFFFF;
   text-decoration: none;
	font-weight:bold;
}

div.curiaGeral{
   position: absolute;
   top: 298px;
	width: 130px;
	height: auto;
   padding-right: 10px;
	z-index: 8;
   text-align: right;
   color: #FFFFFF;
}
.curiaGeral a:link, .curiaGeral a:visited, .curiaGeral a:hover, .curiaGeral a:active{
   color: #FFFFFF;
   text-decoration: none;
}

.buscar{
	background: url('../_images/fundo_buscar.png') no-repeat; 
	height: 100px; 
	padding-top:30px; 
	padding-right: 15px; 
	width: 129px;
	color: #FFFFFF;
}

.buscar a:link, .buscar a:visited, .buscar a:hover, .buscar a:active{
   color: #FFFFFF;
   text-decoration: none;
}

div.menuEsquerda{
	float: left;
	top: 263px;
	width: 151px;
	height: auto;
	margin: 0px;
	z-index: 2;
}
.menuEsquerda a:link, .menuEsquerda a:visited, .menuEsquerda a:hover, .menuEsquerda a:active{
   color: #FFFFFF;
   text-decoration: none;
}

div.menuDireita{
	float: right;
	top: 280px;
   width: 151px;
   height: auto;
   margin: 0px;
   z-index: 2;
}

div.fundoBranco{
	background-color:#FFFFFF;
	width:100%;
   padding-bottom: 10px; /*para o ropadé não passar por cima*/
	float:left;
}
div.noticiasCentro{
   float: left;
	width: 560px;
   padding-left: 20px;
	height: auto;
	margin: 0px;
	z-index: 0;
}

div.video_orientacao{
   position:absolute;
   

}

#titulo{
   text-align: left;
   color:#990000;
   font-size: 16px;
   margin-bottom: 15px;
}
#ultimas_noticias{
   margin-top: 15px;
   border-top: 1px dotted #999;
   font-size: 10px;
   text-align: left;
   padding-left: 0px;
}

#homenagem{
	top: 460px; 
	width: 249px;
	left: 452px;
	height: 201px;
}

.clear {clear:both;}

.rodape{
   background: url('../_images/rodape.png') no-repeat;
   _background-image: none;
   filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./_images/rodape.png', sizingMethod='scale');
   color:#FFFFFF;
   font-size: 10px;
   text-align: center;
   bottom: 0px;
   width: 100%;
   height: 29px;
   padding-top: 15px;
   z-index: 0;
   border: none;
}
/*------------------------------------------------------------------*/
/*css que formata o MENU*/
.menu ul {
   list-style:none;
   margin: 0;
   width:auto;
   padding-right: 0px;
   padding-left: 0px;
   background: url('../_images/fundo_menu_hover.png') no-repeat;   
}

.menu ul li a{
   display:block;
	font-family: Arial;
	font-size: 12px;
	background: url('../_images/fundo_menu.png') repeat-y;
	border-bottom: 2px groove #F0F0F0;
  	border-right: 3px solid #F0F0F0;
	padding: 5px;
	padding-top: 8px;
	margin:0;
	width:140px;
	height:20px;
  	color: #FFFFFF;
	text-align:center;
	text-decoration: none;
}
.menu ul li a:hover {
	background: url('../_images/fundo_menu_hover.png') repeat-y;
}

/*------------------------------------------------------------------*/
/*css que formata as tabelas*/
th {
   background-color: none;
   font-size: 12px;
   color: #990000;
   font-weight: bold;
   text-align: left;
   border: none;
}
td{
   font-size: 12px;
   color: black;
   text-align:left;
   border: none;
}
.alt0{
   background-color:#F5F5F5;
}
.alt1{
   background-color:#FDFDFD;
}
