/* ------------------------------
   W3C OldSkool Style
   */

body {
  margin: 0;
  padding: 0;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  background: white;
  color: black;
  background: white url("W3CBackground.png") repeat-y left top;
}

hr { 
  clear: both;
  border: 1.5px groove black;
  border-bottom-width: 1px;
}

h1 {
  font-size: 2em;
  color: #04a;
}
/* Si usamos capitulos */
h1 span {
   margin-top: -0.5em;
}

/* ------------------------------
   Header
   */

#slideTitle { float:left} 
#titleAndNavigation { 
  margin: 0em 2em 2em 120px;
  min-height: 35px;
}
#header {
  margin: 5px 0 0.2em 0em;
  /* background: url("w3c_home.gif") no-repeat left top; */
  /*background: url("W3CLogo.png") no-repeat left top;*/
  background: url("w3coffice.png") no-repeat left top;
  height: 50px;
  text-align: left;
  float:left; 
  width: 120px;
}

#tocPage {
  margin: 5px 0 0.2em 0em;
  /*background: url("W3CLogo.png") no-repeat left top;*/
  background: url("w3coffice.png") no-repeat left top;
}

#headertext {
  display: none;
}



/* ------------------------------
   Navigation Icons 
   */

#navigation-previous {
  background: url("left.gif") no-repeat left top;
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 5px;
  right: 110px;
  width: 30px;
  height: 30px;
}

#navigation-previous:hover {
  background: url("lefthover.gif") no-repeat left top;
}

#navigation-next {
  background: url("right.gif") no-repeat left top;
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 5px;
  right: 40px;
  width: 30px;
  height: 30px;
}

#navigation-next:hover {
  background: url("righthover.gif") no-repeat left top;
}

#navigation-toc {
  background: url("index.gif") no-repeat left top;
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 5px;
  right: 75px;
  width: 30px;
  height: 30px;
}

#navigation-toc:hover {
  background: url("indexhover.gif") no-repeat left top;
}

#navigation-switch {
  display: none;
  background: url("style.gif") no-repeat left top;
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 5px;
  right: 40px;
  width: 30px;
  height: 30px;
}

#navigation-switch:hover {
  background: url("stylehover.gif") no-repeat left top;
}

#navigation span {
  display:none;
}

#navigation {
  border-bottom: 1px solid white;
}

/* ------------------------------
   Footer
   */

#footer {
  margin: 0em 2em 2em 120px;
  padding-top: 0.5em;
  font-size: 0.9em;
  text-align: left;
}

#position {
  position: absolute;
  right: 2em;
  text-align: right;
}

/* ------------------------------
   Content
   */

#content {
  font-size: 1.5em;
  /* border-top: 1px solid black; */
  margin: 0em 2em 2em 120px;
  min-height: 515px;
}

#tocPage #content  { 
  font-size: 1.2em; 
}



h1.slidelist {
  font-size: 1.2em;
  position: static;
}

ul {
  color: black;
}

li {
  padding: 0.1em 0.5em 0.1em 0.1em;
}

a {
  color: #006699;;
}

a:hover {
  color: black;
  background:yellow;
}

code { 
  color: maroon; 
  font-weight: bold; 
  font-family: "Courier New", courier, monospace;
  font-size-adjust: 0.4;
}

pre {
  padding: 0em 0em 0em 1em;
  font-size: 1em;
  font-family: "Courier New", courier, monospace;
  color: maroon;
  font-weight: bold;
  margin-bottom: 0; 
  margin-top: 0;
  font-size-adjust: 0.4;
}

blockquote {
  padding: 0em 1em 0em 0.5em;
  color: black;
}

dt {
  color:green;
}

strong {
  color: #500;
  font-weight: bold;
}

em {
  color: #050;
  font-weight: bold;
}

/* Various emphasis colours. */
.emph1 { 
  color: blue;
}
.emph2 { 
  color: #006400;
}
.emph3 { 
  color: #cc0066;
} 
.emph4 { 
  color: #ff00cc;
}
.emph5 { 
  color:red;
}

div.center, div.centre {
  text-align:center;
}

.svgOnly { display: none }


/* ------------------------------
   Printer
   */

@page {
  size: portrait ;
}
/* Print using IE, and do not forget to set the print background colour option in the advanced setting.
   It is not perfect, but it does a lot, whereas Mozilla seems to screw up with the background!
   */
@media print {   
  body {
    background-image: none;
    font-size: 80%;	}

  div.slide { 
    border: 1px #000 solid;
    page-break-before: always;
    page-break-inside: auto;
  }

  div.notas{ 
    
    margin-top: 40px;
    border: 1px #000 solid; 
  }

  div.signature {
    visibility: visible;
  }
  
  div.toc {
    background-image: url("CTIC_logo.png");
    background-repeat: no-repeat;
    background-position: 5 40;
  }  
  
  div.toc ol {
    padding-left: 130px;
    margin-left: 0px;
  }    

  div.projSlide { 
    font-size: 220%; 
    padding-top: 4; 
  }
  /* For some reasons, in some cases the table cell's font sized was not increased although
     the previous statement should have done it...
     */

  div.projSlide td, div.projSlide th {
    font-size: 220%;
  }
  
  /* I got messed up with this margin-tops, at some point I will have to clean that. I am afraid
     of chasing css errors through IE and Mozilla... (probably IE, that is...). It is, in any
     case, a better idea to print using Mozilla in my experience
     
     div.projSlide h1 {
    margin-top: 0px;
  }
  */
  div.projHeader {
    background-image: url("CTIC_logo.png");
    background-repeat: no-repeat;
    background-position: 5px 8px;
    background-attachment: scroll;
    border-bottom: 2px solid #f96;
  }
  
  /* That does not seem to work with the background logo... I leave it in, maybe a future release
     of a browser will make it right... */
  div.projSlide div.slide { 
    page-break-before: always;
    page-break-inside: auto;
    /*
       background-image: url("CTIC_logo.png");
       background-repeat: no-repeat;
       background-position: left bottom;
       background-attachment: scroll;
       */
  }
}




