/* características del body */
body { 
  background-color: #ffffff; 
  cursor : url("imagenes/cursor.cur"),help;
}

/* características de los párrafos */
p { 
  color: black; 
  font-family: 'Times New Roman', Times, serif;
  text-align: justify;
  text-decoration: none;
  font-weight: normal;
}

/* características del texto de los enlaces de texto inferiores */
p.enlaces { 
  color: black; 
  font-family: 'Times New Roman', Times, serif;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  font-weight: normal;
}

/* características de las imágenes */
img {
  margin: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  border: 0px;
}

/* características de los enlaces */
a {
  border-decoration: none;
  outline-width: 0px;
  text-decoration: none;
}

a:link {color:blue}
a:visited {color:gray}
a:hover {color:red; text-decoration: underline;}

/* Para que aparezca el copyright */
div.pie:after {content: url("imagenes/portada_r8_c1.gif");}

/* Estilo para las listas */
ul {
  list-style-image: url(imagenes/listas.jpg);  
  text-align: left;
}
