.tipo_texto{
   font-family:"Comic Sans MS";
}

.posi_inicio{
   top: 85%;
   left: 85%;
}
.fondo{
   background-color: rgb(255, 255, 153);
}
.parrafo{
   text-align: justify; 
   text-indent: 35.4pt; 
   line-height: 200%;
   font-size: 11pt; 
   font-family: "Comic Sans MS";
}
.verde{
   color: green;
}
#centrada{
   text-align: center;
}
#derecha{
   text-align: right;
}
