/*[fmt]1A00-1A0B-3*/
#fotos-lateral {
margin: 55px 0 0 11px;
}

#fotos-lateral img.imagenlateral {
padding: 1px;
background: #BBB;
border: 3px solid #FFF;
margin-top: 10px;
width: 200px;
height: 120px;
/*+box-shadow:0px 0px 9px #999999;*/
-moz-box-shadow: 0px 0px 9px #999999;
-webkit-box-shadow: 0px 0px 9px #999999;
-o-box-shadow: 0px 0px 9px #999999;
box-shadow: 0px 0px 9px #999999;
}

#fotos-lateral a {
display: block;
/*+placement:shift 0px 0px;*/
position: relative;
left: 0px;
top: 0px;
}

#fotos-lateral a img.zoom-flotante {
/*+placement:anchor-bottom-right 17px 11px;*/
position: absolute;
right: 17px;
bottom: 11px;
}

#fotos-lateral a:hover img.imagenlateral {
opacity: 0.7;
filter: alpha(opacity=70);
-moz-opacity: 0.7;
-khtml-opacity: 0.7;
}

#fotos-lateral span span {
font: 11px/1.2 arial;
display: block;
color: #666;
margin: 7px 0;
padding: 0;
}

#zoom {
padding-top: 20px;
font: bold 10px tahoma;
color: #333;
}

#zoom img {
vertical-align: -5px;
margin-right: 5px;
}

