/************* ESEJD-CI CSS ************/
@charset "utf-8";
body {
    background-image: url(../img/!.png);
    background-color: white;
    margin-left: 0px;
    margin-top: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4 {
color: #5E879C;
}

a {
    font-weight: normal;
    text-decoration: none;
    color: #33CCFF;
}

a:hover {
    text-decoration: underline;
    color: #33CCFF;
}
centra {
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    color: #5E879C;
}

/************* HEADER ************/

#header {
    width: 800px;
    height: 120px;
    margin: 0px auto;
    padding: 0px 0px;
    background: #B4C8D2 url(../img/topo.jpg);
}

#header h1 {
    margin: 0px;
    padding: 25px 0px 0px 42px;
    text-align: left;
    color: #CCCCCC;
    font-size: 14px;
    text-transform: uppercase;
}

#header h2 {
    margin: 0px;
    padding: 0px 0px 0px 0px;
    text-align: left;
    font-size: 12px;
    text-transform: uppercase;
}
#header h3 {
    margin: 0px;
    padding: 0px 0px 0px 0px;
    text-align: left;
    font-size: 11px;
    text-transform: uppercase;
}

/************* MENU ************/

#menu {
    width: 800px;
    height: 20PX;
    margin: auto;
    padding: 0px 0px 0px 0px;
    background-color: #5E879C;
    font-size: 16px;
}

#menu ul {
    margin: 0px;
    padding: 0px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    text-align: left;
}

#menu li {
    display: inline;
    color: #4B6981;
}

#menu a {
    padding: 5px 5px;
    text-decoration: none;
    COLOR: #CCCCCC;
}

#menu a:hover {
    background-color: #4B6981;
}

/************* CONTEUDOS ************/


#content {

    width: 800px;
    margin: 0px auto;
    padding: 20px 0px 0px 0px;
    line-height: 115%;

}

#content h2, #content h3, #content h4 {
    font-weight: normal;
    COLOR: #0A416A;
}

#content p, #content ul, #content ol; #content li {
}

#content a {
     padding: 5px 5px;
    text-decoration: none;
    COLOR: #5E879C;
}

#left {
    float: left;
    width: 530px;
    padding: 0px 10px 10px 0px;
   font-size: 11px;
}

#right {
    float: right;
    width: 250px;
    padding: 0px 10px 0px 0px;
    color: #000000;
    FONT-size: 11px;
}

/************* FOOTER ************/

#footer {
    clear: both;
    width: 800px;
    margin: 0px auto;
    border-top: 1px solid #B4C8D2;
    background: url(img/back-footer.png) repeat-y center top;
    font-size: 9px;
    text-align: center;
    padding: 2px;
    color: #333333;
}

</body>