@charset "utf-8";
/* CSS Document */

#destaque_principal {
	width: 750px;
}

#principal_maior {
	float: left;
	overflow: hidden;
	width: 485px;
}

#twitter_update_list li{
	line-height: 1.4em;
	margin-bottom: 10px;
	text-indent: 1em;
}

#twitter_update_list li span{
	display: block;
}

.principal_menor {
	float: left;
	margin-left: 5px;
	margin-top: 4px;
	overflow: hidden;
	width: 260px;
}

.preto {
	color: #000;
	text-decoration: none;
}

.preto:hover {
	text-decoration: underline;
}

.quebra {
	clear: both;
}

#inicial {
	height: 395px;
	left: 50%;
	margin-left: -367px; /*Metade do width */
	margin-top: -197px; /* Metade do height */
	overflow: hidden;
	position: absolute;
	text-align: right;
	top: 50%;
	width: 735px;
}

.link_inicial {
	color: #000;
	line-height: 20px;
}