/* ESTILOS RELACIONADOS AO BANNER SUPERIOR */
.link_nor{
background-color: #333333;
font: normal 76% "Arial", "Lucida Grande",Verdana,  Sans-Serif;
text-decoration: none;
border: 2px solid #808000;
padding:0px 4px 0px 4px;
text-align:center;
color:white
}
.link_act
{
background-color:#808000;
font: normal 76% "Arial", "Lucida Grande",Verdana,  Sans-Serif;
text-decoration: none;
border: 2px solid #808000;
padding:0px 4px 0px 4px;
text-align:center;
color:white
}

span{
font: normal 76% "Arial", "Lucida Grande",Verdana,  Sans-Serif;
color:black
}
.mytitle
{
	font: normal 80% "Arial", "Lucida Grande",Verdana,  Sans-Serif;
}
.gray
{
background-color: #9F6D11;
position: absolute;
border: 10px solid #9F6D11;
z-index: 100;
}

.opa{
color:white;
padding:10px 20px 0px 20px;
position: absolute;
z-index: 101;
background-color: #FFA928;
opacity:0.5;
filter: alpha(opacity=50);
filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100,FinishOpacity=50, Style=3, StartX=0, FinishX=100, StartY=0,FinishY=16); 
-moz-opacity: 0.5;
}


/* ESTILOS RELACIONADOS AS NOTICIAS */

.news_style{
	display:none;
}
.news_show
{
	background-color: white;
	color:black;
	width:100%;
	height:224px;
	font: normal 100% "Arial", "Lucida Grande", "Verdana",  "Sans-Serif";
	font-size: 13px;
	overflow: auto;	

}
.news_border
{
	background-color: white;
	width:350px;
	height:230px;
	font: normal 100% "Arial", "Lucida Grande",Verdana,  Sans-Serif;
	/*border: 1px solid gray;*/
	padding: 5px;
	overflow: auto;	

}
.news_mark{
	background-color:white;
	font: normal 70% "Arial", "Lucida Grande",Verdana,  Sans-Serif;
	border: 0px solid gray;
	width:100%;
	height:34px;
	color:black;
	text-align:center;
	position: static;
}
.news_title{
font: bold 120% "Arial", "Lucida Grande",Verdana,  Sans-Serif;
border: 0px solid gray;
padding: 5px 0px 9px 5px;
color:black;
}
.news_show img{
	border:none;
	margin-left: 5px;
	margin-right: 5px;
}
.buttondiv
{
	/*position: absolute;*/
	/*float: left;*/
	/*top: 169px;*/
	padding: 2px;
	background-color:white;
	height:22px;
	left: 204px;
	top: 390px;
	width: 78px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	/*border-top-color: gray;
	border-right-color: gray;
	border-bottom-color: gray;
	border-left-color: gray;*/
}
