/* CSS Document */

#MostraNoticiaI {
width:100%;
margin-bottom:20px;
}

#MostraNoticiaI #TituloNOT {
font: bold 20px "Trebuchet MS";
color:#333333;
margin-bottom:20px;
}

#MostraNoticiaI #NoticiaTexto {
font: normal 12px Arial, Helvetica, sans-serif;
color:#333333;
text-align:justify;
}

.fonteNoticia {
font: bold italic 12px "Trebuchet MS";
color:#B00000;
}

#ListaUltimas {
margin-top:20px;
width:100%;
margin-bottom:30px;
}

#ListaUltimas a {
display:block;
font: bold 13px "Trebuchet MS";
color:#333333;
padding: 5px;
text-decoration:none;
}

#ListaUltimas a:hover {
color:#333333;
text-decoration:none;
background:#EAEAEA;
}