/*  Hoja de estilo de jepsi.net
 *  En teoría, hoja válida
 *  Probada con Mozilla.
 *
 *	Jorge López (jlopezp en este mismo dominio)
 */

body {
  height: 100%;
  background-color: #ffffff;
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 70%;
  margin: 4em 10em 2em 10em;
  padding-bottom: 2em;
  }

div.principal {
  border: 0.1em solid #ccd6e0;
  padding: 0;
  background-color: #ffffff;
  height: 90%;
  }
html>div.principal {
  min-height: 50%;
}
/* Arreglo para que se muestren los DIVs anidados bien */

.principal:after {
   content: " "; 
   display: block; 
   line-height: 0.1em; 
   font-size: 0.1em; 
   clear: both;
}

div.img-tit {
  background-color: #5386ba;
  margin-bottom: 2em;
}

  
div.izquierda {
  height: 90%;
  width: 25%;
  float: left;
  clear: left;
  padding: 0.2em 0.5em 3em 0.5em;
  line-height: 2em;
  background-color: #ffffff;
  }



div.derecha {
  padding: 0px;
  float: right;
  clear: right;
  width: 70%;
  height: auto;
  min-height: 150px;
  background: #ffffff url(imagenes/fondillo.png);
  background-repeat: no-repeat;
  background-position: top right;
  color: #000000;
  }


.derecha a, .derecha a:visited,
.derecha a.email {
  color: #5386ba;
  text-decoration: none;
  border-bottom: 1px solid #000000;
  }

.derecha a:hover, 
a.email:hover {
  border-bottom: 0px;
  }

h1,h2{
  font-size: 1.3em;
  color: #3f77af;
  border-bottom: 0.1em solid #78B040;
  width: 80%;
  margin-left: 5px;
  }

h2 {
  font-size: 1.2em;
  }
h3 {
  font-size: 1.1em;
  margin-left: 10px;
  width: 80%;
  text-decoration:underline;
  }

p {
  width: 80%;
  padding-left: 5px;
  }

div.puntoclave {
  background-color: #5386ba;
  color: #ffffff;
  padding: 0.2em;
  }

div.puntoclave2 {
  background-color: #54BB54; 
  color: #ffffff;
  padding: 0.2em;
  }
/* Menú de la izquierda */
.izquierda a {
  text-decoration: none;
  color: #4078B0;
  font-weight: bold;
  }

.izquierda a:hover {
  color: #7b96b7;
  }

.resaltojepsi {
  font-style: italic;
  color: #5386ba;
  }

 table {
  border: 0.1em solid #000000;
  width: 65%;
  border-collapse: collapse;
  }

 
 td.titulo {
  background-color: #5386ba;
  color: #ffffff;
  width: 13%;
	}
td.def {
  width: 20%;
}

