
/*** Limpieza ***/
* {
outline: none;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
  margin:0;
  padding:0;
}
/*** ***/

body {
overflow: hidden;
background: #222;
cursor: default;
color: #000;
font-size: 20px;
}

.obj p, .obj li{
  margin: 0.1em 0 0.3em 0;
  line-height: 1;
}

.obj p.pdefault {
display: none;
}

.obj strong {
font-weight:bold;
}

.obj em {
font-style:italic;
}

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

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

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

.obj blockquote {
margin-left: 1.5em;
}

/*** 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 */
.obj p          { min-height: 1em; } /*min-height is needed under Firefox, because empty parargraphs */
*+html .obj p   { min-height: auto; } /* but we have to remove it under IE7 because it triggers the 'haslayout' mode */

/*** */

#pz_loadingMsg {
position: absolute;
display: block;
top: 40%;
left: 0;
width: 100%;
color: #efefef;
}
#pz_loadingMsg h2, #pz_loadingMsg h3, #pz_loadingMsg p {
text-align: center;
font-family: Georgia, 'Century Schoolbook L', serif;
}
#pz_loadingMsg h2 {
font-size: 22px;
margin-bottom: 10px;
}
#pz_loadingMsg h3 {
font-size: 12px;
font-weight: normal;
margin-bottom: 50px;
}

#pz_content {
position: relative;
}

#pz_index, #pz_indexBk {
position: absolute;
top: 10%;
left: 15%;
width: 300px;
height: 450px;
margin: 0;
padding: 10px 20px 10px 20px;
}

#pz_index {
z-index: 1001;
overflow-y: auto;
overflow-x: hidden;
background: transparent;
}

#pz_indexBk {
z-index: 1000;
background: black;
border: 2px solid #ccc;
opacity: 0.9;
filter:alpha(opacity=90);
}

#pz_index ol {
position: relative;
display: block;
width: 300px;
height: 100%;
color: white;
}
#pz_index li {
font-size: 66%;
line-height: 1.2;
width: 100%;
display: block;
}
#pz_index li a {
text-decoration: none;
color: white;
font-family: 'DejaVu Sans', 'Bitstream Vera Sans', Verdana, sans-serif;
display: block;
width: 100%;
padding: 3px;
}
#pz_index li a:hover {
color:#ffaf2e;
background: black;
}

div.background, div.slide {
position: absolute;
cursor: pointer;
display: none;
overflow: hidden;
}

div.background {
z-index: 0;
background: #ffffff;
}

div.slide {
z-index: 1;
}

div.obj {
position: absolute;
overflow: hidden;
color: #000;
background: transparent;
cursor: default;
}
div.handout {
display: none;
}

/* Made with PreZentit */
#mwprezentit {
position: absolute;
top: 0;
left: 0;
background: black;
width: 100%
height: 100%;
}

  #mwprezentit p {
  position: relative;
  top: 38%;
  width: 100%;
  text-align: center;
  }

  #mwprezentit #mwprezentit_close {
  padding: 10px 20px;
  margin: 10px auto;
  width: 150px;
  text-align: center;
  color: white;
  font-size: 15px;
  font-weight: bold;
  font-family: 'DejaVu Sans', 'Bitstream Vera Sans', Verdana, sans-serif;
  text-decoration: none;
  border: 1px solid #222;
  }

  #mwprezentit_close:hover {
  background: #111;
  }

  #mwprezentit img {
  width: 262px;
  height: 125px;
  }

/* Menu bar */
#pz_menu, #pz_menuBk {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 65px;
z-index: 10000;
}

#pz_menuBk {
background: black;
opacity: 0.7;
filter:alpha(opacity=70);
}

#pz_menu li {
position:relative;
display: block;
height: 65px;
width: 60px;
background: transparent;
text-align: center;
cursor: pointer;
margin-left: 10px;
}

#pz_menu li:hover {
background: #ffaf2e;
}

#pz_menu li img {
border: none;
outline: none;
position:relative;
top: 15px;
}

#pz_menu_first, #pz_menu_back, #pz_menu_next, #pz_menu_index {
float: left;
}

#pz_menu_download, #pz_menu_help {
float: right;
}

#pz_menu_help {
width: 70px;
}

#pz_helpBk, #pz_help {
position: absolute;
top: 5%;
left: 20%;
width: 440px;
height: 340px;
padding: 20px 30px 30px 50px;
overflow: hidden;
}

#pz_helpBk {
z-index: 1000;
background: black;
border: 2px solid #ccc;
opacity: 0.9;
filter:alpha(opacity=90);
}

#pz_help {
z-index: 1001;
background: transparent;
color: white;
}

#pz_help h1 {
font-size: 34px;
margin-bottom: 20px;
font-weight: normal;
}

#pz_help p {
position: relative;
display: block;
font-size: 16px;
display: block;
clear: both;
float: left;
margin: 5px 0 0 0;
}

#pz_help p.pz_sep {
margin-top: 15px;
padding-top: 15px;
border-top: 1px dotted #999;
}

#pz_help span {
position: static;
display: block;
float: left;
width: 200px;
}

#pz_help span.ff10 {
font-weight: bold;
width: 240px;
font-size: 15px;
}
