/* Alpha PNG support for IE  
------------------------------  
\*/  
* 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=""  
)   
);   
}   

.conteudo{
	width:525px;
	display: block;
	background-color: white;
	margin-top: 10px;
	text-align: left;
}

.tituloconteudo{
	background-image: url(imagens/titulo_conteudo.gif);
	background-repeat:no-repeat;
	height: 50px;
	width: 100%;
}

.fotoconteudo{
	display:table;
	float: left;
	padding: 15px;
}

.spantitulo{
	color: white;
	font-weight: bolder;
	font-size: 15px;
	padding-left: 15px;
}

.meioconteudo{
	margin-left:10px;
	padding:10px;
	width:500px;
	display:table;
}

.noticias{
	width: 525px;
	display: block;
	background-color: white;
	margin-top: 10px;
	text-align:left;
	
	color: black;	
}



.meionoticia a{
	text-decoration:none;
	color:black;
		
}
.imgnoticia{
	display:table;
	float: left;
	padding: 15px;
}

.meionoticia a:hover{
	text-decoration:none;
	color:black;
	font-weight: bolder;
		
}

.titulo{
	font-weight: bolder;
	font-size: 18px;
	text-align: center;
}

.imagem{
	display:table;
	float: right;
	padding: 15px;
}

.links{
	display:table;
	float: right;
	padding: 15px;
}

.links a{
	text-decoration: none;
	color: #4e4e4e;
	font-weight: bolder;
	
}

.links a:hover{
	text-decoration: none;
	color: red;
	font-weight: bolder;
	
}

