@charset "iso-8859-1";
#div_destaques
{
	display: block;
	position: relative;
	top: 0px;
	left: 0px;
	width: 700px;
	height: 348px;
	font-size: 0;
	/* background-color: #d0d4db; */
	background-color: #6699CC;
	border: 4px solid #DDEAEC;
	float: left;
}

#foto_destaque
{
	display: block;
	position: absolute;
	top: 0px;
	left: 1px;
	width: 400px;
	height: 347px;
	background-color: White;
}

.foto_destaque
{
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 400px;
	height: 347px;
	background-repeat: no-repeat;
}

.seta_destaque
{
	display: block;
	position: absolute;
	/* top: 0px; /* Vai variar... */
	left: 442px; 
	width: 21px;
	height: 88px;
	background-image: url(Destaques/seta.png);
	background-repeat: no-repeat;
}

/*#destaque_degrade*/
/*#ctl00_template_conteudo_fec_destaques_destaque_degrade*/
.destaque_degrade
{
	display: block;
	position: absolute;
	top: 263px;
	left: 0px;
	width: 299px;
	height: 84px;
	background-image: url(destaques/destaque_degrade.png);
	background-repeat: no-repeat;
}

.foto_tiny_destaque
{
	display: block;
	position: absolute;
	top: 5px;
	left: 5px;
	width: 95px;
	height: 74px;
	margin-left: 5px;
	font-size: 0;
}


.destaque_titulo
{
	position: absolute;
	top: 9px;
	left: 110px;
	width: 180px;
	height: 18px;
	color: #02486C;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}

.destaque_subtitulo
{
	position: absolute;
	top: 33px;
	left: 112px;
	width: 190px;
	height: 51px;
	background-color: Transparent;
	color: #496583;
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	margin-top: 30px;
}

#destaque1
{
	display: block;
	position: absolute;
	top: 0px;
	left: 400px;
	width: 299px;
	height: 84px;
	background-image: url(Destaques/desdesel.png);
	background-repeat: no-repeat;
	cursor: pointer;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #DDEAEC;
	border-left-color: #CDDFE2;
}

#destaque2
{
	display: block;
	position: absolute;
	top: 88px;
	left: 400px;
	width: 299px;
	height: 84px;
	background-image: url(Destaques/desdesel.png);
	background-repeat: no-repeat;
	cursor: pointer;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #DDEAEC;
	border-left-color: #CDDFE2;
}

#destaque3
{
	display: block;
	position: absolute;
	top: 176px;
	left: 400px;
	width: 299px;
	height: 84px;
	background-image: url(Destaques/desdesel.png);
	background-repeat: no-repeat;
	cursor: pointer;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #DDEAEC;
	border-left-color: #CDDFE2;
}

#destaque4
{
	display: block;
	position: absolute;
	top: 264px;
	left: 400px;
	width: 299px;
	height: 84px;
	background-image: url(Destaques/desdesel.png);
	background-repeat: no-repeat;
	cursor: pointer;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #DDEAEC;
	border-left-color: #CDDFE2;
}

.destaque_texto1
{
	display: block;
	position: absolute;
	top: 282px;
	left: 0px;
	width: 391px;
	height: 62px;
	background-color: #02486C;
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: White;
	padding-right: 10px;
	padding-top: 5px;
}

.destaque_texto2
{
	display: block;
	position: absolute;
	top: 327px;
	left: 1px;
	width: 373px;
	height: 20px;
	background-color: #02486C;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	margin-right: 10px;
	margin-left: 10px;
}
#div_destaques2 {
	display: block;
	position: relative;
	top: 0px;
	left: 0px;
	width: 700px;
	height: 160px;
	/* background-color: #d0d4db; */
	background-color: #9BD0E0;
	border: 4px solid #3399FF;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	float: left;
}
destaque_titulo a:link {
	color: #FFFFFF;
}
a:visited {
	color: #0033CC;
}
