body {
  font:0.8em arial, georgia,  Helvetica, sans-serif ; /* Do not measure in px, IE won't work well with them */
  color:#000000;
}

 	  /* --------------------- Misc	  ---------------------  */

.falso_href { 		/* used to simulate an a href */
  color:inherit;
  font-weight:bold;
}
.falso_href:hover {
  cursor:pointer;
}

.al_right {
  text-align:right;
}
.al_left {
  text-align:left;
}
.al_center {
  text-align:center;
}
.pos_center {
  margin:0 auto 0 auto;
}
#container {		/* global container*/
  width:1000px;

/*   height:700px; */
/*   background:#fd0dfd; */
  margin:10px auto 10px auto;
/*   border: 1px dashed #cccccc; */
  padding:15px;
}

#container_general {	/* text container between header & footer */
  padding:10px;
  margin: 10px auto;
}

#container_general p{	/* text container between header & footer */
  color:#555;
  font-size:1em;
  text-align:justify;
}

a:visited {
  color:#000;
  font-weight:normal;
  border:none;
}
a:link {
  color:#000;
  font-weight:normal;
  border:none;
}
a:link img{
  border:none;
}
a:visited img{
  border:none;
}

.titulo {
  text-align:center;
/*   font:2.5em Georgia; */
  font:1.9em Georgia;
  clear:both;
  color:#004080;
}
.subtitulo {
/*   font:0.34em arial, Helvetica, sans-serif; */
  font:0.5em arial, Helvetica, sans-serif;
  color:#F63; /* #008080; */
  margin:0 0 20px 0;
}

.footer {
  text-align:center;
  font-size:0.9em;
  padding:5px;
  clear:both;		/* Per float to behave correctly */
  background:#f5f5f5;
}

	  /* ---------------------  navigation  --------------------- */

#nav {
  font-size:1em;
}
#nav a{
  color:#ff6633;
}
#nav :link, #nav :visited{
  font-weight:bold;
  text-decoration:none;
}
.nav_table {
/*   border:1px solid black; */
  margin:10px auto 10px;
  display:inline-block;
}
.nav_table td{
  text-align:center;
  background:#CCCCCC;
  width:12em;
  height:2.5em;
  border:1px solid #fff;
  color:#F63;
}

	/* ---------------------  img  --------------------- */

.cuadro_central img{
  max-width:300px;
  display:block;
  margin:0 auto;
  padding:10px;
}

.img_centrada {
  display:block;
  margin:5px auto;
}

	/* ---------------------  texto  --------------------- */

.soft_text {
  color:#555;
  font-size:0.9em;
  text-align:center;
}

.texto_centrado {
  display:block;
  text-align:center;
}
.texto_justificado { 	/* no usado */
  color:#555;
  font-size:1em;
  text-align:justify;
}
.capitulo {		/* no usado */
  font-size:1.5em;
  text-align:center;
  margin-top:3em;
}