@charset "utf-8";
/* CSS Document */

/* GALERIA */
#gallery .thumbs_principais{padding:5px; margin-bottom:5px; border: 1px #E5E5E5 solid;}
.thumbs_secundarias a{padding:2px; margin: 0 0 5px 6px; border:1px #E5E5E5 solid; display:block; float:left; width:49px; height:49px;}
.thumbs_secundarias a:hover{background-color:#034778; border:1px #f0f0f0 solid;}
a.thumb:hover{width:100px;}
#gallery p{clear:both;}
#gallery .data{font-size:11px;}
#gallery .titulo{font-weight:bold; font-size:14px; color:#024271;}
.form{ width:80px; float:left;}


a.contexto{position:relative;}
a.contexto:hover{background:transparent;z-index:9999; }
a.contexto div{display: none}
a.contexto:hover div{ 
display:block;
position:absolute;
top:-10px;
left:-20px;
padding:2px;
width:89px;
height:67px;
border:1px solid #fff;
filter:alpha(opacity=95);
-moz-opacity:0.95;
-khtml-opacity: 0.95;
opacity: 0.95;

}