body {
	padding: 0; 
	font-size: 12px; 
	margin: 0px;  
	font-family: verdana, arial, helvetica, sans-serif; 
	background: #a57fad;
	
}
p {
	line-height: 17px;
	margin-bottom:25px;
	margin-left: 40px;
	margin-right: 20px;
}
p.date {
	font-size: 9px;
	font-style:italic;
}

a {
	text-decoration: none;
}
a:link {
	color: #222;
}
a:visited {
	color: #222;
}
a:hover {
	color: #222;
}

a img{
	border: 0;
}
span.blog{
	background: url(imgs/bullet.jpg) no-repeat top left;
	font-weight: bold;
	font-size: 20px;
	padding-top: 10px;
	padding-bottom: 40px;
	padding-left: 20px;
}
span.blog_t{
	font-weight: bold;
	margin-left: 40px;
}
#wrapper {
	margin: auto; 
	width: 600px; 
	color: #000; /* color fuente */
	background-color:#a57fad;
	margin-top: 10%;
	background: url(imgs/content.jpg);
}

#header {
	height: 100px;
	width:600px;
	background: url(imgs/header.jpg) no-repeat;
}
.twitter{
	font-size: 11px;
	padding-left: 200px;
	padding-top: 20px;
	width: 385px;
}

#container {
	padding-left: 30px; 
	padding-top: 10px;
}

#footer {
	background: url(imgs/footer.jpg);
	height: 134px; 
	width:600px;
}

