* {padding:0; margin:0;}

a {color:#0076cd;}

a img {border:0;}

body {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	background-color: #e8e8e8;
	background-position: top;
	height:100%;
	background-image: url(images/fundoPrincipal.jpg);
	background-repeat:repeat-x;
	background-color:#e8e8e8;
}

fieldset {
	border: 1px solid #000000;
	padding:10px;
	margin-top:5px;
	width:450px
}

h2, h3 {
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-weight: bold;
	margin-bottom:15px;
}

h2.noticia {
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
}

legend{
	color: #003366;
	border: 1px solid #000000;
	background-color:#efefef;
	padding: 2px 6px;
	font-weight: bold;
	text-transform: uppercase;
}


#box_noticias, #cursos {margin-bottom:10px;}

#container {
	text-align:center;
	text-align: -moz-center;
	width:1000px;
	min-height: 100%;
	_height:100%;
	padding: 0px;
	margin:0 0 0 -500px;
	border:0;
	position:absolute;
	left: 50%;
	top: 0px;
}

#conteudo {
	width:610px;
	position:relative;
}

#destaque_img {
	float:left;
	background-image:url(images/molduraAzul.gif);
	background-repeat:no-repeat;
	width:107px;
	height:84px;
	padding-top:5px;
	padding-left:4px;
}

#geral_top {
	background-image:url(images/geral_top.png);
	background-repeat:no-repeat;
	width:570px;
	height:51px;
	padding-left:40px;
	padding-top:3px;
}

#geral_top_agenda {
	background-image:url(images/geral/geralMaior_top.png);
	background-repeat:no-repeat;
	width:790px;
	height:50px;
	padding-left:40px;
}

#menu {
	text-align:left;
	width:185px;
}

#menu_dir {
	text-align:left;
	width:180px;
}

#menu_opinioes {text-align:center;}
#menu_opnioes {padding-left:10px;}

#topo {
	height:240px;
	margin-bottom:5px;
}

.geral_meio {background-image:url(images/geral_meio_1px.png); background-repeat:repeat-y; padding-left:10px; padding-right:10px;}
.item_menu {padding-left:10px; font-size:12px; font-family: Verdana, Arial, Helvetica, sans-serif;}
.item_menu a {color:#000000; text-decoration:none;}


/*
Alpha PNG support for IE
------------------------------
Aviso, este código abaixo funciona apenas para visualização na tela. Quando este documento for impresso, o bug voltará.
O Hack Abaixo faz o código rodar apenas no IE. Sendo que os outros browsers como, Firefox, Opera e Safari já tem a transparencia de PNG nativo.
\*/
* html img/**/ {
 filter:expression(
   this.alphaxLoaded ? "" :
   (
    this.src.substr(this.src.length-4)==".png"
    ?
    (
     (!this.complete)
     ? "" :
      this.runtimeStyle.filter=
      ("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+this.src+"')")+
      (this.onbeforeprint="this.runtimeStyle.filter='';this.src='"+this.src+"'").substr(0,0)+
      String(this.alphaxLoaded=true).substr(0,0)+
      (this.src="blank.png").substr(0,0)
    )
    :
    this.runtimeStyle.filter=""
   )
  );
}
