/************************************************************

Parte 1: site - layout

************************************************************/

html {
 background-color: #f0f0ff;
 margin: 0;
 padding: 0;
}
 
body {
 background-color: white;
 border-bottom: 4px solid #f0f0ff;
 border-top: 4px solid #f0f0ff;
 color: #272a36;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 100%;
 margin: 0 auto;
 padding: 0;
 width: 770px;
}

#cehlrhp {
 border-bottom: 4px solid white;
 height: 200px;
}

#cehlr {
 border-bottom: 2px solid white;
 height: 80px;
}

#embrulho {
 background-image: url('/cehlr-static/imagens/colnav.gif');
 background-repeat: repeat-y;
 float: left;
 position: relative;
 width: 100%;
}

#colNav {
 border-top: 2px solid #d9c8a3;
 float: left;
 font-size: 0.8em;
 width: 120px;
}

#colPrincipal {
 border-top: 2px solid #11284c;
 font-size: 0.85em;
 margin: 0px 4px 4px 120px;
 padding-left: 8px;
 width: 640px;
}

#colNav p {
 margin: 0.5em 0.5em 0.5em 0em;
 padding-left: 1em;
}

#footer {
 border-top: 2px solid #f0f0ff;
 clear: both;
 font-size: 0.75em;
 margin-bottom: 0.5em;
 margin-top: 0.5em;
 text-align: center;
}

h1, h2, h3, h4, h5, h6 {
 color: #11284c;
}

a:link, a:visited {
 color: #5a3f18;
 text-decoration: none;
}

a:visited {
 color: #5a3f18;
 text-decoration: none;
}

a:hover {
 background-color: #f3c583;
 color: #5a3f18;
 text-decoration: underline;
}

/************************************************************

Parte 2: artigos

************************************************************/
.artigo {
}

.publicacao {
 font-size: 0.78em;
}

dl.artigos dd {
 margin-bottom: 0.5em;
}
