#noticias {
	float: left;
	border-top: 5px solid #9f025d; 
	width: 409px;
	padding-top: 10px;
	background: transparent url(../../../img/noticias/bg-noticias-campus.gif) repeat top left;
}
#noticias div.col {
	width: 204px;
	float: left;
	overflow: auto;
}
#noticias h2,
#noticias h2 a{
	font-size: 18px;
	line-height: 18px;
	letter-spacing: -1px;
	color: #9f025d;
	font-weight: bold;
	text-decoration: none;
}
#noticias div.not {
	margin: 0 0 0 10px;
}
#noticias div.left div.not {
	margin: 0 10px 0 0;
}
#noticias div.not p {
	font-size: 11px;
	line-height: 12px;
	border-bottom: 1px solid #EEE; 
	margin: 10px 0 15px 0;
	padding: 0 0 15px 0;
}
#noticias div.bot p {
	border: none;
	margin-bottom: 5px;
	padding-bottom: 0;
}

#noticias div.not div.img {
	height: 80px;
	width: 194px;
	overflow: hidden;
	background-position: center center;
	background-repeat: repeat;
	margin-top: 10px;
}
#noticias div.not a div.img img{
	border: none;
}
#noticias div.not a:hover div.img img{
	margin: -5px 0 0 -5px;
}
#noticias div.not a:hover div.img{
	border: 5px solid #9f025d;
	height: 70px;
	width: 184px;
}

#noticias div.not a:hover{
	text-decoration: underline;
}

#noticias-more {
	padding: 5px 0 0 0;
	margin: 0;
	clear: both;
	text-align: right;
	background: #FFF;
}
#noticias-more a {
	font-size: 12px;
	line-height: 12px;
	color: #9f025d;
	font-weight: bold;
	text-decoration: none;
}
#noticias-more a span {
	font-size: 18px;
	letter-spacing: -1px;
}
