/* MODELO 2 */
*{
	margin: 0;
	padding: 0;
}
img{
	border: 0;
}
.destaqueFoto {
	position: relative;
	width: 370px;
	height: 215px;
	margin-bottom: 20px;
	border: 1px solid #F0F3F5;	
}
.espacoFoto{
	width: 362px; height: 207px; position: absolute; left: 4px; top: 4px;
	z-index: 0;
}

.bgLegendaDestaque{
	width: 362px; height: 43px; background: #003366; position: absolute;
	top: 168px;
	left: 4px;
	filter: alpha(opacity=70, finishopacity=70, style=7);
    opacity: .7;
    -moz-opacity: .7;
    -khtml-opacity: .7; 	
}
.espacoTXTdestaque{
	position: absolute; top: 164px;
	left: 4px; width: 362px; height: 50px;
}

.txtLegenda a.destaque {
	font-size: 12px;
}

.txtLegenda {
	float: left;
	width: 288px;
	height: 39px;

}

a.destaque:link,
a.destaque:visited,
a.destaque:active {
	color: #ffffff;
	font-family: Arial;
	font-size: 13px;
	text-decoration: none;
}

a.destaque:hover {
	text-decoration: underline;
}

#buttonsDestaqueModel2 {
	float: right;
	width: 60px;
	margin-top: 15px;
}


