* { margin: 0; padding: 0; border: 0; list-style: none; }

body {
	background: #d7d7bd url(verde.gif) top repeat-x;
	font: 13px Trebuchet MS;
	letter-spacing: 1px;
}
	
a {
	text-decoration: none;
	color: #fff;
	font-style: italic;
}

b, strong { }

#wrapper {
	width: 830px;
	margin: 180px auto 0 auto;
	background: #fff;
	padding: 1px;
	position: relative;
}

	.logo {
		position: absolute;
		top: -180px;
		left: -220px;
		z-index: -50;
	}
	
	.email {
		position: absolute;
		top: -55px;
		right: 0;
		z-index: -50;
	}

h2 {
	font-size: 20px;
	color: #555;
	font-weight: 100;
	margin: 15px 15px 20px 20px;
}

.block {
	width: 90%;
	height: 176px;
	margin: 25px auto;
	display: block;
	background: url(canto.png) bottom right no-repeat;
	color: #fff;
}
	h3 {
		font-size: 20px;
		color: #fff;
		font-weight: 100;
		margin: 0 20px 10px 20px;
		padding-top: 20px;
	}
	.block img { float: left; margin-right: 20px; }
	.block p { color: #ccc; line-height: 16px; margin-right: 20px; }
	
#footer {
	padding: 30px;
	text-align: center;
}
#footer a { font-style: normal; color: #000; }
	
.kpbr p, .kpbr h3, .kpbr a { color: #000; }

.tweet {
	position: absolute;
	left: 240px;
	top: -66px;
	color: #666;
	font-size: 11px;
	line-height: 16px;
}
	.tweet .seta { margin-left: -10px; margin-top: 9px; float: left; }
	.tweet .tweet_list {
		background: #fff;
	}
	.tweet .tweet_list li {
		overflow: hidden;
		padding: 3px;
		width: 300px;
		height: 32px;
	}
	.tweet .tweet_list li a {
		color: #333;
		font-style: normal;
	}
    .tweet .tweet_list .tweet_avatar {
		padding-right: 5px;
		float: left;
	}
	.tweet .tweet_list .tweet_avatar img {
		vertical-align: middle;
	}
