/* CSS Document */

#translucid{
position:absolute;
top:0px;
left:0px;
height:1000px;
width:100%;
background-color:#000000;
z-index:5;
filter:alpha(opacity='62'); opacity: 0.62;
visibility:hidden;
}


#foto_detall{
position:absolute;
top:75px;
left:50%;
margin-left:-400px;
background-color:#333333;
padding:0;
padding-top:15px;

z-index:6;
}

#nav{
width:150px;
position:absolute;
top:0;
height:15px;
left:260px;
}

#nav_esq{

background-image:url(imgs/esq_taronja.gif); background-position:center; background-repeat:no-repeat;  width:20px; height:10px;
cursor:pointer;
height:15px;
}

#nav_drt{

float:right;
background-image:url(imgs/dret_taronja.gif); background-position:center; background-repeat:no-repeat;  width:40px; height:10px;
cursor:pointer;
height:15px;


}

#cerrar{
float:right;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-size:9pt;
width:70px;
height:15px;
cursor:pointer;

}