﻿ /* 20110706 > BMCC > Destaques
 ------------------------------------------------------------------------------ */
.destaques-box {
    background-color:#f6f6f6;
    padding:10px;
}    
.destaques-box h2 {
    font-size:18px;
    color:#494949;
    margin-bottom:15px;
}
.items a.image-seta-li {
    margin-bottom:10px;
    padding-left:12px;
    display:block;
    color:#494949;
    background-image:url(Imagens/bullet.gif);
    background-repeat:no-repeat;
    background-position:top left;
}
.items .image-seta-li {
    margin-bottom:10px;
    padding-left:12px;
    display:block;
    color:#494949;
    background-image:url(Imagens/bullet.gif);
    background-repeat:no-repeat;
    background-position:top left;
}
.destaques-box a.mais-info {
    text-align:right;
    font-size:22px;
    font-weight:bold;
    display:block;
}
.destaques-box a.mais-info:hover {
    text-decoration:none;
    outline:0px;
}

 /* 20110706 > BMCC > Detalhe da Notícia
 ------------------------------------------------------------------------------ */
.detalhe-noticia { }
.detalhe-noticia h3 { font-size:12px; font-weight:bold; }
.detalhe-noticia .corpo { }
.detalhe-noticia .data {
    margin-top:12px;
    font-style:italic;
}
.detalhe-noticia .footer-item {
	margin-top:12px;
	font-weight:bold;
	font-size:10px;
}

 /* 20110706 > BMCC > Listagem de Notícias
 ------------------------------------------------------------------------------ */
.listagem-noticias { }
.listagem-noticias .noticia-box {
    display:block;
    margin-bottom:15px;
    padding:5px;
    color:#494949;
}
.listagem-noticias .noticia-box:hover {
    background-color:#f6f6f6;
}
.listagem-noticias a.noticia-li h2 {
    margin-bottom:5px;
    font-size:14px;
    color:#394ed4;
}
.listagem-noticias .data {
    font-style:italic;
    margin-top:12px;
    font-weight:bold;
}

 /* 20100720 > BMCC > WelcomeBox
 ------------------------------------------------------------------------------ */
.welcome-box { margin-top:30px; }
.welcome-box h2 {
    font-size:20px;
    margin-bottom:15px;
}
.welcome-box h3 {
    font-size:12px;
    font-weight:bold;
}
.welcome-box .corpo { }