.titulo_indice{
    margin-left: 40px; /* 7%;*/ /* auto; *//*20%;*/
    width: 700px; /* 82%; /*con menos anchura en IE pone 2 líneas a 800x600 */
    border-style: groove; /* inset;*/
    border-color: blue;
    border-width: 18px; 
    font-family: Georgia, "Times New Roman", Serif;
    font-size: 36px;/*32px;*/
    text-align: center;
    text-decoration: underline;
}
.titulo{
    margin-left: 14%; /* auto; *//*20%;*/
    width: 68%; /*con menos anchura en IE pone 2 líneas a 800x600 */
    border-style: groove; /* inset;*/
    border-color: blue;
    border-width: 18px; 
    font-family: Georgia, "Times New Roman", Serif;
    font-size: 32px;
    text-align: center;
    text-decoration: underline;
}

.nota{
    margin-left: 135px;
    margin-right: 30px;
}
.imagen{
    margin: 0.30cm;
    border-style: solid;
    border-width: 2px;
    border-color: black;
}
.lista_notas{
    margin-left: 250px;
    font-size: 24px;
}
/*.tipo_texto{
   font-family:"Comic Sans MS";
}*/
.volver{
  position: fixed;
  top: 210px;
  left: 20px; /* 350px;*/
  border-style: inset;
  border-width: 15px;
  font-size: 25px;
  font-align: left;
  font-weight: bold;
}

.fondo_nota{
  background-color: rgb(245, 240, 185);
}
