/* CSS Document */

.moldura 	{ width:445px; height:235px; float:left; margin:9px 10px; padding:10px; position:relative; font-size:14px; }
h3 			{ font-size: 22px; color: #007ac3; margin-left:55px; margin-bottom:15px; margin-top:0; text-transform:uppercase; }
h4 			{ font-weight:normal; }
.moldura_imagem { width:232px; height:180px; float:left; margin:5px; background-size:cover; cursor: pointer; }
.IMGdownload {
background-image: url(download.png);
background-repeat: no-repeat;
background-position: center;
width: 32px;
height: 32px;
float: left;
position: relative;
left: 195px;
top: 6px;
cursor: pointer;
display:none;
}

.moldura_imagem:hover .IMGdownload { display:block; }
.legenda_destaque {
color: #3D3939;
background: #EEEEEE;
width: 211px;
height: 28px;
font-size: 12px;
position: relative;
top: 148px;
padding: 3px 11px;
display: none;
}

.moldura_imagem:hover .legenda_destaque {display: block;}