
/* 
Fichero............: tutoriales_feb_2001.css
Autor..............: (C) GeNeura Team, 2001
                     Este fichero: J.J. Merelo: jmerelo@geneura.ugr.es
Fecha..............: 3-Ene-2001
Descripcion........: Hoja de estilo para los tutoriales.
Modificaciones.....:
=============== 1 =============== 
Autor..............: javi@geneura.ugr.es
Fecha..............: 29/6/2002
Descripción........: Tutorial de Perl.
*/

body { background-color: white; }
p {
background-color: white; 
  font-size:small;
  color: #004466;
  font-family:  Verdana, Helvetica, Arial, sans-serif;
  text-indent: 5%;
  margin-right: 5%;
  margin-left: 5%;

}
code {
  color: black;
  font-family: Courier New;
}

ul {
background-color: white;
  font-size:small;
  color: #004466;
  font-family:  Verdana, Helvetica, Arial, sans-serif;
  margin-right: 5%;
  margin-left: 5%;

}
ol {
background-color: white;
  font-size:small;
  color: #004466;
  font-family:  Verdana, Helvetica, Arial, sans-serif;
  margin-right: 5%;
  margin-left: 5%;

}

p.ejemplo {
  font-size:medium;
  display: block;
  padding: 2pt;
  background-color: lightYellow;
  color: black;
  border-style: double;
  border-color: navyBlue;
  border-width: 2pt;
  font-family: Courier New;
  text-indent: 0%;
  margin-right: 5%;
  margin-left: 5%;
}

pre.codigo {
  font-size:medium;
  display: block;
  padding: 2pt;
  white-space:pre;
  background-color: lightYellow;
  color: black;
  border-style: double;
  border-color: navyBlue;
  border-width: 2pt;
  font-family: Courier New;
  text-indent: 0%;
  margin-right: 5%;
  margin-left: 5%;
}

p.ejpre {
  font-size:medium;
  white-space:pre;
  display: block;
  padding: 2pt;
  background-color: lightYellow;
  color: black;
  border-style: double;
  border-color: navyBlue;
  border-width: 2pt;
  font-family: Courier New;
  text-indent: 0%;
  margin-right: 5%;
  margin-left: 5%;
}

p.ejercicios {
  font-size:medium;
  padding: 2pt;
  font-family:  Times, serif, Times New Roman;
  background-color: seashell;
  color: black;
  border-style: solid;
  border-color: darkblue;
  border-width: 1pt;
  text-indent: 0%;
  margin-right: 20%;
  margin-left: 8%;

}

p.titulillo {
background-color: white; 
  font-size:medium;
  color: darkgreen;
  font-family:  Verdana, Helvetica, Arial, sans-serif;
  text-indent: 0%;
  margin-right: 5%;
  margin-left: 5%;

}

table.tabla {
  font-size:medium;
  background-color: linen;
  color: black;
  border-style: double;
  border-color: black;
  border-width: 2pt;

}


h1 {background-color: white; font-size:xx-large; font-family:Arial, Verdana, Helvetica, sans-serif}
h2 {background-color: white; font-size:x-large; font-family:Arial, Verdana, Helvetica, sans-serif}
h3.C1 {background-color: white; font-size:large; font-family:Arial, Verdana, Helvetica, sans-serif}
h3.C2 {background-color: white; font-size:large; font-weight: lighter; font-family:Arial, Verdana, Helvetica, sans-serif}
