/* ESTRUTURA */
html, body {margin: 0; padding: 0;}

body {
    font: 71%/1.5em  verdana, 'Trebuchet MS', arial, Sans-serif; 
    color: #666; 
    text-align: center; 
    background: url('/media/site/img/banner.png') repeat-x;
}
#layout {
    margin: 0px auto; 
    width: 850px; 
    text-align: left; 
    background: #FFF;
}
#banner {
    background: url('/media/site/img/banner.png'); 
    height: 80px; 
    z-index:0; 
    width: 850px;
}
h1.tit {
    float: left; 
    padding-top: 5px;
    bottom: 0px;
    text-align:left; 
    font-size: 1.8em;
}
#banner img {float: left;}
#banner_f {
    float: right;
    height: 48px;
    width: 700px;
    margin-top: 0px;
}
#sidebar {
    clear: both;
    float: left; 
    margin-top: 10px; 
    padding: 0px; 
    width: 170px; 
}
#content {
    float: left; 
    margin: 10px 0px 0px 20px; 
    padding: 0px 0px 0px 10px; 
    width: 640px; 
    border-left: 1px solid #e9eaf4;
}
#footer {
    clear:both; 
    background-color: #f5f6f9; 
    padding: 0px; 
    margin: 0px; 
    height: 50px; 
    border-top: 1px solid #e9eaf4; 
    text-align: center;
}

/* CONTENT */
#destaque {
    float: right; 
    background: url('/media/site/img/destaque2.png') no-repeat; 
    height: 50px; 
    width: 150px; 
    text-align: center; 
    padding-left: 18px; 
    line-height: 120%; 
}
img {border: none;}
h1 {
    font-size: 1.5em; 
    color: #FFF; 
    margin: 0px; 
    padding: 0px;
}
h2 {
    color: blue; 
    margin: 0px;
}
h2, h3 {font-size: 1.2em;}
h2.grad {
    color: #c5003d;
}
h3 {font-variant: small-caps}
code {
    margin: 5px; 
    padding: 10px; 
    text-align: left; 
    display: block; 
    overflow: auto; 
    font: 500 1em/1.5em 'Lucida Console', 'courier new'; 
    background: #f5f6f9; 
    border: 1px solid #e9eaf4; 
    border-left: 3px solid #3300CC;
}
.homecode {
    font: 9pt Arial;
    letter-spacing: 1px;
}
blockquote, p.bquote{
    margin: 15px; 
    padding: 0 20px 0 32px; 
    background-position: 8px 10px; 
    font-weight: bold; 
    font-style: italic;
}
#min_ban {
    height: 20px; 
    padding-top: 3px; 
    background-color: #3300CC; 
    text-align: center;
}

/* LINKS */
#menu a {
    color: #666; 
    text-decoration: none;
}
#menu a:hover {
    color: #3300CC; 
    text-decoration: none;
}
#menu a.submenu {color: #3300CC; font-weight: bold;}
a {color: #3300CC;}

/* MENU */
.menu_inicio, .menu_inicio_on {
    height: 20px; 
    padding: 4px 0px 0px 5px; 
    border-bottom: 1px solid #e9eaf4; 
    font-weight: bold;
}
.menu_inicio:hover {
    font-weight: bold; 
    background-color: #f5f6f9;
}
.menu_inicio_on {
    border-bottom: 1px solid #e9eaf4; 
    background-color: #f5f6f9; 
    color: #3300CC; 
    font-weight: bold;
}

/* CLASS TEXT */
.mtop {margin-top: 30px;}
.sbmen, .sbmen_on {margin: 2px 0px 3px 20px;}

/* LISTAS */
ul.none, ul.none_small, ul.none_in {
    list-style-type: none; 
    padding-left: 5%;
}
ul.none_small {
    font-size: 0.8em;
}
ul.none_in li {
    display: inline; 
    float: left; 
    position: relative; 
    padding: 5px 15px;
}
ol.uroman {list-style-type: upper-roman}

/* ORGANOGRAMA */
#org {
    border-style: solid; 
    border-color: blue; 
    border-width: 1px;
}
#float_left {float: left;}
#clear {clear: both;}
.t {
    font: 71%/1.5em  verdana, 'Trebuchet MS', arial, Sans-serif; 
    color: #666;
}

#calendario{
    border: 1px solid black; 
    background-color: lightyellow;
}

#dhtmltooltip{
    position: absolute; 
    border: 2px solid black; 
    font: 13px arial; padding: 2px; 
    visibility: hidden; 
    z-index: 100; 
    background-color: lightyellow;
}

table {
    font: 100%/1.5em  verdana, 'Trebuchet MS', arial, Sans-serif; 
    color: #666;
}
div.cn_member {
    float: left;
    width: 117px;
    height: 180px;
    margin: 5px 10px 5px 0px;
}
div.cn_grad {
    clear: both;
    margin-top: 10px;
}
div.organo, div.organo_b {
    width: 116px;
    height: 100px;
    padding: 3px;
    margin: 0px;
    border: 3px double gray;
    float: left;
}
div.organo_b {
    background-color: #f5f6f9; 
}
div.contact_zones {
    float: left;
    width: 50%;
    margin: 10px 0px;
}
#align_center{text-align: center;}
span.destak {
    color: #333;
    font-weight: bold;
}
table.event_attend td {
    padding: 0px 5px;
}

