coloca tu css asi:
Código CSS:
Ver original.noticia_principal {
text-align: center;
margin: 0 auto;
width: 700px;
height: 410px;
overflow: hidden;
}
.op {
background-color: black;
height: 303px;
width: 335px;
opacity: 0.6; /* Opacidad para Firefox */
filter: alpha(opacity=50); /* Opacidad para IE */
position: relative;
left: 40px;
bottom: 303px;
}
.foto {
position: relative;
top: 0px;
left: 0px;
}
esta parte es la que hace todo:
Chao espero te sirva.