@charset "ISO-8859-1";

/*------------------------- manchete --------------------*/
.Manchete{
	font-family: Geneva, Arial, Helvetica, "Trebuchet MS", "Lucida Grande", sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #252729;
	text-decoration: none;
	text-align:left;
	letter-spacing: -1px;
}
a.Manchete:hover {
	color: #9e7811;
}
#MancheteImagem{
	display:block;
	width:250px;
	height:165px;
	padding:0px;
	margin:0px;
	overflow: hidden;	
}
.MancheteLinha {
	font-family: Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #28537e;
}
.MancheteChamada {
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #333333;
}
a.MancheteChamada:hover {
	color: #9e7811;
}
.MancheteDestaque{
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #333333;
	margin-top:10px;
}
a.MancheteDestaque:hover {
	color: #9e7811;
}
.RetrancaGrande{
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size:20px;
	text-decoration: none;
	word-spacing:1px;
	letter-spacing:0.5px;
	color: #f47d30;
	letter-spacing: -1px;
}
a.RetrancaGrande:hover {
	color: #9e7811;
	text-decoration:underline;
}

/*------------------------- Promoções --------------------*/
.PromocaoTitulo{
	margin:0px;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 22px;
	color: #ffffff;
	text-decoration: none;	
	font-weight:bold;
	font-style:italic;
}
.PromocaoChamada1{
	margin:0px;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 15px;
	color: #8f3203;
	text-decoration: none;
}
.PromocaoChamada2{
	margin:0px;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 15px;
	color: #ffffff;
	text-decoration: none;
}

