div#lista{
	
	float: left;
	width: 257px;
	height: 320px;
	text-align: justify;
	overflow-y: scroll;
	padding-right: 10px;
}

div#lista div.noti{
	
	margin: 5px 0px;
	padding-left: 20px;
	margin-top: 10px;
	background-image: url("../imagenes/bullet2.png");
	background-repeat: no-repeat;
	background-position: left top;
}

div#lista div.noti h3{
	
	color: #9AC23E;
}

div#lista div.noti a{
	
	color: #1975BB;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

div#lista div.noti a:hover{
	
	text-decoration: underline;
}

div#noticia{
	
	float: right;
	width: 380px;
	height: 300px;
	overflow-y: scroll;
	padding: 10px;
}

div#noticia h4{
	
	padding: 10px;
	padding-bottom: 0px;
	color: #9AC23E;
	font-size: 14px;
}

div#noticia p{
	
	text-align: justify;
	padding: 0 5px 10px 5px;
}