@charset "utf-8";
/* CSS Document */

body{background:#000}
#topo h1{ background:url(img/logo-fundo-preto.gif)}

/* info */
#info{ background:#c7c9cb; margin:11px 0; padding:5px 4px; font-weight:bold; text-transform:uppercase; clear:both; display:block}

#thumbs{ background:#545454; height:92px;padding:4px 0px;width:952px; position:relative; overflow:hidden;}
#thumbs li{ float:left; margin-left:10px;margin-right:3px;}

#container-etiqueta{margin-left:-29px;position:absolute;width:1009px;}
#container-etiqueta .etiqueta-previous{ background:url(img/galeria-previous.gif) no-repeat;height:100px;left:1px;position:absolute;top:0;width:28px;}
#container-etiqueta .etiqueta-next{ background:url(img/galeria-next.gif) no-repeat;height:100px;right:0;position:absolute;top:0;width:28px;}


#imagem{ background:#000; width:952px; height:551px; position:relative;}
#legenda{ background:#000;bottom:8px;height:62px;position:absolute;width:560px; left:8px;}
#legenda strong{color:#FFFF00;font-size:30px;font-weight:bold; display:block;padding-left:9px;} 
#legenda h1{color:#FFFFFF; float:left;font-size:18px;font-weight:bold;margin-right:13px;padding-left:9px;}
#legenda small{color:#464749; font-weight:bold; font-size:10px; padding-top:8px; display:block} 

#imagem .etiqueta-previous{ background:url(img/galeria-previous.gif) no-repeat;height:100px;left:-28px;position:absolute;top:224px;width:28px;}
#imagem .etiqueta-next{ background:url(img/galeria-next.gif) no-repeat; height:100px;width:28px;right:-28px;position:absolute;top:224px}

.etiqueta-next span{display:none;}
.etiqueta-next a{display:block;height:100%;width:100%;}
.etiqueta-previous span{display:none;}
.etiqueta-previous a{display:block;height:100%;width:100%;}

