body {
background-color: #330000;
}
#img_confiteria {
position: absolute;
left: -50px;
top: -100px;
z-index:5;
}
#div_principal{
text-align:center;
vertical-align:top;
height:100%;
}
#div_secundario{
text-align:center;
margin:auto;
width:1034px;
}
.img_filter{
position: absolute;
left: 0px;
top: 0px;
z-index:1;
background-color:#420000;
/*
filter:alpha(opacity=50);
-moz-opacity:.50;
opacity:.50
*/
}
.texto_header{
   font-family:Arial;
   font-size:11px;
   font-weight:normal;
   color:#ffffff;
   text-decoration:none;
}
.titulo_peli{
   font-family:Arial;
   font-size:12px;
   font-weight:bold;
   color:#ffffff;
   text-decoration:none;
}