
.titulo{
    border-style: groove;
    border-color: blue;
    border-width: 18px; 
    font-family: Georgia, "Times New Roman", Serif;
    font-size: 36px;
    text-align: center;
    text-decoration: underline;
}
#lista {
}
#lista dl {
    float: left;
    display: block;
}
#lista dt {
    font-family: "Times New Roman", Serif;
    float: left;
    display: block;
    width: 222px;
    padding: 0px;
    border-style: none;
    border-width: 0px;
    margin-right: 0px;
    margin-left: 200px;

}
#lista dd {
    font-family: "Times New Roman", Serif;
    marging-left: 1px;
    border-style: none;
    border-width: 0px;
    display: inline; /* block; */
}
.fondo{
  background-color: rgb(0, 235, 255);
  background-image:url('../../Imagenes/tira_degradado_24bit.png'); 
  background-repeat: repeat-x;
  background-attachment: fixed;
}
.volver{
  position: fixed;
  top: 250px;
  left: 20px;
  border-style: inset;
  border-width: 15px;
  font-size: 25px;
  font-align: left;
  font-weight: bold;
}

