body{
  padding:0px 10px;
  font-family: Verdana, Arial;
  background-color:#f9f4e0;
}
section {
  background-color:#f7e4a5;
  border:4px solid grey;
  border-radius:15px;
  box-shadow: 5px 5px 5px grey;
  float:left;
  height:480px;
  padding: 0px 20px;
  margin:10px;
}

#plotSettings {
  width:160px;
}

#plot {
  width:550px;
}
#instrucciones{
  width:350px;
    text-align:justify;;
}
input:hover, button:hover{color: #ffffff;
background-color:blue;
line-height: 1.8;
transform: scale(1.5, 1.5);
}

b{
  font-style:oblique;
  font-family:"Times New Roman"
}