﻿/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		BLOCO DESTAQUES - ORIGINAL
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* 	++++++	BACKGROUND	++++++*/
.bg_destaques {
background: url(../../images/home/bg_destaques.jpg) no-repeat center;
}

/* 	++++++	TEMA	++++++*/

.home_txt_dest_destaques {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color: #000000;
padding-top: 10px;
text-indent: 50px;
}


#home_txt_destaques {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#143d75;
font-weight:normal;
width:236px;
padding-left:6px;
margin-top:7px;
font-weight:bold;
	}
		
.destaque_link 
{	
	width: auto;
	text-align:left;
	display: block;
	background: url(../../images/home/dt_destaque_off.gif) no-repeat;
	padding: 8px 7px 12px 0;
	text-decoration: none;
	color:#143d75;
	text-indent:25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E2E2E2;
	}
	
.destaque_link:visited {
	width: auto;
	text-align:left;
	display: block;
	background: url(../../images/home/dt_destaque_off.gif) no-repeat;
	padding: 8px 7px 12px 0;
	text-decoration: none;
	color:#143d75;
	text-indent:25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E2E2E2;
	}
		
.destaque_link:hover {
	color: #FFFFFF;
	background:url(../../images/home/dt_destaque_on.gif) no-repeat;
	background-color: #666666;
	text-indent:25px;
	}

.destaque_link:active {
	width: auto;
	text-align:left;
	display: block;
	color: #FFFFFF;
	background:url(../../images/home/dt_destaque_on.gif) no-repeat;
	background-color: #666666;
	padding: 8px 7px 12px 0;
	text-decoration: none;
	text-indent:25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E2E2E2;
	}
