DIV.conteudoNoticias{
	float:left;
	width:420px;
}

DIV.outrasNoticias{
	float:right;
	width:190px;
	background-color:#f4f2f1;
}

.conteudoOutrasNoticias{
	background-color:#f3f1f0;
	padding:0;
}

DIV.imgNoticiaDestaque{
	float:left;
	clear:both;
	margin:0px 10px 5px 0px;
}

.textoNoticiaDestaque{
	font-weight:bold;
	font-size:16px;
}

.tituloVermelhoNoticias{
	font-weight:bold;
	color:#921431;
	font-size:12px;
}

ul{
	list-style-image: url(../img/noticias/bullet.gif);
	padding:5px;
	margin:0px 0px 0px 20px;
	width:160px;
}

li{ margin-bottom:10px;}

.pgSiguiente{
	float:right;
}


/* on: forms include */
.select {
	width:200px;
	height:20px;
	border:1px solid #7f9db9;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;	
}
.campoForm{
	width:157px;
	height:17px;
	border:1px solid #7f9db9;
	padding:2px 5px 0 5px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;	
}
.tituloBox{
	font-size:12px;
	font-weight:bold;
	line-height:30px;
}