body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #404040;
	color: #757776;
}

h1 {
	text-indent:-9999px;
	background: url(imagenes/lifestreamHeader.png) top left no-repeat;
	width: 450px;
	height: 100px;
	margin: 30px auto 0;
}

h2 {
	color: #777;
	font: 170% Georgia, Times New Roman, Times, serif;
	padding: 0;
	margin: 5px 0;
}

h2 em {
	font: italic 80% Georgia, Times New Roman, Times, serif;	
}

h3 {
	font: 140% Georgia, Times New Roman, Times, serif;
	clear: both;
	padding: 0;
	margin: 0px 0 5px;
	width: 150px;
	border-bottom: 1px solid #555;
}

h4 {
	font: bold 90% Arial, Helvetica, sans-serif;
	margin: 14px 0 0;
	padding: 0;
}

a {
	color: #23d2cd;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #02edff;
}

#head {
	width: 100%;
	clear: both;
}

#mainwrap {
	margin: 0 auto;
	width: 950px;
}

#intro {
	margin: 10px 0 50px;
	padding: 25px 0 0 150px;
	width: 700px;
	height: 230px;
	clear: both;
	font: 90%/160% Trebuchet MS, Arial, Helvetica, sans-serif;
	background: url(imagenes/subIntro.png) top left no-repeat;
}

#intro .mid {
	width: 300px;
	padding-right: 30px;
	float: left;
}

#stream {
	margin: 10px 0 0;
	padding: 25px 0 0 150px;
	width: 700px;
	background: url(imagenes/subStream.png) top left no-repeat;
}

#footer {
	margin: 100px 0 100px;
	padding: 25px 0 0 150px;
	width: 700px;
	font: 80%/160% Trebuchet MS, ;
	background: url(imagenes/subFooter.png) top left no-repeat;
}

ul.stream {
	margin: 0 0 20px;
	padding: 0;
}

ul.stream li {
	list-style: none;
	margin: 0 0 3px 0;
	width: auto;
	height: 50px;
	padding: 3px 3px 3px 55px;
	color: #666;
	font-size: 80%;
	/*border-bottom: 1px solid #555;*/
}

ul.stream li a img {
	width: 100%;
	height: 100%;
	border: 0;
}

ul.stream li.blog { 
	background: url(imagenes/livejournal.png) no-repeat center left;
}

ul.stream li.twitter { 
	background: url(imagenes/twitter.png) no-repeat center left;
}

ul.stream li.music { 
	background: url(imagenes/lastfm.png) no-repeat center left;
}

ul.stream li.bookmarks { 
	background: url(imagenes/delicious.png) no-repeat center left;
}

ul.stream li.ficage { 
	background: url(imagenes/ficage.png) no-repeat center left;
}

ul.stream li.words { 
	background: url(imagenes/wordie.png) no-repeat center left;
}

.nav {
	clear: both;
	width: 60px;
	height: 30px;
	float: right;
}

.nav .bottom a{
	float: left;
	display: block;
	text-indent:-9999px;
	background: url(imagenes/navbottom.png) top left no-repeat;
	width: 30px;
	height: 29px;
}

.nav .top a{
	float: left;
	display: block;
	text-indent:-9999px;
	background: url(imagenes/navtop.png) top left no-repeat;
	width: 30px;
	height: 29px;
}


.nav .midbottom a{
	float: left;
	display: block;
	text-indent:-9999px;
	background: url(imagenes/navmiddlebottom.png) top left no-repeat;
	width: 30px;
	height: 29px;
}

.nav .midtop a{
	float: left;
	display: block;
	text-indent:-9999px;
	background: url(imagenes/navmiddletop.png) top left no-repeat;
	width: 30px;
	height: 29px;
}