body {
  font-family: Arial, sans-serif;
  font-size: 12pt;
  background: #fff;
  color: #000;

 }
 #contenedor{
 	text-align: left;
    width: 800px;
    margin: auto; 
 }
.post{
	margin:5px 20px 0;
	text-align:justify;
}
.post p{
	margin-left:0px;
	margin-right:0px;
}
.post pre, .comentario pre {
	-moz-border-radius-bottomleft:9px;
	-moz-border-radius-bottomright:9px;
	-moz-border-radius-topleft:9px;
	-moz-border-radius-topright:9px;
	background-color:#EAEAEA;
	color:#4d4d4d;;
	border:0 none;
	
	font-family:Monaco,Courier,monospace;
	font-size:12px;
	margin:0 30px 15px;
	overflow:auto;
	_width: 600px; 
	padding:25px;
}

 a:link:after,  a:visited:after {
   content: " (" attr(href) ") ";
   }
   
.post blockquote {
-x-system-font:none;
border-left:3px solid #CCCCCC;
font-family:normal helvetica,sans-serif;
font-size:13px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:22px;
margin-bottom:10px;
margin-left:35px;
margin-top:10px;
padding-left:5px;
text-align:justify;
