﻿
    TABLE.gallery_table
    {
        border-color: #144544;
    }
    TABLE.gallery_table TH 
    {
        background-color: #FFEB68;
        color: #006542;
    }
    TABLE.gallery_table TD
    {
        background-color: #E6E6FA;
        color: #144544;
        text-align:left;
        /*
        vertical-align:top;
        */
    }
    TABLE.gallery_table A
    {
        color: #144544;
    }
    TABLE.gallery_table CAPTION
    {
        font-family:Trebuchet MS, Verdana, Sans-Serif;
        font-style:italic;
        font-size:large;
    }
    .nome_miniatura 
    {
        font-size:90%;
    }
    .miniatura
    {
        width:33%;height:150px;padding-top:40px
    }
    .foto_nav 
    {
        font-size:84%;
    }
    #image 
    {
        border-style:none;
    }
    #Layer_img {
        float:left;
        text-align: center;
	    width:70%;
    }
    #Layer_note 
    {
        float: right;
	    width:25%;
    }

