/* pst.css
 * preZentit.com
 * 2007
 */

#content .pst div, #content .pst ul, #content .pst ol, #content .pst li, #content .pst pre, #content .pst p, #content .pst blockquote {
  margin:0;
  padding:0;
}

#content .pst address, #content .pst caption, #content .pst cite, #content .pst code, #content .pst dfn{
  font-style:normal;
  font-weight:normal;
}

#content .pst q:before, #content .pst q:after {
  content:'';
}

#content .pst .obj {
position: absolute;
overflow: hidden;
color: #000;
cursor: default;
}

#content .pst .obj img {
width: 100%;
height: 100%;
border: none;
position: absolute;
top: 0;
left:0;
}

/*** ***/

#content .pst .obj p, #content .pst .obj li {
  margin: 0.1em 0 0.3em 0;
  font-size:1em;
  line-height: 1;
}

#content .pst .obj p.pdefault {
display: none;
}

#content .pst .obj strong {
font-weight:bold;
}

#content .pst .obj em {
font-style:italic;
}

#content .pst .obj ul {
  margin: 0 0 0.3em 2em;
  list-style-type: disc;
}

#content .pst .obj ol {
  margin: 0 0 0.3em 2em;
  list-style-type: decimal;
}

/*** Tipografías */

.ff00 { font-family: 'DejaVu Sans', 'Bitstream Vera Sans', Verdana, sans-serif;; }
.ff01 { font-family: 'Nimbus Sans L', Arial, sans-serif; }
.ff02 { font-family: 'DejaVu Sans', 'Bitstream Vera Sans', Verdana, sans-serif;; }
.ff03 { font-family: 'Bookman Old Style', 'URW Bookman L', serif; }
.ff04 { font-family: Georgia, 'Century Schoolbook L', serif; }
.ff05 { font-family: 'Palatino Linotype', 'URW Palladio L', 'Book Antiqua', serif; }
.ff06 { font-family: 'Times New Roman', 'Nimbus roman No9 L', serif; }
.ff07 { font-family: 'Domestic Manners', 'Comic Sans MS', cursive; }
.ff08 { font-family: Zapfino, 'Zapf Chancery', 'URW Chancery L', 'Monotype Corsiva', cursive; }
.ff09 { font-family: 'Nimbus Mono', 'Courier New', monospace; }
.ff10 { font-family: 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', 'Andale Mono', monospace; }


/* Gecko min height fix */
#content .pst .obj p          { min-height: 1em; } /*min-height is needed under Firefox, because empty parargraphs */
*+html #content .pst .obj p   { min-height: auto; } /* but we have to remove it under IE7 because it triggers the 'haslayout' mode */

