﻿/******************************************************

	autor: INPUT CENTER INFORMÁTICA
	versão: 1.0.0
	atualizado em: 06/11/2009
	
******************************************************/

.containerNoticiaFoto{
	width: 617px;
}
.containerNoticiaFoto img{
	border: 2px solid #244E75;
}
div#containerNoticias{
	width: 617px;
}
#containerNoticias ul{
	list-style-type: none;
}
#containerNoticias li{
	border-bottom: 1px solid #E8ECF0;
}
#containerNoticias li a:link, #containerNoticias li a:active, #containerNoticias li a:visited{
	display: block;
	height: 40px;
	padding: 11px 0 0 29px;
	color: #CC3630;
	font-size: 14px;
	text-decoration: none;
	background: url(../layout/fundoLinkContainerNoticias.gif) left center no-repeat;
}
#containerNoticias li a:hover{
	color: #CC3630;
	background: #EEE url(../layout/fundoLinkContainerNoticias.gif) left center no-repeat;
}
#containerNoticias a span{
	display: block;
	font-size: 10px;
}
/* noticias - Noticia */
.boxCabecalhoNoticia{
	width: 440px;
	color: #CC3630;
	float: left;
}
.boxCabecalhoNoticia h4{
	font-size: 14px;
}
.boxCabecalhoNoticia p{
	font-size: 10px;
}
div#boxTamanhoFonte{
	width: 158px;
	padding-top: 3px;
	float: right;
}
#boxTamanhoFonte span{
	margin-top: 4px;
	font-size: 11px;
	float: left;
}
#boxTamanhoFonte ul{
	list-style-type: none;
}
#boxTamanhoFonte li{
	margin-left: 2px;
	float: left;
}
#boxTamanhoFonte a:link, #boxTamanhoFonte a:hover, #boxTamanhoFonte a:active, #boxTamanhoFonte a:visited{
	width: 24px;
	height: 18px;
	padding-top: 3px;
	color: #244E75;
	font-size: 13px;
	text-align: center;
	text-decoration: none;
	float: left;
	background: #EAEEF1;
}
.containerNoticia img{
	border: 2px solid #244E75;
}