body {
  margin: 5px;
  text-align: left;
  background-color: teal;
  background-image: url("arts&crafts_fondo_mk6.png");
  background-size: 100% 100vh;
  color: white;
  margin: 0px;
  overflow-y: hidden;
}

.centro {
  float: left;
  background-color: rgba(0, 0, 0, 0.0);
  width: 100%;
}

.centro2 {
  float: left;
  width: calc(40% - 30px);
  padding: 15px;
}

.midel {
  float: left;
  width: 60%;
  color: blue;
  overflow-y: scroll;
  height: 100vh;
  background-color: dimgrey;
}

.feet {
  width: calc(100% - 10px);
  color: white;
  padding-left: 10px;
  height: 200px;
  overflow-y: scroll;
}

.headd {
  width: calc(100% - 10px);
  background-color: white;
  color: blue;
  padding-left: 10px;
}

a:link {
  color: lime;
  text-shadow: 0px 0px 8px #00FF00;
  text-decoration: none;
}

a:visited {
  color: lime;
  text-shadow: 0px 0px 8px #00FF00;
  text-decoration: none;
}

a:hover {
  color: #ffffbe;
  text-shadow: 0px 0px 8px #ffffbe;
  text-decoration: none;
}

a:active {
  color: #ffffbe;
  text-shadow: 0px 0px 8px #ffffbe;
  text-decoration: none;
}

details > summary {
  list-style: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
details > summary::-webkit-details-marker {
  display: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

td {
  width: 20%;
  text-align: center;
}

.midel img{
  transition: .2s;
}
.midel img:hover{
  transform: scale(2.0);
  z-index:3;
}

.pantalla {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0%;
  width: calc(64% - 40px);
  height: 54vh;
  color: lime;
  overflow-y: hidden;
  text-shadow: 0px 0px 4px black;
  text-align: center;
  padding: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("morshu-head.gif");
  background-size: 100%;
}

.texto-mio {
  margin-left: auto;
  margin-right: auto;
  margin-top: 3vh;
  width: 78%;
  height: 14vh;
  color: lime;
  overflow-y: hidden;
  text-shadow: 0px 0px 8px #00FF00;
}

.texto-tuyo {
  margin-left: auto;
  margin-right: auto;
  margin-top: 12%;
  width: 60%;
  height: 13vh;
  color: lime;
  overflow-y: hidden;
  text-shadow: 0px 0px 8px #00FF00;
  cursor: pointer;
}

.texto-tuyo p{
  margin: 0px;
}
.texto-tuyo p:hover{
  color: #ffffbe;
  text-shadow: 0px 0px 8px #ffffbe;
}