.home {
	text-align: justify;
}

.home ul.logos {
	list-style-type: none;
	float: right;
	width: 275px;
	text-align: right;
}

.home .noticia,
.home .links {
	float: left;
	clear: none;
	margin-bottom: 50px;
}

.home .noticia {
	width: 360px;
	text-align: left;
}

.home .noticia .news {
	clear: left;
	margin-bottom: 30px
}

.home .noticia img {
	float: left;
	margin-right: 10px;
	clear: left;
	margin-bottom: 20px;
}

.home .links {
	width: 300px;
}

.home .links ul {
	list-style-position: inside;
	list-style-type: none;
	margin-left: 35px
}

.home .links a {
	color: #525252;
	text-decoration: underline;
	line-height: 30px;
	background-image: url(../img/default/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
}

.home .noticia h3 a {
	font-weight: bold;
	color: #525252;
	text-decoration: none;
}