body{
    background-image: url("../images/bg.png");
    background-repeat:repeat-x;
    background-color: #454545;
    margin-top: 0px;
    margin-top: 30px;
}

body *{
    color:#ffffff;
    font-family: arial;
    font-size:12px;
}

.logo_descricao{
    font-size:20px;
    font-family:'Times New Roman',Times,serif;
}

input, textarea{
	color:#000000;
}

.titulo{
    font-size:15px;
    color:#cccccc;
    text-decoration: none;
    font-weight: normal;
}

a{
    text-decoration: none;
    font-weight: bold;
}

.lista{
    list-style: none outside url("../images/ico.png");
    margin-left: 0;
    padding-left: 2em;
    text-indent: 1px;
}

.lista li{
    padding:3px;
}

.categorias{
    list-style: none outside none;
    margin-left: 0;
    padding-left: 1em;
    text-indent: -1em;
}

.categorias li{
    padding-left: 0;
}

.categorias li .marker{
    color:#579300;
    font-size:16px;
}

.texto{
    line-height: 1.5;
}

.texto .titulo{
    font-weight:normal;
    /*border-bottom:1px solid #ffffff;*/
}

.texto .conteudo{
    padding-left:10px;
}

.ini-quebra{
    width:90%;
}

.site-titulo{
    font-size:20px;
    margin-bottom: 15px;
}

.noticias .noticia{
    color:#999999;
    font-size:12px;
    margin-bottom:10px;
}

.noticias .noticia .img{
    padding-right:10px;
}

.bold{
    font-weight: bold;
}

.noticias .noticia .conteudo{
    color:#d0d0d0;
}

.noticias .noticia .titulo{
    color:#ffffff;
    font-weight: bold;
    font-size:13px;
    margin-bottom:3px;
}
.noticias .noticia .more{
    padding:3px;
    padding-left:0px;
    color:#4176CD;
    font-size:11px;
}

.rodape{
    background-color: #111111;
    border-top: 2px solid #666666;
    padding-top:10px;
    padding-bottom:10px;
}

.rodape .titulo{
    margin-bottom:5px;
    font-weight:bold;
}

.rodape .subtitulo{
    margin-bottom:3px;
    color:#e0e0e0;
}