/*Tripoli is a generic CSS standard for HTML rendering. 
Copyright (C) 2007  David Hellsing, under GNU GPL v3: http://www.gnu.org/licenses/ */

*{background:#fff}
body{font-family:Helvetica,Arial,georgia,times,serif;color:black}
blockquote{font-style:italic;color:black}
.post{margin-left:142px;font-size:1.1em;}
.articulos .sidebar{display:none;}
.footer{clear:both;}
blockquote.pullquote{
border-width:3px 0;
border-style:double;
border-color:#EBE7C7;
color:#666;
width:10em;
float:right;
text-align:right;
margin:0.5em;
font-family:serif;
font-style:italic;
font-size:1.05em;
line-height:1.2;
}
.pullquote p:first-letter {text-transform:uppercase}
blockquote.alt{float:left !important;}
