@charset "utf-8";
@import "/css/css_k1/k1_css_msg.css";
/* 
    Document   : css_site
    Created on : 08/05/2012, 21:15:11
    Author     : BILL
    Description:
        Purpose of the stylesheet follows.
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, hr, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, input {
    border: 0 none;
    margin: 0;
    vertical-align: baseline;
}
body {
    background: none repeat scroll 0 0 #e4ecf7;
}
#all {
    background: url("/img/img_site/bg_site.jpg") repeat scroll 0 0 transparent; /* USADO PARA BACK IMAGEM */
    font-family: Arial,"Times New Roman",Times,serif;
    height: 100%;
    margin: 0;
    padding: 0;
}
#corpo {
    margin: 0 auto;
    min-height: 500px; /* ============================ ALTURA MINIMA DO CORPO SITE  */
    width: 900px; /* ================================= LARGURA DO CORPO DO SITE*/
    background: #FFFFFF;
}
#clear-div {
    clear: both;
}
/******* RODAPE **********/
#rodape {
    bottom: 0;
    color: #22287A;
    font-size: 12px;
    height: 60px;
    text-align: center;
    width: 860px;
    margin: 0 auto;
}
#rodape a {
    float: right;
    margin-top: -14px;
}
#rodape .end {
    border-bottom: 4px solid;
    width: 860px;
    margin-bottom: 15px;
    padding-bottom: 5px;
}

/******* PAGINA INICIO **********/
#logo {
    margin: 0px auto 25px;
    width: 381px;
}
#menu {
    width: 860px;
}
#banner {
    margin: 0 auto 80px;
}
#itens {
    min-height: 200px;
}
#itens .item-1 {
    width: 415px;
    float: left;
    margin-left: 20px;
}
#itens .item-1 p {
    font-size: 14px;
    font-family: caption;
    text-align: justify;
    color: #49494b;
}
#itens .item-2 {
    width: 415px;
    float: right;
    margin-right: 20px;
}
#itens .item-1 h1, #itens .item-2 h1 {
    color: #22287a;
    font-size: 20px;
    border-bottom: 3px solid;
    margin-bottom: 10px;
}

/******* PADRÃO CONTEUDO INTERNO **********/

#conteudo-pg {
    min-height: 520px;
}
#conteudo-pg .titulo {
    margin: 20px;
    font-size: 18px;
    border-bottom: 2px solid;
    color: #22287a;
}

#mapa {
    text-align: center;
    margin-bottom: 40px;
}