.noticias {
	height: 190px;
	border: 1px solid black;
	padding: 3px;
}

.noticias img {
	float: right;
	border: 0px;
}

.noticias .title {
	font-weight: bold;
	color: white;
	background: url("background.jpg") white repeat-x;
	padding: 3px 5px 0px 5px;
	border-bottom: 2px solid red;
}

.title a{
   color: white;
}

.noticias li {
	list-style: none;
	font-size: 11px;
	color: black;
	margin-bottom: 5px;
}

.noticias li a {
	color: #666;
	text-decoration: underline;
}

.noticias .content {
	overflow: auto;
	height: 130px;
}

h1{
	font-size: 12px;
}

